[perl-Date-Manip] 6.25 bump

Petr Pisar ppisar at fedoraproject.org
Thu Sep 1 11:52:22 UTC 2011


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

    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 <ppisar at redhat.com> - 6.25-1
+- 6.25 bump
+- Package examples
+
 * Thu Jul 21 2011 Petr Sabata <contyk at redhat.com> - 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



More information about the perl-devel mailing list