Update to 0.986
- New upstream release 0.986 - Typo fixes in docs - Use metacpan URLs
This commit is contained in:
parent
903c1aa322
commit
bb08612673
@ -45,7 +45,7 @@
|
||||
|
||||
-note 'Checking Changes';
|
||||
my $changes_file = 'Changes';
|
||||
my $newver = '0.985';
|
||||
my $newver = '0.986';
|
||||
my $trial_token = '-TRIAL';
|
||||
@@ -14,8 +13,6 @@
|
||||
ok(_get_changes($newver), "$changes_file has content for $newver");
|
||||
@ -2,14 +2,14 @@
|
||||
%global old_test_more %(perl -MTest::More -e 'print (($Test::More::VERSION < 0.88) ? 1 : 0);' 2>/dev/null || echo 0)
|
||||
|
||||
Name: perl-Sub-Exporter
|
||||
Version: 0.985
|
||||
Version: 0.986
|
||||
Release: 1%{?dist}
|
||||
Summary: Sophisticated exporter for custom-built routines
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Sub-Exporter/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Exporter-%{version}.tar.gz
|
||||
Patch1: Sub-Exporter-0.985-old-Test::More.patch
|
||||
URL: https://metacpan.org/release/Sub-Exporter
|
||||
Source0: http://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Exporter-%{version}.tar.gz
|
||||
Patch1: Sub-Exporter-0.986-old-Test::More.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
# Build
|
||||
@ -93,6 +93,10 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Sub::Exporter::Util.3pm*
|
||||
|
||||
%changelog
|
||||
* Sat Jun 15 2013 Paul Howarth <paul@city-fan.org> - 0.986-1
|
||||
- Update to 0.986 (typo fixes in docs)
|
||||
- Use metacpan URLs
|
||||
|
||||
* Thu Feb 21 2013 Paul Howarth <paul@city-fan.org> - 0.985-1
|
||||
- Update to 0.985 (documentation fixes)
|
||||
- Add patch to support building with Test::More < 0.88
|
||||
|
||||
Loading…
Reference in New Issue
Block a user