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

Paul Howarth pghmcfc at fedoraproject.org
Sun Jan 29 21:32:33 UTC 2012


commit 13e0a863010d41bf66fe3a116d4060afb997fd74
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Jan 29 21:31:55 2012 +0000

    Update to 2.048
    
    - New upstream release 2.048
      - Allow flush to be called multiple times without any intermediate call to
        deflate and still return Z_OK
      - Added support for zlibCompileFlags
      - Set minimum Perl version to 5.6
      - Set minimum zlib version to 1.2.0
    - Don't use macros for commands

 perl-Compress-Raw-Zlib.spec |   17 +++++++++++++----
 sources                     |    2 +-
 2 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec
index f9e12c1..0184de0 100644
--- a/perl-Compress-Raw-Zlib.spec
+++ b/perl-Compress-Raw-Zlib.spec
@@ -1,6 +1,6 @@
 Name:           perl-Compress-Raw-Zlib
-Version:        2.045
-Release:        2%{?dist}
+Version:        2.048
+Release:        1%{?dist}
 Summary:        Low-level interface to zlib compression library
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -19,7 +19,7 @@ BuildRequires:  perl(Test::Pod) >= 1.00
 # see above
 BuildRequires:  perl(XSLoader)
 BuildRequires:  zlib-devel
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %{?perl_default_filter}
 
@@ -37,7 +37,7 @@ ZLIB_LIB=%{_libdir}
 ZLIB_INCLUDE=%{_includedir}
 export BUILD_ZLIB OLD_ZLIB ZLIB_LIB ZLIB_INCLUDE
 
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 make %{?_smp_mflags}
 
 %install
@@ -57,6 +57,15 @@ make test
 %{_mandir}/man3/Compress::Raw::Zlib.3pm*
 
 %changelog
+* Sun Jan 29 2012 Paul Howarth <paul at city-fan.org> - 2.048-1
+- Update to 2.048
+  - Allow flush to be called multiple times without any intermediate call to
+    deflate and still return Z_OK
+  - Added support for zlibCompileFlags
+  - Set minimum Perl version to 5.6
+  - Set minimum zlib version to 1.2.0
+- Don't use macros for commands
+
 * Tue Jan 10 2012 Paul Howarth <paul at city-fan.org> - 2.045-2
 - Rebuild for gcc 4.7 in Rawhide
 
diff --git a/sources b/sources
index ffb4840..c6862b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0520035c556f48c09d5b472d46ad020d  Compress-Raw-Zlib-2.045.tar.gz
+f9d0b38e19bfbd63dea868d9aab37bd3  Compress-Raw-Zlib-2.048.tar.gz



More information about the perl-devel mailing list