6.25 bump

This commit is contained in:
Petr Písař 2011-09-01 13:51:38 +02:00
parent 9b372625da
commit a5e6bfc86b
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ Date-Manip-6.07.tar.gz
/Date-Manip-6.22.tar.gz
/Date-Manip-6.23.tar.gz
/Date-Manip-6.24.tar.gz
/Date-Manip-6.25.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Date-Manip
Version: 6.24
Release: 3%{?dist}
Version: 6.25
Release: 1%{?dist}
Summary: Date manipulation routines
Group: Development/Libraries
License: GPL+ or Artistic
@ -39,6 +39,7 @@ to daylight saving time.
%prep
%setup -q -n Date-Manip-%{version}
chmod -x examples/*
%build
%{__perl} Build.PL installdirs=vendor
@ -53,12 +54,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
./Build test
%files
%doc HISTORY LICENSE README README.first
%doc HISTORY LICENSE README README.first examples
%{perl_vendorlib}/Date/
%{_mandir}/man3/*.3*
%changelog
* Thu Sep 01 2011 Petr Pisar <ppisar@redhat.com> - 6.25-1
- 6.25 bump
- Package examples
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 6.24-3
- Perl mass rebuild

View File

@ -1 +1 @@
4655901191bce84d8e089b6c9d542e1e Date-Manip-6.24.tar.gz
9b6725c4874a97149419518688af3ecc Date-Manip-6.25.tar.gz