[perl-MooseX-Types-DateTime-ButMaintained] 0.15 bump

Petr Šabata psabata at fedoraproject.org
Wed Jun 13 14:36:54 UTC 2012


commit 8ea37c2a12dea025bb9eb6f83fddf8c98fc39ef1
Author: Petr Šabata <contyk at redhat.com>
Date:   Wed Jun 13 16:36:04 2012 +0200

    0.15 bump

 .gitignore                                    |    1 +
 perl-MooseX-Types-DateTime-ButMaintained.spec |   12 ++++++++----
 sources                                       |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cf273bd..9f71ba2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 MooseX-Types-DateTime-ButMaintained-0.11.tar.gz
 /MooseX-Types-DateTime-ButMaintained-0.13.tar.gz
 /MooseX-Types-DateTime-ButMaintained-0.14.tar.gz
+/MooseX-Types-DateTime-ButMaintained-0.15.tar.gz
diff --git a/perl-MooseX-Types-DateTime-ButMaintained.spec b/perl-MooseX-Types-DateTime-ButMaintained.spec
index f934517..680f061 100644
--- a/perl-MooseX-Types-DateTime-ButMaintained.spec
+++ b/perl-MooseX-Types-DateTime-ButMaintained.spec
@@ -1,6 +1,6 @@
 Name:           perl-MooseX-Types-DateTime-ButMaintained
-Version:        0.14
-Release:        2%{?dist}
+Version:        0.15
+Release:        1%{?dist}
 Summary:        DateTime related constraints and coercions for Moose
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -25,7 +25,7 @@ BuildRequires:  perl(Moose::Util::TypeConstraints)
 BuildRequires:  perl(Test::Exception) >= 0.27
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::use::ok) >= 0.02
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 # DateTime >= 0.4302 rounded to two places
 Requires:       perl(DateTime) >= 0.44
 # DateTime::Locale >= 0.4001 rounded to two places
@@ -44,7 +44,7 @@ designed to work with the DateTime suite of objects.
 
 %build
 # switch off cpan installation
-PERL5_CPANPLUS_IS_RUNNING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor
+PERL5_CPANPLUS_IS_RUNNING=1 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -62,6 +62,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 13 2012 Petr Šabata <contyk at redhat.com> - 0.15-1
+- 0.15 bump
+- Drop command macros
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index dfb390f..b54cc86 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-538bccff2603b75bcb36665eee1bb0b6  MooseX-Types-DateTime-ButMaintained-0.14.tar.gz
+3934fd87da0c8eeb21447884d4711541  MooseX-Types-DateTime-ButMaintained-0.15.tar.gz



More information about the perl-devel mailing list