Update to 2.055
- New upstream release 2.055 - Fix misuse of magic in API (CPAN RT#78079) - Include zlib 1.2.7 source - BR: perl(Exporter) and perl(lib) - BR: perl(Test::NoWarnings) except when bootstrapping - Drop redundant explicit require for perl(Exporter) - Drop BR: perl(bytes), not dual-lived
This commit is contained in:
parent
9bff789626
commit
0e4164a41f
@ -1,28 +1,31 @@
|
||||
Name: perl-Compress-Raw-Zlib
|
||||
Version: 2.054
|
||||
Release: 5%{?dist}
|
||||
Summary: Low-level interface to zlib compression library
|
||||
Version: 2.055
|
||||
Release: 1%{?dist}
|
||||
Summary: Low-level interface to the zlib compression library
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Compress-Raw-Zlib/
|
||||
Source0: http://www.cpan.org/authors/id/P/PM/PMQS/Compress-Raw-Zlib-%{version}.tar.gz
|
||||
Requires: perl(Exporter)
|
||||
# XSLoader or DynaLoader; choose wisely
|
||||
Requires: perl(XSLoader)
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Zlib-%{version}.tar.gz
|
||||
BuildRequires: perl(AutoLoader)
|
||||
BuildRequires: perl(bytes)
|
||||
# XSLoader or DynaLoader; choose wisely
|
||||
BuildRequires: perl(XSLoader)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Exporter)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More)
|
||||
# Dual-lived module needs rebuilding early in the boot process
|
||||
%if !%{defined perl_bootstrap}
|
||||
BuildRequires: perl(Test::NoWarnings)
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
%endif
|
||||
# see above
|
||||
BuildRequires: perl(XSLoader)
|
||||
BuildRequires: zlib-devel
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
# see above
|
||||
Requires: perl(XSLoader)
|
||||
|
||||
# Don't "provide" private Perl libs
|
||||
%{?perl_default_filter}
|
||||
|
||||
%description
|
||||
@ -58,6 +61,15 @@ make test
|
||||
%{_mandir}/man3/Compress::Raw::Zlib.3pm*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 6 2012 Paul Howarth <paul@city-fan.org> - 2.055-1
|
||||
- Update to 2.055
|
||||
- Fix misuse of magic in API (CPAN RT#78079)
|
||||
- Include zlib 1.2.7 source
|
||||
- BR: perl(Exporter) and perl(lib)
|
||||
- BR: perl(Test::NoWarnings) except when bootstrapping
|
||||
- Drop redundant explicit require for perl(Exporter)
|
||||
- Drop BR: perl(bytes), not dual-lived
|
||||
|
||||
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.054-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user