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
This commit is contained in:
parent
232beef32a
commit
001cbe8fd0
@ -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");
|
@ -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@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@city-fan.org> - 0.103007-1
|
||||
- Update to 0.103007
|
||||
- Fix regex to allow guessing from meta things like perl_5
|
||||
|
Loading…
Reference in New Issue
Block a user