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:
parent
1173f2abfe
commit
4d2171264a
@ -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");
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user