[perl-Date-Manip/f15] 6.25 bump

Petr Pisar ppisar at fedoraproject.org
Thu Sep 1 12:05:46 UTC 2011


commit c37cb9dd86d98095ec3835df31d63e800a9b4392
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Sep 1 13:51:38 2011 +0200

    6.25 bump

 .gitignore           |    2 ++
 perl-Date-Manip.spec |   10 +++++++---
 sources              |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1121453..9e9767c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,5 @@ Date-Manip-6.07.tar.gz
 /Date-Manip-6.21.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 7c6352f..fc9da97 100644
--- a/perl-Date-Manip.spec
+++ b/perl-Date-Manip.spec
@@ -1,5 +1,5 @@
 Name:           perl-Date-Manip
-Version:        6.23
+Version:        6.25
 Release:        1%{?dist}
 Summary:        Date manipulation routines
 Group:          Development/Libraries
@@ -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,13 +54,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 ./Build test
 
 %files
-%defattr(-,root,root,-)
-%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 at redhat.com> - 6.25-1
+- 6.25 bump
+- Package examples
+
 * Mon Apr 18 2011 Petr Sabata <psabata at redhat.com> - 6.23-1
 - 6.23 bump
 - IO::File added to BR
diff --git a/sources b/sources
index 3c83c95..0fb151e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e00c4c5758ac3692db99422e7c389675  Date-Manip-6.23.tar.gz
+9b6725c4874a97149419518688af3ecc  Date-Manip-6.25.tar.gz



More information about the perl-devel mailing list