commit 64f7b536a6b9429552668abc7dfd0a9f2650dc46 Author: Iain Arnell iarnell@gmail.com Date: Sun Oct 2 14:02:29 2011 +0200
update to 0.11
.gitignore | 1 + perl-Try-Tiny.spec | 8 +++++--- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) --- diff --git a/.gitignore b/.gitignore index 1bd9357..9771a50 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /Try-Tiny-0.07.tar.gz /Try-Tiny-0.09.tar.gz +/Try-Tiny-0.11.tar.gz diff --git a/perl-Try-Tiny.spec b/perl-Try-Tiny.spec index 8d092bb..c3b5f00 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.09 -Release: 2%{?dist} +Version: 0.11 +Release: 1%{?dist} License: MIT Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/D/DO/DOY/Try-Tiny-%%7Bversion%7D.tar.... @@ -39,12 +39,14 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' make test
%files -%defattr(-,root,root,-) %doc Changes %{perl_vendorlib}/Try/ %{_mandir}/man3/Try::Tiny.3pm*
%changelog +* Sun Oct 02 2011 Iain Arnell iarnell@gmail.com 0.11-1 +- update to latest upstream version + * Wed Jun 15 2011 Marcela Mašláňová mmaslano@redhat.com - 0.09-2 - Perl mass rebuild
diff --git a/sources b/sources index 3803b8d..830569d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e526aa7d80cbc690c4a20925a592c13c Try-Tiny-0.09.tar.gz +4d2c8ff385ac3513edf4c042dd0eacbe Try-Tiny-0.11.tar.gz
perl-devel@lists.fedoraproject.org