update to 0.81

This commit is contained in:
Iain Arnell 2013-04-05 06:44:58 -06:00
parent a42f2e7225
commit b147ddb71c
3 changed files with 9 additions and 8 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
DateTime-Format-Builder-0.80.tar.gz
/DateTime-Format-Builder-0.81.tar.gz

View File

@ -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<copy> very much...
perl -pi -e 's/E<copy>/(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 <iarnell@gmail.com> 0.8100-1
- update to latest upstream version
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8000-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
f6c5d5a17b5b7478ff555a2d3cce5136 DateTime-Format-Builder-0.80.tar.gz
21d950a9425c0173d6191697bf9dc4dc DateTime-Format-Builder-0.81.tar.gz