diff --git a/.gitignore b/.gitignore index 392c55c..c13b01f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ Class-Method-Modifiers-1.05.tar.gz /Class-Method-Modifiers-1.10.tar.gz /Class-Method-Modifiers-1.12.tar.gz /Class-Method-Modifiers-2.00.tar.gz +/Class-Method-Modifiers-2.03.tar.gz diff --git a/perl-Class-Method-Modifiers.spec b/perl-Class-Method-Modifiers.spec index 682f149..df23e77 100644 --- a/perl-Class-Method-Modifiers.spec +++ b/perl-Class-Method-Modifiers.spec @@ -1,10 +1,10 @@ Name: perl-Class-Method-Modifiers Summary: Provides Moose-like method modifiers -Version: 2.00 -Release: 2%{?dist} +Version: 2.03 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries -Source0: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Class-Method-Modifiers-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Class-Method-Modifiers-%{version}.tar.gz URL: http://search.cpan.org/dist/Class-Method-Modifiers Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch @@ -54,11 +54,14 @@ find %{buildroot} -type f -name .packlist -exec rm -f {} ';' make test %files -%doc Changes t/ +%doc Changes LICENSE README t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Fri Feb 15 2013 Iain Arnell 2.03-1 +- update to latest upstream version + * Thu Feb 14 2013 Fedora Release Engineering - 2.00-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index e6bee3f..49b2a8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f4d451a28f42f7fc0dec0ff3714f6a66 Class-Method-Modifiers-2.00.tar.gz +dae7ee62bc445e88b811ded0bab3d083 Class-Method-Modifiers-2.03.tar.gz