From 48211ea8aa87c2deea57479a11245dccad6b61a6 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Mon, 9 Jan 2017 11:19:37 +0000
Subject: Update to 0.28

- New upstream release 0.28
  - Enabled some tests of finally blocks that were disabled on 5.6, now that
    that functionality works (since 0.13) (GH#4)
---
 perl-Try-Tiny.spec | 12 +++++++++---
 sources            |  2 +-
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/perl-Try-Tiny.spec b/perl-Try-Tiny.spec
index 3b8828a..6ce1c47 100644
--- a/perl-Try-Tiny.spec
+++ b/perl-Try-Tiny.spec
@@ -1,6 +1,6 @@
 Name:          perl-Try-Tiny
 Summary:       Minimal try/catch with proper localization of $@
-Version:       0.27
+Version:       0.28
 Release:       1%{?dist}
 License:       MIT
 URL:           http://search.cpan.org/dist/Try-Tiny
@@ -22,11 +22,12 @@ 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
 BuildRequires: perl(CPAN::Meta) >= 2.120900
+BuildRequires: perl(CPAN::Meta::Check) >= 0.011
+BuildRequires: perl(CPAN::Meta::Requirements)
 # Runtime
 Requires:      perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:      perl(Sub::Util)
@@ -55,7 +56,7 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -delete
-%{_fixperms} %{buildroot}
+%{_fixperms} -c %{buildroot}
 
 %check
 make test
@@ -67,6 +68,11 @@ make test
 %{_mandir}/man3/Try::Tiny.3*
 
 %changelog
+* Mon Jan  9 2017 Paul Howarth <p...@city-fan.org> - 0.28-1
+- Update to 0.28
+  - Enabled some tests of finally blocks that were disabled on 5.6, now that
+    that functionality works (since 0.13) (GH#4)
+
 * Tue Aug 16 2016 Paul Howarth <p...@city-fan.org> - 0.27-1
 - Update to 0.27
   - "finally" blocks are now run for all methods of leaving the try block
diff --git a/sources b/sources
index 377ab25..48752c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e6ee3bcf382d53974becf712ef9301e2  Try-Tiny-0.27.tar.gz
+SHA512 (Try-Tiny-0.28.tar.gz) = 
5d83a96f493c09ea2d4522e2255f00d8b63576f95d54fbf30ca36705b6e2105471eb6c80a3e5b12dc66457b3696ade31b265fbcdebf62a52a4af60428de74ab7
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Try-Tiny.git/commit/?h=perl-Try-Tiny-0.28-1.fc26&id=48211ea8aa87c2deea57479a11245dccad6b61a6
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to