From a1ea8ef3305318aaf317b2b130b2979c62b9625e Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Fri, 19 Aug 2016 14:06:17 +0100
Subject: Update to 0.19

- New upstream release 0.19
  - Fix checking of SvUTF8 flag
- Simplify find commands using -empty and -delete
---
 perl-Sub-Name.spec | 11 ++++++++---
 sources            |  2 +-
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/perl-Sub-Name.spec b/perl-Sub-Name.spec
index 90654b6..e2070d5 100644
--- a/perl-Sub-Name.spec
+++ b/perl-Sub-Name.spec
@@ -1,7 +1,7 @@
 # TODO: BR: perl(B::C) when available
 
 Name:          perl-Sub-Name
-Version:       0.18
+Version:       0.19
 Release:       1%{?dist}
 Summary:       Name - or rename - a sub
 License:       GPL+ or Artistic
@@ -55,8 +55,8 @@ 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 {} \;
+find %{buildroot} -type f -name .packlist -delete
+find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} %{buildroot}
 
 %check
@@ -74,6 +74,11 @@ make test
 %{_mandir}/man3/Sub::Name.3*
 
 %changelog
+* Fri Aug 19 2016 Paul Howarth <p...@city-fan.org> - 0.19-1
+- Update to 0.19
+  - Fix checking of SvUTF8 flag
+- Simplify find commands using -empty and -delete
+
 * Tue Aug 16 2016 Paul Howarth <p...@city-fan.org> - 0.18-1
 - Update to 0.18
   - Support binary and unicode symbol names (PR#8)
diff --git a/sources b/sources
index 2cf472d..83db411 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-26da1476d699a61967e866b6309605b8  Sub-Name-0.18.tar.gz
+855afebe2144247bf5f6282b648d5c3d  Sub-Name-0.19.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Sub-Name.git/commit/?h=f25&id=a1ea8ef3305318aaf317b2b130b2979c62b9625e
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to