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
This commit is contained in:
Paul Howarth 2014-03-30 16:41:39 +01:00
parent 1173f2abfe
commit 4d2171264a
3 changed files with 10 additions and 4 deletions

View File

@ -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");

View File

@ -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@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@city-fan.org> - 0.103009-1
- Update to 0.103009
- Updated FSF mailing address in license text for GFDL version 1.2, GPL

View File

@ -1 +1 @@
56207e8cc99b2a9b4a05a46b730fbca4 Software-License-0.103009.tar.gz
eee95f8d67472fa1a12cdf81e676812b Software-License-0.103010.tar.gz