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

Paul Howarth pghmcfc at fedoraproject.org
Sat Oct 29 08:58:28 UTC 2011


commit a8c8050fdfe44130dc89b6a8c273da0ef3390669
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Oct 29 09:57:47 2011 +0100

    Update to 2.040
    
    - New upstream release 2.040
      - Croak if attempt to freeze/thaw compression object (CPAN RT#69985)
    - BR: perl(Carp)

 perl-Compress-Raw-Zlib.spec |   16 +++++++++++-----
 sources                     |    2 +-
 2 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec
index d871c90..a38efc9 100644
--- a/perl-Compress-Raw-Zlib.spec
+++ b/perl-Compress-Raw-Zlib.spec
@@ -1,6 +1,6 @@
 Name:           perl-Compress-Raw-Zlib
-Version:        2.037
-Release:        4%{?dist}
+Version:        2.040
+Release:        1%{?dist}
 Summary:        Low-Level Interface to zlib compression library
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -11,6 +11,7 @@ Requires:       perl(Exporter)
 Requires:       perl(XSLoader)
 BuildRequires:  perl(AutoLoader)
 BuildRequires:  perl(bytes)
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
@@ -56,12 +57,17 @@ make test
 %{_mandir}/man3/Compress::Raw::Zlib.3pm*
 
 %changelog
+* Sat Oct 29 2011 Paul Howarth <paul at city-fan.org> - 2.040-1
+- Update to 2.040
+  - Croak if attempt to freeze/thaw compression object (CPAN RT#69985)
+- BR: perl(Carp)
+
 * Tue Aug 16 2011 Marcela Mašláňová <mmaslano at redhat.com> - 2.037-4
-- change path on vendor, so our debuginfo are not conflicting with
- perl core debuginfos
+- Install to vendorlib so that our debuginfo does not conflict with that of
+  the main perl package
 
 * Thu Jul 28 2011 Karsten Hopp <karsten at redhat.com> 2.037-3
-- bump and rebuild as it got compiled with the old perl on ppc
+- Bump and rebuild as it got compiled with the old perl on ppc
 
 * Wed Jun 22 2011 Paul Howarth <paul at city-fan.org> - 2.037-2
 - Perl mass rebuild
diff --git a/sources b/sources
index 0c40715..5073a55 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ed5f89cac0a4f292653134c9d94194a2  Compress-Raw-Zlib-2.037.tar.gz
+f5e44a95afba76f5fb6a079b1418e6fb  Compress-Raw-Zlib-2.040.tar.gz


More information about the scm-commits mailing list