[perl-DateTime-Format-Flexible] 0.24 bump

Petr Pisar ppisar at fedoraproject.org
Thu Nov 29 10:11:59 UTC 2012


commit c336fbc8b769be002a33c694ec1546ac8d169fe6
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Nov 29 11:11:33 2012 +0100

    0.24 bump

 .gitignore                         |    1 +
 perl-DateTime-Format-Flexible.spec |   12 +++++++-----
 sources                            |    2 +-
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3027d4e..8654702 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ DateTime-Format-Flexible-0.15.tar.gz
 /DateTime-Format-Flexible-0.21.tar.gz
 /DateTime-Format-Flexible-0.22.tar.gz
 /DateTime-Format-Flexible-0.23.tar.gz
+/DateTime-Format-Flexible-0.24.tar.gz
diff --git a/perl-DateTime-Format-Flexible.spec b/perl-DateTime-Format-Flexible.spec
index ae0fdf3..cdb5c09 100644
--- a/perl-DateTime-Format-Flexible.spec
+++ b/perl-DateTime-Format-Flexible.spec
@@ -1,6 +1,6 @@
 Name:       perl-DateTime-Format-Flexible
-Version:    0.23
-Release:    3%{?dist}
+Version:    0.24
+Release:    1%{?dist}
 License:    GPL+ or Artistic
 Group:      Development/Libraries
 Summary:    Flexibly parse strings and turn them into DateTime objects
@@ -25,7 +25,7 @@ BuildRequires:  perl(Test::More)
 # Optional tests
 BuildRequires:  perl(Test::Pod) >= 1.14
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 If you have ever had to use a program that made you type in the date a certain
@@ -39,13 +39,12 @@ it into a DateTime object.
 %setup -q -n DateTime-Format-Flexible-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -57,6 +56,9 @@ TEST_POD=1 make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Nov 29 2012 Petr Pisar <ppisar at redhat.com> - 0.24-1
+- 0.24 bump
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.23-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index a11d357..fb33382 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c35f384b7f6382ed8f3872150b84c4b0  DateTime-Format-Flexible-0.23.tar.gz
+70dad7f327a301bf58d0847b1943787c  DateTime-Format-Flexible-0.24.tar.gz


More information about the scm-commits mailing list