From 56da11bb0f955a383e5b38e51ab4819353039e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 26 Apr 2019 09:38:29 +0200 Subject: [PATCH] Correct a summary --- perl-Sereal-Encoder.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/perl-Sereal-Encoder.spec b/perl-Sereal-Encoder.spec index 69a0e35..f7a7f2c 100644 --- a/perl-Sereal-Encoder.spec +++ b/perl-Sereal-Encoder.spec @@ -7,8 +7,8 @@ Name: perl-Sereal-Encoder Version: 4.007 -Release: 1%{?dist} -Summary: Perl serialization into Serial format +Release: 2%{?dist} +Summary: Perl serialization into Sereal format # lib/Sereal/Encoder.pm: GPL+ or Artistic # qsort.h: LGPLv2+ (borrowed from glibc) # miniz.c: Unlicense (unbundled) @@ -116,6 +116,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Apr 26 2019 Petr Pisar - 4.007-2 +- Correct a summary (bug #1703269) + * Wed Apr 10 2019 Petr Pisar - 4.007-1 - 4.007 bump