From d9b55f0f7a8756b7eba295d766bc65d4f44cb71b Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Fri, 5 Aug 2016 17:14:56 +0100
Subject: Update to 0.2600

- New upstream release 0.2600
  - Optimized calls to caller()
- Simplify find command using -delete
---
 perl-Sub-Uplevel.spec | 16 ++++++++++++----
 sources               |  2 +-
 2 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/perl-Sub-Uplevel.spec b/perl-Sub-Uplevel.spec
index 3850e71..ecc812e 100644
--- a/perl-Sub-Uplevel.spec
+++ b/perl-Sub-Uplevel.spec
@@ -1,14 +1,17 @@
 Name:           perl-Sub-Uplevel
 Summary:        Apparently run a function in a higher stack frame
 Epoch:          1
-Version:        0.25
-Release:        5%{?dist}
+Version:        0.2600
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
+URL:            http://search.cpan.org/dist/Sub-Uplevel/
 Source0:        
http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-%{version}.tar.gz
 
-URL:            http://search.cpan.org/dist/Sub-Uplevel
 BuildArch:      noarch
 # Build:
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-generators
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.17
@@ -45,7 +48,7 @@ make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -type f -name .packlist -delete
 %{_fixperms} %{buildroot}
 
 %check
@@ -58,6 +61,11 @@ make test
 %{_mandir}/man3/Sub::Uplevel.3*
 
 %changelog
+* Fri Aug  5 2016 Paul Howarth <p...@city-fan.org> - 1:0.2600-1
+- Update to 0.2600
+  - Optimized calls to caller()
+- Simplify find command using -delete
+
 * Sat May 14 2016 Jitka Plesnikova <jples...@redhat.com> - 1:0.25-5
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index 9fabd63..42b7da6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5d0752dbfa94d0c91b25a264f47f5675  Sub-Uplevel-0.25.tar.gz
+6f825f3c9c8db5485570732b0d17024f  Sub-Uplevel-0.2600.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Sub-Uplevel.git/commit/?h=perl-Sub-Uplevel-0.2600-1.fc25&id=d9b55f0f7a8756b7eba295d766bc65d4f44cb71b
--
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