[perl-Sub-Exporter-Progressive] Update to 0.001010

Paul Howarth pghmcfc at fedoraproject.org
Wed Mar 27 14:13:58 UTC 2013


commit 3a85042fc807e98fe5e1bdc95391af8edf263636
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Mar 27 14:13:14 2013 +0000

    Update to 0.001010
    
    - New upstream release 0.001010
      - Fix module name in Makefile.PL (CPAN RT#83932)
      - Work around Exporter.pm not installable on perl < 5.8.0
    - Update old Test::More patch

 ...orter-Progressive-0.001010-old-Test::More.patch |    8 ++++----
 perl-Sub-Exporter-Progressive.spec                 |   14 ++++++++++----
 sources                                            |    2 +-
 3 files changed, 15 insertions(+), 9 deletions(-)
---
diff --git a/Sub-Exporter-Progressive-0.001009-old-Test::More.patch b/Sub-Exporter-Progressive-0.001010-old-Test::More.patch
similarity index 92%
rename from Sub-Exporter-Progressive-0.001009-old-Test::More.patch
rename to Sub-Exporter-Progressive-0.001010-old-Test::More.patch
index 6564a19..fcfa85a 100644
--- a/Sub-Exporter-Progressive-0.001009-old-Test::More.patch
+++ b/Sub-Exporter-Progressive-0.001010-old-Test::More.patch
@@ -86,9 +86,9 @@
  use List::Util 'first';
  use Carp;
  use lib 't/lib';
-@@ -58,5 +58,3 @@ check_tag('-bb', [qw/bar baz/], [qw/foo/
- check_tag(':all', [qw/foo bar baz/], []);
- check_tag('-all', [qw/foo bar baz/], []);
+@@ -65,5 +65,3 @@ SKIP: {
+   check_tag('bar -default', [qw/foo bar/], [qw/baz/]);
+ }
  
 -done_testing;
 -
@@ -103,7 +103,7 @@
  
  BEGIN {
     package AAA;
-@@ -38,5 +38,3 @@
+@@ -38,5 +38,3 @@ ok(eval('use AAA 1; 1'), 'perl built-in
     );
  }
  
diff --git a/perl-Sub-Exporter-Progressive.spec b/perl-Sub-Exporter-Progressive.spec
index 41d0381..4b1e8a4 100644
--- a/perl-Sub-Exporter-Progressive.spec
+++ b/perl-Sub-Exporter-Progressive.spec
@@ -2,14 +2,14 @@
 %global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION < 0.88) ? 1 : 0);' 2>/dev/null || echo 0)
 
 Name:		perl-Sub-Exporter-Progressive
-Version:	0.001009
+Version:	0.001010
 Release:	1%{?dist}
 Summary:	Only use Sub::Exporter if you need it
 Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/Sub-Exporter-Progressive/
 Source0:	http://search.cpan.org/CPAN/authors/id/F/FR/FREW/Sub-Exporter-Progressive-%{version}.tar.gz
-Patch1:		Sub-Exporter-Progressive-0.001009-old-Test::More.patch
+Patch1:		Sub-Exporter-Progressive-0.001010-old-Test::More.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 # =============== Module Build ======================
@@ -70,10 +70,16 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Sub::Exporter::Progressive.3pm*
 
 %changelog
+* Wed Mar 27 2013 Paul Howarth <paul at city-fan.org> - 0.001010-1
+- Update to 0.001010
+  - Fix module name in Makefile.PL (CPAN RT#83932)
+  - Work around Exporter.pm not installable on perl < 5.8.0
+- Update old Test::More patch
+
 * Wed Mar 13 2013 Paul Howarth <paul at city-fan.org> - 0.001009-1
 - Update to 0.001009
-  - die if requested to export a symbol with a leading digit (CPAN RT#83491)
-- This release by FREW -> update source URL
+  - Disallow version names in random parts of the import list for consistency
+    with Sub::Exporter (CPAN RT#83491)
 - Update old Test::More patch, and apply if we have Test::More < 0.88
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.001008-2
diff --git a/sources b/sources
index d15bb37..65dd706 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-35b8b1e35284808a4539d6ccec0b49ca  Sub-Exporter-Progressive-0.001009.tar.gz
+0350d9e12549112ae1f618cbff3ecbd9  Sub-Exporter-Progressive-0.001010.tar.gz



More information about the perl-devel mailing list