From 61784c096722763cc34053b4bc38308c8e13fe5f Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Thu, 29 Dec 2016 17:17:06 +0000
Subject: Update to 2.070

- New upstream release 2.070
  - Fix compilation warning from inflate.c (CPAN RT#107642)
  - Fix wrong FLAG_APPEND logic, analog to Bzip2 (CPAN RT#119007)
- Simplify find commands using -empty and -delete
---
 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 5efede9..77e8e68 100644
--- a/perl-Compress-Raw-Zlib.spec
+++ b/perl-Compress-Raw-Zlib.spec
@@ -1,6 +1,6 @@
 Name:           perl-Compress-Raw-Zlib
-Version:        2.069
-Release:        366%{?dist}
+Version:        2.070
+Release:        1%{?dist}
 Summary:        Low-level interface to the zlib compression library
 # Zlib.xs: (GPL+ or Artistic) and zlib
 # Others:  GPL+ or Artistic
@@ -68,9 +68,9 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
-%{_fixperms} %{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
+%{_fixperms} -c %{buildroot}
 
 %check
 make test COMPRESS_ZLIB_RUN_MOST=1
@@ -82,6 +82,12 @@ make test COMPRESS_ZLIB_RUN_MOST=1
 %{_mandir}/man3/Compress::Raw::Zlib.3*
 
 %changelog
+* Thu Dec 29 2016 Paul Howarth <p...@city-fan.org> - 2.070-1
+- Update to 2.070
+  - Fix compilation warning from inflate.c (CPAN RT#107642)
+  - Fix wrong FLAG_APPEND logic, analog to Bzip2 (CPAN RT#119007)
+- Simplify find commands using -empty and -delete
+
 * Wed May 18 2016 Jitka Plesnikova <jples...@redhat.com> - 2.069-366
 - Perl 5.24 re-rebuild of bootstrapped packages
 
diff --git a/sources b/sources
index ebeb0c4..31b157b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c1f99178e6e29b0037785afa6d8bbcff  Compress-Raw-Zlib-2.069.tar.gz
+SHA512 (Compress-Raw-Zlib-2.070.tar.gz) = 
cb2b777adecaaa345d0ca38da7ac84a21ab289a3fa8391496c63023057d5d34ecd8a6689f81e38707586a77a255f0cf9dba2530dc1d9778a139b5ee5c355e90e
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Compress-Raw-Zlib.git/commit/?h=perl-Compress-Raw-Zlib-2.070-1.fc26&id=61784c096722763cc34053b4bc38308c8e13fe5f
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to