[perl-Compress-Raw-Zlib] Update to 2.066

Paul Howarth pghmcfc at fedoraproject.org
Mon Sep 22 09:13:38 UTC 2014


commit b83ab14542d0eec72f1029b2dae187ceda3f0f5e
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Sep 22 10:13:04 2014 +0100

    Update to 2.066
    
    - New upstream release 2.066
      - Another COW violation (CPAN RT#98069)
      - Misleading nesting/indentation found by Coverity (CPAN RT#95405)

 perl-Compress-Raw-Zlib.spec |   14 ++++++++++----
 sources                     |    2 +-
 2 files changed, 11 insertions(+), 5 deletions(-)
---
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 <paul at 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 at redhat.com> - 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



More information about the perl-devel mailing list