diff --git a/.gitignore b/.gitignore index 443ed3b..1bd9357 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Try-Tiny-0.07.tar.gz +/Try-Tiny-0.09.tar.gz diff --git a/perl-Try-Tiny.spec b/perl-Try-Tiny.spec index 3f4add5..23620df 100644 --- a/perl-Try-Tiny.spec +++ b/perl-Try-Tiny.spec @@ -1,12 +1,11 @@ Name: perl-Try-Tiny Summary: Minimal try/catch with proper localization of $@ -Version: 0.07 -Release: 2%{?dist} +Version: 0.09 +Release: 1%{?dist} License: MIT Group: Development/Libraries -Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Try-Tiny-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/D/DO/DOY/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)) BuildArch: noarch @@ -30,8 +29,6 @@ time. make %{?_smp_mflags} %install -rm -rf %{buildroot} - make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' @@ -41,9 +38,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' %check make test -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc Changes @@ -51,6 +45,10 @@ rm -rf %{buildroot} %{_mandir}/man3/Try::Tiny.3pm* %changelog +* Fri Mar 18 2011 Iain Arnell 0.09-1 +- update to latest upstream version +- clean up spec for modern rpmbuild + * Wed Feb 09 2011 Fedora Release Engineering - 0.07-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 6566eb5..3803b8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a7a7645da6248f862855cd80bf67e29d Try-Tiny-0.07.tar.gz +e526aa7d80cbc690c4a20925a592c13c Try-Tiny-0.09.tar.gz