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:
Paul Howarth 2014-09-22 10:13:04 +01:00
parent 9dcfb7032d
commit b83ab14542
2 changed files with 11 additions and 5 deletions

View File

@ -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

View File

@ -1 +1 @@
b9588cabfb3c3ab35a7f5284f47b80ee Compress-Raw-Zlib-2.065.tar.gz
663b47f6f3d36e3479abc4b2a44cfc1a Compress-Raw-Zlib-2.066.tar.gz