From e2a6afb0851371b43da3bc9514a288fecd8e58a1 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Mon, 3 Apr 2017 19:24:55 +0100
Subject: Update to 0.13

- New upstream release 0.13
  - Reformatted Changes to follow basic format in CPAN::Changes::Spec
  - Make tests pass without . in @INC
---
 perl-Sub-Identify.spec | 19 ++++++++++++-------
 sources                |  2 +-
 2 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/perl-Sub-Identify.spec b/perl-Sub-Identify.spec
index 591a191..2680811 100644
--- a/perl-Sub-Identify.spec
+++ b/perl-Sub-Identify.spec
@@ -1,6 +1,6 @@
 Name:          perl-Sub-Identify
-Version:       0.12
-Release:       5%{?dist}
+Version:       0.13
+Release:       1%{?dist}
 Summary:       Retrieve names of code references
 License:       GPL+ or Artistic
 URL:           http://search.cpan.org/dist/Sub-Identify/
@@ -20,8 +20,8 @@ BuildRequires:        perl(Exporter)
 BuildRequires: perl(strict)
 BuildRequires: perl(XSLoader)
 # Test Suite
-# feature required with perl >= 5.020
-%if 0%{?fedora} >= 22
+# feature required with perl ≥ 5.020
+%if 0%{?fedora} > 21 || 0%{?rhel} > 7
 BuildRequires: perl(feature)
 %endif
 BuildRequires: perl(List::Util)
@@ -52,9 +52,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
@@ -66,6 +66,11 @@ make test
 %{_mandir}/man3/Sub::Identify.3*
 
 %changelog
+* Mon Apr  3 2017 Paul Howarth <p...@city-fan.org> - 0.13-1
+- Update to 0.13
+  - Reformatted Changes to follow basic format in CPAN::Changes::Spec
+  - Make tests pass without . in @INC
+
 * Sat Feb 11 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.12-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index 6161792..05ec8cd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e9223e830bfdfbd6f40675e3bec76688  Sub-Identify-0.12.tar.gz
+SHA512 (Sub-Identify-0.13.tar.gz) = 
16655ea9324202e578ab44139816d61ef961d61c97e2393c19337692670a3f7a27d8dacb7db7b1130ed762f3b6dfc98fe39fe379b546b32576c19bdfa7df70a0
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Sub-Identify.git/commit/?h=f26&id=e2a6afb0851371b43da3bc9514a288fecd8e58a1
_______________________________________________
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