diff --git a/perl-String-CRC32.spec b/perl-String-CRC32.spec index cd20d7e..642ab23 100644 --- a/perl-String-CRC32.spec +++ b/perl-String-CRC32.spec @@ -1,6 +1,6 @@ Name: perl-String-CRC32 Version: 2.100 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl interface for cyclic redundancy check generation License: Public Domain URL: https://metacpan.org/release/String-CRC32 @@ -61,6 +61,9 @@ make test %{_mandir}/man3/String::CRC32.3* %changelog +* Fri Apr 16 2021 Mohan Boddu - 2.100-2 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Thu Feb 4 2021 Paul Howarth - 2.100-1 - Update to 2.100 - Declare vars with our instead of use vars (GH#7)