- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937

Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-04-16 03:35:58 +00:00
parent d7c06e0200
commit 566e38763b

View File

@ -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 <mboddu@redhat.com> - 2.100-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Thu Feb 4 2021 Paul Howarth <paul@city-fan.org> - 2.100-1
- Update to 2.100
- Declare vars with our instead of use vars (GH#7)