[perl-Software-License] Update to 0.103010

Paul Howarth pghmcfc at fedoraproject.org
Sun Mar 30 15:45:34 UTC 2014


commit 4d2171264a32a24d282da04ed82f8373c20ec53b
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Mar 30 16:41:39 2014 +0100

    Update to 0.103010
    
    - New upstream release 0.103010
      - Fix guess_license_from_pod's return on GPL licenses
    - Update patch for building with old Test::More versions

 ... Software-License-0.103010-old-Test::More.patch |    2 +-
 perl-Software-License.spec                         |   10 ++++++++--
 sources                                            |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/Software-License-0.103009-old-Test::More.patch b/Software-License-0.103010-old-Test::More.patch
similarity index 98%
rename from Software-License-0.103009-old-Test::More.patch
rename to Software-License-0.103010-old-Test::More.patch
index bb2b82d..0bc92e1 100644
--- a/Software-License-0.103009-old-Test::More.patch
+++ b/Software-License-0.103010-old-Test::More.patch
@@ -77,7 +77,7 @@
 -note 'Checking Changes';
 +diag 'Checking Changes';
  my $changes_file = 'Changes';
- my $newver = '0.103009';
+ my $newver = '0.103010';
  my $trial_token = '-TRIAL';
 @@ -14,8 +14,6 @@ SKIP: {
      ok(_get_changes($newver), "$changes_file has content for $newver");
diff --git a/perl-Software-License.spec b/perl-Software-License.spec
index ef2606b..d62e521 100644
--- a/perl-Software-License.spec
+++ b/perl-Software-License.spec
@@ -2,7 +2,7 @@
 %global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION < 0.88) ? 1 : 0);' 2>/dev/null || echo 0)
 
 Name:           perl-Software-License
-Version:        0.103009
+Version:        0.103010
 Release:        1%{?dist}
 Summary:        Package that provides templated software licenses
 License:        GPL+ or Artistic
@@ -11,9 +11,10 @@ URL:            http://search.cpan.org/dist/Software-License/
 # For unknown reasons this module URL is currently missing
 #Source0:        http://www.cpan.org/modules/by-module/Software/Software-License-%{version}.tar.gz
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Software-License-%{version}.tar.gz
-Patch1:         Software-License-0.103009-old-Test::More.patch
+Patch1:         Software-License-0.103010-old-Test::More.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:      noarch
+BuildRequires:  perl
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Section)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -66,6 +67,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Software::LicenseUtils.3pm*
 
 %changelog
+* Sun Mar 30 2014 Paul Howarth <paul at city-fan.org> - 0.103010-1
+- Update to 0.103010
+  - Fix guess_license_from_pod's return on GPL licenses
+- Update patch for building with old Test::More versions
+
 * Fri Feb 21 2014 Paul Howarth <paul at city-fan.org> - 0.103009-1
 - Update to 0.103009
   - Updated FSF mailing address in license text for GFDL version 1.2, GPL
diff --git a/sources b/sources
index 2356868..cfe2652 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-56207e8cc99b2a9b4a05a46b730fbca4  Software-License-0.103009.tar.gz
+eee95f8d67472fa1a12cdf81e676812b  Software-License-0.103010.tar.gz



More information about the perl-devel mailing list