diff --git a/perl-String-CRC32.spec b/perl-String-CRC32.spec index 5c72f10..9da2189 100644 --- a/perl-String-CRC32.spec +++ b/perl-String-CRC32.spec @@ -1,6 +1,6 @@ Name: perl-String-CRC32 Version: 1.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl interface for cyclic redundancy check generation License: Public Domain URL: https://metacpan.org/release/String-CRC32 @@ -66,6 +66,9 @@ make test %{_mandir}/man3/String::CRC32.3* %changelog +* Wed Jul 04 2018 Petr Pisar - 1.7-2 +- Perl 5.28 rebuild + * Tue Jul 3 2018 Paul Howarth - 1.7-1 - Update to 1.7 - Perldoc tweaks (GH#2)