[perl-Date-Manip] 6.23 bump

Petr Sabata psabata at fedoraproject.org
Mon Apr 18 14:13:20 UTC 2011


commit b30a36766865974e596bc723eef6fcfcee662aa3
Author: Petr Sabata <psabata at redhat.com>
Date:   Mon Apr 18 16:13:18 2011 +0200

    6.23 bump
    
    Buildroot stuff removed, BR fixed

 .gitignore           |    1 +
 perl-Date-Manip.spec |   16 +++++++---------
 sources              |    2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fa15403..1121453 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ Date-Manip-6.07.tar.gz
 /Date-Manip-6.20.tar.gz
 /Date-Manip-6.21.tar.gz
 /Date-Manip-6.22.tar.gz
+/Date-Manip-6.23.tar.gz
diff --git a/perl-Date-Manip.spec b/perl-Date-Manip.spec
index 917855b..7c6352f 100644
--- a/perl-Date-Manip.spec
+++ b/perl-Date-Manip.spec
@@ -1,8 +1,7 @@
 Name:           perl-Date-Manip
-Version:        6.22
+Version:        6.23
 Release:        1%{?dist}
 Summary:        Date manipulation routines
-
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Date-Manip/
@@ -12,6 +11,7 @@ BuildArch:      noarch
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Encode)
 BuildRequires:  perl(Exporter)
+BuildRequires:  perl(IO::File)
 BuildRequires:  perl(Module::Build) >= 0.3600
 BuildRequires:  perl(Storable)
 BuildRequires:  perl(Test::More)
@@ -45,20 +45,13 @@ to daylight saving time.
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./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/*
 
 %check
 ./Build test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
 %defattr(-,root,root,-)
 %doc HISTORY LICENSE README README.first
@@ -67,6 +60,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Apr 18 2011 Petr Sabata <psabata at redhat.com> - 6.23-1
+- 6.23 bump
+- IO::File added to BR
+- Buildroot stuff removed
+
 * Tue Mar  8 2011 Petr Sabata <psabata at redhat.com> - 6.22-1
 - 6.22 bump, new timezone data
 
diff --git a/sources b/sources
index 06a031c..3c83c95 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f1416895b36e5fd4efea23423a42a4ad  Date-Manip-6.22.tar.gz
+e00c4c5758ac3692db99422e7c389675  Date-Manip-6.23.tar.gz



More information about the perl-devel mailing list