[perl-Software-License] Update to 0.103008

Paul Howarth pghmcfc at fedoraproject.org
Sun Nov 17 12:38:09 UTC 2013


commit 001cbe8fd092096aa3a5437cff3876bd0c38063b
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Nov 17 12:37:50 2013 +0000

    Update to 0.103008
    
    - New upstream release 0.103008
      - Faster!
      - Add new_from_short_name to LicenseUtils for spdx.org-style short names
      - Avoid double trailing dots in expanded licenses
      - Fix some errors in (3-clause) BSD license text
      - The 2-clause BSD ("FreeBSD") license no longer incorrectly puts "FreeBSD"
        as the owner in the license full text
    - Update patch for building with old Test::More versions

 ... Software-License-0.103008-old-Test::More.patch |    2 +-
 perl-Software-License.spec                         |   14 ++++++++++++--
 sources                                            |    2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/Software-License-0.103007-old-Test::More.patch b/Software-License-0.103008-old-Test::More.patch
similarity index 98%
rename from Software-License-0.103007-old-Test::More.patch
rename to Software-License-0.103008-old-Test::More.patch
index d528289..4592c9a 100644
--- a/Software-License-0.103007-old-Test::More.patch
+++ b/Software-License-0.103008-old-Test::More.patch
@@ -77,7 +77,7 @@
 -note 'Checking Changes';
 +diag 'Checking Changes';
  my $changes_file = 'Changes';
- my $newver = '0.103007';
+ my $newver = '0.103008';
  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 6e32937..fa5002c 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.103007
+Version:        0.103008
 Release:        1%{?dist}
 Summary:        Package that provides templated software licenses
 License:        GPL+ or Artistic
@@ -11,7 +11,7 @@ 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.103007-old-Test::More.patch
+Patch1:         Software-License-0.103008-old-Test::More.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:      noarch
 BuildRequires:  perl(Carp)
@@ -64,6 +64,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Software::LicenseUtils.3pm*
 
 %changelog
+* Sun Nov 17 2013 Paul Howarth <paul at city-fan.org> - 0.103008-1
+- Update to 0.103008
+  - Faster!
+  - Add new_from_short_name to LicenseUtils for spdx.org-style short names
+  - Avoid double trailing dots in expanded licenses
+  - Fix some errors in (3-clause) BSD license text
+  - The 2-clause BSD ("FreeBSD") license no longer incorrectly puts "FreeBSD"
+    as the owner in the license full text
+- Update patch for building with old Test::More versions
+
 * Sun Oct 27 2013 Paul Howarth <paul at city-fan.org> - 0.103007-1
 - Update to 0.103007
   - Fix regex to allow guessing from meta things like perl_5
diff --git a/sources b/sources
index 5182003..b30539a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c7884f8de01cede923e79c8c367ecf48  Software-License-0.103007.tar.gz
+14522397d2b34562b3a30be9e411267f  Software-License-0.103008.tar.gz



More information about the perl-devel mailing list