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

Paul Howarth pghmcfc at fedoraproject.org
Mon Aug 6 13:33:49 UTC 2012


commit 0e4164a41fb7ec2deb0b68d8a49d3ca48ae544aa
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Aug 6 13:39:00 2012 +0100

    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

 perl-Compress-Raw-Zlib.spec |   32 ++++++++++++++++++++++----------
 sources                     |    2 +-
 2 files changed, 23 insertions(+), 11 deletions(-)
---
diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec
index f554280..dc74708 100644
--- a/perl-Compress-Raw-Zlib.spec
+++ b/perl-Compress-Raw-Zlib.spec
@@ -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 at 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 at lists.fedoraproject.org> - 2.054-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index d53de1c..b6d2a5b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e6fe6c46c12d5b2678527c368c3b2fe6  Compress-Raw-Zlib-2.054.tar.gz
+a1f3d1a420c2ebec5f36f77b9e236b57  Compress-Raw-Zlib-2.055.tar.gz


More information about the scm-commits mailing list