commit 1236c26ed0d747b70e3356201e902924a957657a
Author: Paul Howarth <[email protected]>
Date:   Tue Jul 9 12:07:54 2013 +0100

    Update to 0.15
    
    - New upstream release 0.15
      - Optionally use Sub::Name to name the try/catch/finally blocks, if 
available
    - BR:/R: perl(Sub::Name)
    - Drop obsoletes/provides for old -tests subpackage

 perl-Try-Tiny.spec |   15 +++++++++------
 sources            |    2 +-
 2 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/perl-Try-Tiny.spec b/perl-Try-Tiny.spec
index 16cee73..6a9ea14 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.14
+Version:       0.15
 Release:       1%{?dist}
 License:       MIT
 Group:         Development/Libraries
@@ -15,6 +15,7 @@ BuildRequires:        perl(base)
 BuildRequires: perl(Carp)
 BuildRequires: perl(constant)
 BuildRequires: perl(Exporter)
+BuildRequires: perl(Sub::Name)
 # Test Suite
 BuildRequires: perl(File::Find)
 BuildRequires: perl(File::Temp)
@@ -27,11 +28,7 @@ BuildRequires:       perl(Test::Pod) >= 1.41
 BuildRequires: perl(Test::Pod::Coverage) >= 1.08
 # Runtime
 Requires:      perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-
-# obsolete/provide old tests subpackage
-# can be removed during F19 development cycle
-Obsoletes:     %{name}-tests < 0.11-3
-Provides:      %{name}-tests = %{version}-%{release}
+Requires:      perl(Sub::Name)
 
 %description
 This module provides bare bones try/catch statements that are designed to
@@ -70,6 +67,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Try::Tiny.3pm*
 
 %changelog
+* Tue Jul  9 2013 Paul Howarth <[email protected]> - 0.15-1
+- Update to 0.15
+  - Optionally use Sub::Name to name the try/catch/finally blocks, if available
+- BR:/R: perl(Sub::Name)
+- Drop obsoletes/provides for old -tests subpackage
+
 * Sat Jul  6 2013 Paul Howarth <[email protected]> - 0.14-1
 - Update to 0.14
   - Also throw an exception for catch/finally in scalar context (CPAN RT#81070)
diff --git a/sources b/sources
index f44b9df..6b89116 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fc4951a0bd6f9b6d2b0420dda14c4ac2  Try-Tiny-0.14.tar.gz
+d712acd504203b2ecfb205e985e60de5  Try-Tiny-0.15.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to