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

- New upstream release 2.070
  - Fix wrong APPEND_OUTPUT logic (CPAN RT#119005, CPAN RT#119141)
  - Fix some gcc warnings (CPAN RT#100817, CPAN RT#105647)
- Simplify find commands using -empty and -delete
---
 perl-Compress-Raw-Bzip2.spec | 16 +++++++++++-----
 sources                      |  2 +-
 2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/perl-Compress-Raw-Bzip2.spec b/perl-Compress-Raw-Bzip2.spec
index 1de1272..2dccb44 100644
--- a/perl-Compress-Raw-Bzip2.spec
+++ b/perl-Compress-Raw-Bzip2.spec
@@ -1,7 +1,7 @@
 Name:           perl-Compress-Raw-Bzip2
 Summary:        Low-level interface to bzip2 compression library
-Version:        2.069
-Release:        366%{?dist}
+Version:        2.070
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Compress-Raw-Bzip2/
@@ -63,9 +63,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' -a -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
@@ -77,6 +77,12 @@ make test
 %{_mandir}/man3/Compress::Raw::Bzip2.3*
 
 %changelog
+* Thu Dec 29 2016 Paul Howarth <p...@city-fan.org> - 2.070-1
+- Update to 2.070
+  - Fix wrong APPEND_OUTPUT logic (CPAN RT#119005, CPAN RT#119141)
+  - Fix some gcc warnings (CPAN RT#100817, CPAN RT#105647)
+- 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 7677f06..2532937 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-18c4312b4fb8b644e9d697803687ea4f  Compress-Raw-Bzip2-2.069.tar.gz
+SHA512 (Compress-Raw-Bzip2-2.070.tar.gz) = 
a8061937b152c81761b5460d7d53306a948f97498cbcdec483c08c1bf5872bf117863993469ea16cac97c0f38a306a3cd728012bb776ebce4de0268dae738890
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Compress-Raw-Bzip2.git/commit/?h=master&id=246b1e6758ea6a81d96289b310da167e5730e2a2
_______________________________________________
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