Update to 0.001013

- New upstream release 0.001013
  - Avoid possible warnings about special variables only being used once
- Update old Test::More patch
This commit is contained in:
Paul Howarth 2016-10-22 14:15:15 +01:00
parent d392d49c52
commit 45146df50c
3 changed files with 11 additions and 6 deletions

View File

@ -7,7 +7,7 @@
- "Test::More" => "0.88"
+ "Test::More" => "0.47"
},
"VERSION" => "0.001012",
"VERSION" => "0.001013",
"test" => {
@@ -27,7 +27,7 @@ my %WriteMakefileArgs = (
@ -73,7 +73,7 @@
-note 'Checking Changes';
my $changes_file = 'Changes';
my $newver = '0.001012';
my $newver = '0.001013';
my $trial_token = '-TRIAL';
@@ -22,8 +21,6 @@ SKIP: {
ok(_get_changes($newver), "$changes_file has content for $newver");

View File

@ -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-Progressive
Version: 0.001012
Version: 0.001013
Release: 1%{?dist}
Summary: Only use Sub::Exporter if you need it
Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Sub-Exporter-Progressive/
Source0: http://search.cpan.org/CPAN/authors/id/F/FR/FREW/Sub-Exporter-Progressive-%{version}.tar.gz
Patch1: Sub-Exporter-Progressive-0.001012-old-Test::More.patch
Patch1: Sub-Exporter-Progressive-0.001013-old-Test::More.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
# =============== Module Build ======================
@ -64,7 +64,7 @@ make %{?_smp_mflags}
rm -rf %{buildroot}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -delete
%{_fixperms} %{buildroot}
%{_fixperms} -c %{buildroot}
%check
make test
@ -83,6 +83,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/Sub::Exporter::Progressive.3*
%changelog
* Sat Oct 22 2016 Paul Howarth <paul@city-fan.org> - 0.001013-1
- Update to 0.001013
- Avoid possible warnings about special variables only being used once
- Update old Test::More patch
* Wed Aug 24 2016 Paul Howarth <paul@city-fan.org> - 0.001012-1
- Update to 0.001012
- Many small performance improvements

View File

@ -1 +1 @@
a6be2bcef9a9f5c5f2709060dae521a2 Sub-Exporter-Progressive-0.001012.tar.gz
72cf6acdd2a0a8b105821a4db98e4ebe Sub-Exporter-Progressive-0.001013.tar.gz