From 1939af56d72a2c6094cfa9d22fbc4e8c7e8e10a3 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Aug 16 2016 11:03:23 +0000 Subject: Update to 0.27 - New upstream release 0.27 - "finally" blocks are now run for all methods of leaving the try block (including via exit, goto) (CPAN RT#112099) - Switch from finalizers using an array to a hash, to resolve segfaults when creating a pseudofork on MSWin before perl 5.20 (karenetheridge/Sub-Name/#3) - Repository moved to the github p5sagit organization (the primary is on shadowcat, mirrored to github) - Simplify find command using -delete --- diff --git a/perl-Try-Tiny.spec b/perl-Try-Tiny.spec index 3c605b4..3b8828a 100644 --- a/perl-Try-Tiny.spec +++ b/perl-Try-Tiny.spec @@ -1,7 +1,7 @@ Name: perl-Try-Tiny Summary: Minimal try/catch with proper localization of $@ -Version: 0.24 -Release: 3%{?dist} +Version: 0.27 +Release: 1%{?dist} License: MIT URL: http://search.cpan.org/dist/Try-Tiny Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Try-Tiny-%{version}.tar.gz @@ -22,6 +22,7 @@ BuildRequires: perl(Sub::Util) BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(File::Spec) +BuildRequires: perl(Module::Metadata) BuildRequires: perl(Test::More) # Optional Tests BuildRequires: perl(Capture::Tiny) >= 0.12 @@ -53,7 +54,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +find %{buildroot} -type f -name .packlist -delete %{_fixperms} %{buildroot} %check @@ -66,6 +67,18 @@ make test %{_mandir}/man3/Try::Tiny.3* %changelog +* Tue Aug 16 2016 Paul Howarth - 0.27-1 +- Update to 0.27 + - "finally" blocks are now run for all methods of leaving the try block + (including via exit, goto) (CPAN RT#112099) + - Switch from finalizers using an array to a hash, to resolve segfaults when + creating a pseudofork on MSWin before perl 5.20 + (karenetheridge/Sub-Name/#3) + - Repository moved to the github p5sagit organization (the primary is on + shadowcat, mirrored to github) +- BR: perl-generators +- Simplify find command using -delete + * Sun May 15 2016 Jitka Plesnikova - 0.24-3 - Perl 5.24 rebuild diff --git a/sources b/sources index d4f8352..377ab25 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1a12a51cfeb7e2c301e4ae093c7ecdfb Try-Tiny-0.24.tar.gz +e6ee3bcf382d53974becf712ef9301e2 Try-Tiny-0.27.tar.gz