commit 505f548b33005dd82e492156cbc6ab10697fb066
Author: Paul Howarth <p...@city-fan.org>
Date:   Mon Nov 1 23:55:45 2010 +0000

    Update to 0.07
    
    - New upstream release 0.07:
      - Allow multiple finally blocks
      - Pass the error, if any, to finally blocks when called
      - Documentation fixes and clarifications
    - This release by RJBS -> update source URL

 .gitignore         |    2 +-
 perl-Try-Tiny.spec |   28 +++++++++++++++++-----------
 sources            |    2 +-
 3 files changed, 19 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4ef0f65..443ed3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Try-Tiny-0.04.tar.gz
+/Try-Tiny-0.07.tar.gz
diff --git a/perl-Try-Tiny.spec b/perl-Try-Tiny.spec
index e982624..8250d13 100644
--- a/perl-Try-Tiny.spec
+++ b/perl-Try-Tiny.spec
@@ -1,10 +1,10 @@
-Name:           perl-Try-Tiny 
-Summary:        Minimal try/catch with proper localization of $@ 
-Version:        0.04
-Release:        2%{?dist}
-License:        MIT 
+Name:           perl-Try-Tiny
+Summary:        Minimal try/catch with proper localization of $@
+Version:        0.07
+Release:        1%{?dist}
+License:        MIT
 Group:          Development/Libraries
-Source0:        
http://search.cpan.org/CPAN/authors/id/N/NU/NUFFIN/Try-Tiny-%{version}.tar.gz 
+Source0:        
http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Try-Tiny-%{version}.tar.gz
 URL:            http://search.cpan.org/dist/Try-Tiny
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
@@ -13,7 +13,6 @@ BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 
-
 %{?perl_default_filter}
 %{?perl_default_subpackage_tests}
 
@@ -43,15 +42,22 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null 
';'
 make test
 
 %clean
-rm -rf %{buildroot} 
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes 
-%{perl_vendorlib}/*
-%{_mandir}/man3/*.3*
+%doc Changes
+%{perl_vendorlib}/Try/
+%{_mandir}/man3/Try::Tiny.3pm*
 
 %changelog
+* Mon Nov  1 2010 Paul Howarth <p...@city-fan.org> 0.07-1
+- update to 0.07:
+  - allow multiple finally blocks
+  - pass the error, if any, to finally blocks when called
+  - documentation fixes and clarifications
+- this release by RJBS -> update source URL
+
 * Fri May 07 2010 Marcela Maslanova <mmasl...@redhat.com> - 0.04-2
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 7c12612..6566eb5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e15730ec7540c40cdd8f8e088c6e6a6c  Try-Tiny-0.04.tar.gz
+a7a7645da6248f862855cd80bf67e29d  Try-Tiny-0.07.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to