Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/perl-String-CRC32.git#406f49b42cce039d27e6d1c33a4cc09d4afe5635
This commit is contained in:
parent
984000a49c
commit
5687c98938
@ -1,6 +1,6 @@
|
||||
Name: perl-String-CRC32
|
||||
Version: 1.8
|
||||
Release: 5%{?dist}
|
||||
Version: 2
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl interface for cyclic redundancy check generation
|
||||
License: Public Domain
|
||||
URL: https://metacpan.org/release/String-CRC32
|
||||
@ -15,11 +15,11 @@ BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
# Module Runtime
|
||||
BuildRequires: perl(DynaLoader)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(vars)
|
||||
BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(XSLoader)
|
||||
# Test Suite
|
||||
# (no additional dependencies)
|
||||
# Dependencies
|
||||
@ -60,12 +60,16 @@ make test
|
||||
%else
|
||||
%doc LICENSE
|
||||
%endif
|
||||
%doc README.md
|
||||
%doc Changes README.md
|
||||
%{perl_vendorarch}/String/
|
||||
%{perl_vendorarch}/auto/String/
|
||||
%{_mandir}/man3/String::CRC32.3*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 9 2020 Paul Howarth <paul@city-fan.org> - 2-1
|
||||
- Update to 2
|
||||
- Switch to XSLoader rather than DynaLoader (GH#5)
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (String-CRC32-1.8.tar.gz) = ea8a3150dbe72343bdd81fd7ced0e9fb167c19f5638a1d20fe6f618b64535a86053cf72706b907f2f7fca5904d5ce6a7bfadf8d17136d04aba5a5500c98c032e
|
||||
SHA512 (String-CRC32-2.tar.gz) = f193fe6ee0e4b6be1f5f93a57f2fe56b9226752c3c3ab68cebbb0f55182fca2beded853199ab22329f477ddfa942a378f9a48f541c81b848200ce383992def6b
|
||||
|
||||
Loading…
Reference in New Issue
Block a user