diff --git a/.gitignore b/.gitignore index 13e3751..443ed3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -Try-Tiny-0.02.tar.gz +/Try-Tiny-0.07.tar.gz diff --git a/perl-Try-Tiny.spec b/perl-Try-Tiny.spec index 8cc1f3a..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 +Name: perl-Try-Tiny +Summary: Minimal try/catch with proper localization of $@ +Version: 0.07 Release: 1%{?dist} -License: MIT +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,25 @@ 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 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 - 0.04-2 +- Mass rebuild with perl-5.12.0 + * Tue Mar 02 2010 Chris Weyl 0.04-1 - update by Fedora::App::MaintainerTools 0.004 - PERL_INSTALL_ROOT => DESTDIR 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