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:
parent
d392d49c52
commit
45146df50c
@ -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");
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user