From 45146df50c979cfbe1be281a4c7812db08060ed5 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Sat, 22 Oct 2016 14:15:15 +0100 Subject: [PATCH] Update to 0.001013 - New upstream release 0.001013 - Avoid possible warnings about special variables only being used once - Update old Test::More patch --- ...Exporter-Progressive-0.001013-old-Test::More.patch | 4 ++-- perl-Sub-Exporter-Progressive.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) rename Sub-Exporter-Progressive-0.001012-old-Test::More.patch => Sub-Exporter-Progressive-0.001013-old-Test::More.patch (98%) diff --git a/Sub-Exporter-Progressive-0.001012-old-Test::More.patch b/Sub-Exporter-Progressive-0.001013-old-Test::More.patch similarity index 98% rename from Sub-Exporter-Progressive-0.001012-old-Test::More.patch rename to Sub-Exporter-Progressive-0.001013-old-Test::More.patch index 766cd45..f083a9f 100644 --- a/Sub-Exporter-Progressive-0.001012-old-Test::More.patch +++ b/Sub-Exporter-Progressive-0.001013-old-Test::More.patch @@ -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"); diff --git a/perl-Sub-Exporter-Progressive.spec b/perl-Sub-Exporter-Progressive.spec index 990d7aa..3ab5e87 100644 --- a/perl-Sub-Exporter-Progressive.spec +++ b/perl-Sub-Exporter-Progressive.spec @@ -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 - 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 - 0.001012-1 - Update to 0.001012 - Many small performance improvements diff --git a/sources b/sources index 6b39159..eccaafa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a6be2bcef9a9f5c5f2709060dae521a2 Sub-Exporter-Progressive-0.001012.tar.gz +72cf6acdd2a0a8b105821a4db98e4ebe Sub-Exporter-Progressive-0.001013.tar.gz