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

Paul Howarth pghmcfc at fedoraproject.org
Wed Dec 24 10:55:24 UTC 2014


commit 6c29f9824009287f09d6c1e1fd46bcd15571383c
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Dec 24 10:53:06 2014 +0000

    Update to 2.068
    
    - New upstream release 2.068
      - Silence more compiler warnings
      - Disable running of 07bufsize.t by default; COMPRESS_ZLIB_RUN_MOST needs to
        be set to run it, which makes life more bearable on legacy platforms

 perl-Compress-Raw-Zlib.spec |   10 ++++++++--
 sources                     |    2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/perl-Compress-Raw-Zlib.spec b/perl-Compress-Raw-Zlib.spec
index 28f7e95..e842a8c 100644
--- a/perl-Compress-Raw-Zlib.spec
+++ b/perl-Compress-Raw-Zlib.spec
@@ -1,5 +1,5 @@
 Name:           perl-Compress-Raw-Zlib
-Version:        2.067
+Version:        2.068
 Release:        1%{?dist}
 Summary:        Low-level interface to the zlib compression library
 License:        GPL+ or Artistic
@@ -65,7 +65,7 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
 %{_fixperms} %{buildroot}
 
 %check
-make test
+make test COMPRESS_ZLIB_RUN_MOST=1
 
 %files
 %doc Changes README
@@ -74,6 +74,12 @@ make test
 %{_mandir}/man3/Compress::Raw::Zlib.3*
 
 %changelog
+* Wed Dec 24 2014 Paul Howarth <paul at city-fan.org> - 2.068-1
+- Update to 2.068
+  - Silence more compiler warnings
+  - Disable running of 07bufsize.t by default; COMPRESS_ZLIB_RUN_MOST needs to
+    be set to run it, which makes life more bearable on legacy platforms
+
 * Tue Dec  9 2014 Paul Howarth <paul at city-fan.org> - 2.067-1
 - Update to 2.067 (silence compiler warnings)
 - Classify buildreqs by usage
diff --git a/sources b/sources
index 0325a4a..d9f4f8a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af702f6a5d89570894efb5a9d7bca15f  Compress-Raw-Zlib-2.067.tar.gz
+5992c736ff448491c70100f88bb24114  Compress-Raw-Zlib-2.068.tar.gz


More information about the scm-commits mailing list