diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec index f29a05d..251f861 100644 --- a/perl-Compress-Raw-Zlib.spec +++ b/perl-Compress-Raw-Zlib.spec @@ -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 - 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 - 2.065-311 - Perl 5.20 re-rebuild of bootstrapped packages diff --git a/sources b/sources index 3e038a6..4ca6573 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b9588cabfb3c3ab35a7f5284f47b80ee Compress-Raw-Zlib-2.065.tar.gz +663b47f6f3d36e3479abc4b2a44cfc1a Compress-Raw-Zlib-2.066.tar.gz