diff --git a/perl-Try-Tiny.spec b/perl-Try-Tiny.spec index 8250d13..3f4add5 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.07 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Try-Tiny-%{version}.tar.gz @@ -51,6 +51,9 @@ rm -rf %{buildroot} %{_mandir}/man3/Try::Tiny.3pm* %changelog +* Wed Feb 09 2011 Fedora Release Engineering - 0.07-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Nov 1 2010 Paul Howarth 0.07-1 - update to 0.07: - allow multiple finally blocks