[perl-MogileFS-Utils] 2.27 bump

Petr Pisar ppisar at fedoraproject.org
Fri Jan 11 09:57:00 UTC 2013


commit 5aba4d0fb0ad5b467fb1bf36395fbb9c8e4eaf75
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jan 11 10:55:59 2013 +0100

    2.27 bump

 .gitignore               |    1 +
 perl-MogileFS-Utils.spec |   11 +++++++----
 sources                  |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 362efe9..9743bc6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ MogileFS-Utils-2.16.tar.gz
 /MogileFS-Utils-2.24.tar.gz
 /MogileFS-Utils-2.25.tar.gz
 /MogileFS-Utils-2.26.tar.gz
+/MogileFS-Utils-2.27.tar.gz
diff --git a/perl-MogileFS-Utils.spec b/perl-MogileFS-Utils.spec
index 854fb0a..6eddf9b 100644
--- a/perl-MogileFS-Utils.spec
+++ b/perl-MogileFS-Utils.spec
@@ -1,8 +1,8 @@
 %global cpan_name MogileFS-Utils
 
 Name:           perl-%{cpan_name}
-Version:        2.26
-Release:        3%{?dist}
+Version:        2.27
+Release:        1%{?dist}
 Summary:        Utilities for MogileFS
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -14,7 +14,7 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 # perl(MogileFS::Client) >= 1.16
 # perl(Compress::Zlib)
 # perl(LWP::Simple)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(MogileFS::Client) >= 1.16
 
 # Remove under-specified dependencies
@@ -27,7 +27,7 @@ Utilities for the MogileFS distributed storage system.
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
@@ -46,6 +46,9 @@ make %{?_smp_mflags} test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan 11 2013 Petr Pisar <ppisar at redhat.com> - 2.27-1
+- 2.27 bump
+
 * Wed Oct 24 2012 Petr Pisar <ppisar at redhat.com> - 2.26-3
 - Parallelize all make runs
 
diff --git a/sources b/sources
index 6d88ff8..34fdd58 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-48cab97f423d535c921420a7b8d12cf5  MogileFS-Utils-2.26.tar.gz
+9a115213687f651ff7279337d436ace1  MogileFS-Utils-2.27.tar.gz


More information about the scm-commits mailing list