From 48f060b587fcc1773f6dc42812a759038c293993 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Thu, 19 May 2016 12:05:32 +0100
Subject: Update to 0.27

- New upstream release 0.27
  - Allow packages to be cleaned multiple times
  - Ensure the debugger workarounds are applied only when DB::sub is actively
    used (they are superfluous otherwise)
  - Work around P5#72210, resulting in fails on 5.8.8 -Duselongdouble
  - Fix incorrect name in META (CPAN RT#107813)
- BR: perl-generators where available
- Simplify find command using -delete
---
 perl-namespace-clean.spec | 20 ++++++++++++++++----
 sources                   |  2 +-
 2 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/perl-namespace-clean.spec b/perl-namespace-clean.spec
index 6fc4657..55b34da 100644
--- a/perl-namespace-clean.spec
+++ b/perl-namespace-clean.spec
@@ -1,7 +1,7 @@
 Name:          perl-namespace-clean
 Summary:       Keep your namespace tidy
-Version:       0.26
-Release:       3%{?dist}
+Version:       0.27
+Release:       1%{?dist}
 License:       GPL+ or Artistic
 URL:           http://search.cpan.org/dist/namespace-clean/
 Source0:       
http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/namespace-clean-%{version}.tar.gz
@@ -11,7 +11,9 @@ BuildRequires:        coreutils
 BuildRequires: findutils
 BuildRequires: make
 BuildRequires: perl >= 4:5.12
-BuildRequires: perl(ExtUtils::CBuilder) >= 0.27
+%if 0%{?fedora} > 20 || 0%{?rhel} > 7
+BuildRequires: perl-generators
+%endif
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(File::Spec)
 BuildRequires: perl(File::Temp)
@@ -66,7 +68,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
@@ -78,6 +80,16 @@ make test
 %{_mandir}/man3/namespace::clean.3*
 
 %changelog
+* Thu May 19 2016 Paul Howarth <p...@city-fan.org> - 0.27-1
+- Update to 0.27
+  - Allow packages to be cleaned multiple times
+  - Ensure the debugger workarounds are applied only when DB::sub is actively
+    used (they are superfluous otherwise)
+  - Work around P5#72210, resulting in fails on 5.8.8 -Duselongdouble
+  - Fix incorrect name in META (CPAN RT#107813)
+- BR: perl-generators where available
+- Simplify find command using -delete
+
 * Sun May 15 2016 Jitka Plesnikova <jples...@redhat.com> - 0.26-3
 - Perl 5.24 rebuild
 
diff --git a/sources b/sources
index d3476b8..7c0d51e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c4f65abbc0916814c4c27dbf20d6d086  namespace-clean-0.26.tar.gz
+cba97f39ef7e594bd8489b4fdcddb662  namespace-clean-0.27.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-namespace-clean.git/commit/?h=master&id=48f060b587fcc1773f6dc42812a759038c293993
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to