From a5e6bfc86b13119e90b4ecf8b26b234f77057a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 1 Sep 2011 13:51:38 +0200 Subject: [PATCH] 6.25 bump --- .gitignore | 1 + perl-Date-Manip.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1d5453a..9e9767c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec index 86e8ba8..7cab56a 100644 --- a/perl-Date-Manip.spec +++ b/perl-Date-Manip.spec @@ -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 - 6.25-1 +- 6.25 bump +- Package examples + * Thu Jul 21 2011 Petr Sabata - 6.24-3 - Perl mass rebuild diff --git a/sources b/sources index c3aff7e..0fb151e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4655901191bce84d8e089b6c9d542e1e Date-Manip-6.24.tar.gz +9b6725c4874a97149419518688af3ecc Date-Manip-6.25.tar.gz