From 64f7b536a6b9429552668abc7dfd0a9f2650dc46 Mon Sep 17 00:00:00 2001 From: Iain Arnell Date: Oct 02 2011 12:02:29 +0000 Subject: update to 0.11 --- 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-%{version}.tar.gz @@ -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 0.11-1 +- update to latest upstream version + * Wed Jun 15 2011 Marcela Mašláňová - 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