diff --git a/.gitignore b/.gitignore index 1a45d07..6b60863 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ DateTime-Format-Builder-0.80.tar.gz +/DateTime-Format-Builder-0.81.tar.gz diff --git a/perl-DateTime-Format-Builder.spec b/perl-DateTime-Format-Builder.spec index cf0583c..04de405 100644 --- a/perl-DateTime-Format-Builder.spec +++ b/perl-DateTime-Format-Builder.spec @@ -8,12 +8,12 @@ # # Note that right now, the only way to run tests locally from a cvs sandbox # "make noarch" type scenario is the third one. -%define real_version 0.80 +%define real_version 0.81 Name: perl-DateTime-Format-Builder # 0.80 in reality, but rpm can't get it -Version: 0.8000 -Release: 11%{?dist} +Version: 0.8100 +Release: 1%{?dist} Summary: Create DateTime parser classes and objects Group: Development/Libraries @@ -81,9 +81,6 @@ chmod +x %{__perl_requires} # POD doesn't like E very much... perl -pi -e 's/E/(C)/' `find lib/ -type f` -# American English -mv LICENCE LICENSE - %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -104,12 +101,15 @@ make test %files %defattr(-,root,root,-) -%doc COPYING Artistic Changes AUTHORS CREDITS LICENSE README examples/ t/ +%doc Changes LICENSE README examples/ t/ %{perl_vendorlib}/* %{_mandir}/man3/*.3* %changelog +* Fri Apr 05 2013 Iain Arnell 0.8100-1 +- update to latest upstream version + * Thu Feb 14 2013 Fedora Release Engineering - 0.8000-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index c1589d9..06d529d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f6c5d5a17b5b7478ff555a2d3cce5136 DateTime-Format-Builder-0.80.tar.gz +21d950a9425c0173d6191697bf9dc4dc DateTime-Format-Builder-0.81.tar.gz