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

- New upstream release 2.070
  - Fix wrong FLAG_APPEND_OUTPUT logic (CPAN RT#119207)
- Simplify find commands using -empty and -delete
---
 perl-Compress-Raw-Lzma.spec | 15 ++++++++++-----
 sources                     |  2 +-
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/perl-Compress-Raw-Lzma.spec b/perl-Compress-Raw-Lzma.spec
index b992132..6340b89 100644
--- a/perl-Compress-Raw-Lzma.spec
+++ b/perl-Compress-Raw-Lzma.spec
@@ -1,6 +1,6 @@
 Name:          perl-Compress-Raw-Lzma
-Version:       2.069
-Release:       4%{?dist}
+Version:       2.070
+Release:       1%{?dist}
 Summary:       Low-level interface to lzma compression library
 Group:         Development/Libraries
 License:       GPL+ or Artistic
@@ -61,9 +61,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
@@ -75,6 +75,11 @@ make test
 %{_mandir}/man3/Compress::Raw::Lzma.3*
 
 %changelog
+* Thu Dec 29 2016 Paul Howarth <p...@city-fan.org> - 2.070-1
+- Update to 2.070
+  - Fix wrong FLAG_APPEND_OUTPUT logic (CPAN RT#119207)
+- Simplify find commands using -empty and -delete
+
 * Sun May 15 2016 Jitka Plesnikova <jples...@redhat.com> - 2.069-4
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index 9a0556d..5db86cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-35f0f7af465fc5919d400fb2e48e277e  Compress-Raw-Lzma-2.069.tar.gz
+SHA512 (Compress-Raw-Lzma-2.070.tar.gz) = 
922f4e4d804ee8feb55719b1a4cf5f1c19348ba700d80ce55d51b5d08096615d1598c36994043cd45661e64e5ae4fac77c52dcc649db283a3554502ee1ba5519
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Compress-Raw-Lzma.git/commit/?h=perl-Compress-Raw-Lzma-2.070-1.fc26&id=c5c09bfce1eef9531870bbdc270e71eaa88d0b00
_______________________________________________
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