[perl-Date-Manip] 6.36 bump

Petr Šabata psabata at fedoraproject.org
Thu Nov 1 14:04:54 UTC 2012


commit f007b2d48a5ee6fb85fa6f4fd8233db905d51c14
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Nov 1 14:58:14 2012 +0100

    6.36 bump

 .gitignore           |    1 +
 perl-Date-Manip.spec |   12 +++++++-----
 sources              |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a764c14..1493704 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ Date-Manip-6.07.tar.gz
 /Date-Manip-6.31.tar.gz
 /Date-Manip-6.32.tar.gz
 /Date-Manip-6.34.tar.gz
+/Date-Manip-6.36.tar.gz
diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec
index abd99a5..d6bc073 100644
--- a/perl-Date-Manip.spec
+++ b/perl-Date-Manip.spec
@@ -1,5 +1,5 @@
 Name:           perl-Date-Manip
-Version:        6.34
+Version:        6.36
 Release:        1%{?dist}
 Summary:        Date manipulation routines
 Group:          Development/Libraries
@@ -15,7 +15,6 @@ BuildRequires:  perl(IO::File)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Storable)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(YAML::Syck)
 # Tests only
 BuildRequires:  perl(Test::Inter)
 BuildRequires:  perl(Test::Pod) >= 1.00
@@ -45,9 +44,9 @@ perl Build.PL installdirs=vendor
 ./Build
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-%{_fixperms} $RPM_BUILD_ROOT/*
+./Build install destdir=%{buildroot} create_packlist=0
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+%{_fixperms} %{buildroot}/*
 
 %check
 ./Build test
@@ -59,6 +58,9 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_bindir}/dm_*
 
 %changelog
+* Thu Nov 01 2012 Petr Šabata <contyk at redhat.com> - 6.36-1
+- 6.36 bump
+
 * 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.
diff --git a/sources b/sources
index 8f9281f..743d1f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-99d474e2d832dd23c9ea889b33f2019a  Date-Manip-6.34.tar.gz
+e060c47350c7b7c1ed25e7a52ecac4a9  Date-Manip-6.36.tar.gz



More information about the perl-devel mailing list