Update to 2.066
- New upstream release 2.066 - Another COW violation (CPAN RT#98069) - Misleading nesting/indentation found by Coverity (CPAN RT#95405)
This commit is contained in:
parent
9dcfb7032d
commit
b83ab14542
@ -1,14 +1,13 @@
|
||||
Name: perl-Compress-Raw-Zlib
|
||||
Version: 2.065
|
||||
Release: 311%{?dist}
|
||||
Version: 2.066
|
||||
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://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Zlib-%{version}.tar.gz
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(AutoLoader)
|
||||
# XSLoader or DynaLoader; choose wisely
|
||||
BuildRequires: perl(XSLoader)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(constant)
|
||||
BuildRequires: perl(Exporter)
|
||||
@ -20,6 +19,8 @@ BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::NoWarnings)
|
||||
BuildRequires: perl(Test::Pod) >= 1.00
|
||||
%endif
|
||||
# XSLoader or DynaLoader; choose wisely
|
||||
BuildRequires: perl(XSLoader)
|
||||
BuildRequires: zlib-devel
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
# see above
|
||||
@ -61,6 +62,11 @@ make test
|
||||
%{_mandir}/man3/Compress::Raw::Zlib.3pm*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 22 2014 Paul Howarth <paul@city-fan.org> - 2.066-1
|
||||
- Update to 2.066
|
||||
- Another COW violation (CPAN RT#98069)
|
||||
- Misleading nesting/indentation found by Coverity (CPAN RT#95405)
|
||||
|
||||
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.065-311
|
||||
- Perl 5.20 re-rebuild of bootstrapped packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user