From 6c29f9824009287f09d6c1e1fd46bcd15571383c Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Dec 24 2014 10:54:17 +0000 Subject: 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 --- 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 - 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 - 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