commit d334f6ef9fe3da7db1ff68eafc13b925b111e541 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Sat Mar 22 21:51:10 2014 +0000 Update to 0.20 - New upstream release 0.20 - Documentation updates - Update patch for building with Test::More < 0.88 Try-Tiny-0.19-old-Test::More.patch | 16 ---------------- Try-Tiny-0.20-old-Test::More.patch | 16 ++++++++++++++++ perl-Try-Tiny.spec | 11 ++++++++--- sources | 2 +- 4 files changed, 25 insertions(+), 20 deletions(-) --- diff --git a/Try-Tiny-0.20-old-Test::More.patch b/Try-Tiny-0.20-old-Test::More.patch new file mode 100644 index 0000000..7860fbc --- /dev/null +++ b/Try-Tiny-0.20-old-Test::More.patch @@ -0,0 +1,16 @@ +--- xt/release/no-tabs.t ++++ xt/release/no-tabs.t +@@ -3,7 +3,7 @@ use warnings; + + # this test was generated with Dist::Zilla::Plugin::NoTabsTests 0.06 + +-use Test::More 0.88; ++use Test::More tests => 1; + use Test::NoTabs; + + my @files = ( +@@ -11,4 +11,3 @@ my @files = ( + ); + + notabs_ok($_) foreach @files; +-done_testing; diff --git a/perl-Try-Tiny.spec b/perl-Try-Tiny.spec index 5bc48fd..0615658 100644 --- a/perl-Try-Tiny.spec +++ b/perl-Try-Tiny.spec @@ -3,17 +3,17 @@ Name: perl-Try-Tiny Summary: Minimal try/catch with proper localization of $@ -Version: 0.19 +Version: 0.20 Release: 1%{?dist} License: MIT Group: Development/Libraries URL: http://search.cpan.org/dist/Try-Tiny Source0: http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Try-Tiny-%{version}.tar.gz -Patch1: Try-Tiny-0.19-old-Test::More.patch +Patch1: Try-Tiny-0.20-old-Test::More.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu) BuildArch: noarch # Module Build -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30 # Module BuildRequires: perl(Carp) BuildRequires: perl(constant) @@ -78,6 +78,11 @@ rm -rf %{buildroot} %{_mandir}/man3/Try::Tiny.3pm* %changelog +* Sat Mar 22 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 0.20-1 +- Update to 0.20 + - Documentation updates +- Update patch for building with Test::More < 0.88 + * Thu Jan 23 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 0.19-1 - Update to 0.19 - Fix an obscure issue with loading modules during global destruction diff --git a/sources b/sources index 06b3954..d44e633 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2a0e2754f7a5961ae1a91d51d08d03ca Try-Tiny-0.19.tar.gz +ee9f0f29d4056fbb07f921255c4a5ccd Try-Tiny-0.20.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel