[perl-ExtUtils-MakeMaker] Update version to the same as in perl.srpm.

Marcela Mašláňová mmaslano at fedoraproject.org
Tue Aug 14 12:54:58 UTC 2012


commit 02e350e8ca8e3fb083c2c29a202f58a9374311f3
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Mon Aug 13 15:26:49 2012 +0200

    Update version to the same as in perl.srpm.

 .gitignore                   |    1 +
 perl-ExtUtils-MakeMaker.spec |   11 +++++++----
 sources                      |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e1cea9..109b57e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /ExtUtils-MakeMaker-6.62.tar.gz
+/ExtUtils-MakeMaker-6.63_02.tar.gz
diff --git a/perl-ExtUtils-MakeMaker.spec b/perl-ExtUtils-MakeMaker.spec
index 4871543..a69cfdc 100644
--- a/perl-ExtUtils-MakeMaker.spec
+++ b/perl-ExtUtils-MakeMaker.spec
@@ -1,11 +1,13 @@
+%global real_version 6.63_02
+
 Name:           perl-ExtUtils-MakeMaker
-Version:        6.62
+Version:        6.63.02
 Release:        240%{?dist}
 Summary:        Create a module Makefile
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/ExtUtils-MakeMaker/
-Source0:        http://www.cpan.org/authors/id/M/MS/MSCHWERN/ExtUtils-MakeMaker-%{version}.tar.gz
+Source0:        http://www.cpan.org/authors/id/M/MS/MSCHWERN/ExtUtils-MakeMaker-%{real_version}.tar.gz
 # Do not set RPATH to perl shared-library modules by default. Bug #773622.
 # This is copy from `perl' package. This is distributor extension.
 Patch0:         %{name}-6.62-USE_MM_LD_RUN_PATH.patch
@@ -57,7 +59,7 @@ Makefile.PL. It is based on the Makefile.SH model provided by Andy
 Dougherty and the perl5-porters.
 
 %prep
-%setup -q -n ExtUtils-MakeMaker-%{version}
+%setup -q -n ExtUtils-MakeMaker-%{real_version}
 %patch0 -p1
 # Remove bundled modules
 rm -rf bundled/* ||:
@@ -84,7 +86,8 @@ make test
 %{_mandir}/man3/*
 
 %changelog
-* Mon Aug 13 2012 Marcela Mašláňová <mmaslano at redhat.com> - 6.62-240
+* Mon Aug 13 2012 Marcela Mašláňová <mmaslano at redhat.com> - 6.63.02-240
+- update version to the same as in perl.srpm
 - Bump release to override sub-package from perl.spec
 
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.62-4
diff --git a/sources b/sources
index 082d1e4..35af539 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ae291030c52999b5672b2a502eab195  ExtUtils-MakeMaker-6.62.tar.gz
+cc0e78cafe8cb1428280c27c780b7988  ExtUtils-MakeMaker-6.63_02.tar.gz


More information about the scm-commits mailing list