[perl-Sub-Exporter] Update to 0.986

Paul Howarth pghmcfc at fedoraproject.org
Sat Jun 15 09:44:27 UTC 2013


commit bb086126730aca54e5936eb7a998f7f71d0fbcec
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Jun 15 10:43:27 2013 +0100

    Update to 0.986
    
    - New upstream release 0.986
      - Typo fixes in docs
    - Use metacpan URLs

 ...atch => Sub-Exporter-0.986-old-Test::More.patch |    2 +-
 perl-Sub-Exporter.spec                             |   12 ++++++++----
 sources                                            |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/Sub-Exporter-0.985-old-Test::More.patch b/Sub-Exporter-0.986-old-Test::More.patch
similarity index 98%
rename from Sub-Exporter-0.985-old-Test::More.patch
rename to Sub-Exporter-0.986-old-Test::More.patch
index 1e62204..b866baa 100644
--- a/Sub-Exporter-0.985-old-Test::More.patch
+++ b/Sub-Exporter-0.986-old-Test::More.patch
@@ -45,7 +45,7 @@
  
 -note 'Checking Changes';
  my $changes_file = 'Changes';
- my $newver = '0.985';
+ my $newver = '0.986';
  my $trial_token = '-TRIAL';
 @@ -14,8 +13,6 @@
      ok(_get_changes($newver), "$changes_file has content for $newver");
diff --git a/perl-Sub-Exporter.spec b/perl-Sub-Exporter.spec
index ca20a3a..3ff2a78 100644
--- a/perl-Sub-Exporter.spec
+++ b/perl-Sub-Exporter.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
-Version:	0.985
+Version:	0.986
 Release:	1%{?dist}
 Summary:	Sophisticated exporter for custom-built routines
 License:	GPL+ or Artistic
 Group:		Development/Libraries
-URL:		http://search.cpan.org/dist/Sub-Exporter/
-Source0:	http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Exporter-%{version}.tar.gz
-Patch1:		Sub-Exporter-0.985-old-Test::More.patch
+URL:		https://metacpan.org/release/Sub-Exporter
+Source0:	http://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-%{version}.tar.gz
+Patch1:		Sub-Exporter-0.986-old-Test::More.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 # Build
@@ -93,6 +93,10 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Sub::Exporter::Util.3pm*
 
 %changelog
+* Sat Jun 15 2013 Paul Howarth <paul at city-fan.org> - 0.986-1
+- Update to 0.986 (typo fixes in docs)
+- Use metacpan URLs
+
 * Thu Feb 21 2013 Paul Howarth <paul at city-fan.org> - 0.985-1
 - Update to 0.985 (documentation fixes)
 - Add patch to support building with Test::More < 0.88
diff --git a/sources b/sources
index c997250..842158c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-233b9a1d86a4395de7e1afe5b60632b7  Sub-Exporter-0.985.tar.gz
+bdfa41103f82ab8611af61fceed1271e  Sub-Exporter-0.986.tar.gz



More information about the perl-devel mailing list