[perl-Date-Manip] Update to 6.34

Jitka Plesnikova jplesnik at fedoraproject.org
Thu Sep 13 06:18:27 UTC 2012


commit 7f638a43d6ead60755b6d91072ec4cbf6b6e61c1
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Wed Sep 12 14:45:58 2012 +0200

    Update to 6.34

 .gitignore           |    1 +
 perl-Date-Manip.spec |   15 +++++++++------
 sources              |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0483e6e..a764c14 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ Date-Manip-6.07.tar.gz
 /Date-Manip-6.30.tar.gz
 /Date-Manip-6.31.tar.gz
 /Date-Manip-6.32.tar.gz
+/Date-Manip-6.34.tar.gz
diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec
index 212fa94..abd99a5 100644
--- a/perl-Date-Manip.spec
+++ b/perl-Date-Manip.spec
@@ -1,6 +1,6 @@
 Name:           perl-Date-Manip
-Version:        6.32
-Release:        3%{?dist}
+Version:        6.34
+Release:        1%{?dist}
 Summary:        Date manipulation routines
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -39,7 +39,6 @@ to daylight saving time.
 
 %prep
 %setup -q -n Date-Manip-%{version}
-chmod -x examples/*
 
 %build
 perl Build.PL installdirs=vendor
@@ -54,12 +53,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 ./Build test
 
 %files
-%doc HISTORY LICENSE README README.first examples
+%doc HISTORY LICENSE README README.first
 %{perl_vendorlib}/Date/
-%{_mandir}/man3/*.3*
-
+%{_mandir}/man[13]/*.[13]*
+%{_bindir}/dm_*
 
 %changelog
+* Wed Sep 12 2012 Jitka Plesnikova <jplesnik at redhat.com> - 6.34-1
+- 6.34 bump
+- examples are included in man pages and bin directory. Remove them from doc.
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.32-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 536eda9..8f9281f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0d5c1ee2f75f6407fb1035e3535f650b  Date-Manip-6.32.tar.gz
+99d474e2d832dd23c9ea889b33f2019a  Date-Manip-6.34.tar.gz


More information about the scm-commits mailing list