From a56c2e5b55c265086176bb75479ceafa5e8793db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 25 Apr 2016 08:01:29 +0200 Subject: [PATCH] 7.14 bump --- .gitignore | 1 + perl-ExtUtils-MakeMaker.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 169f235..6e9c39e 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /ExtUtils-MakeMaker-7.08.tar.gz /ExtUtils-MakeMaker-7.10.tar.gz /ExtUtils-MakeMaker-7.12.tar.gz +/ExtUtils-MakeMaker-7.14.tar.gz diff --git a/perl-ExtUtils-MakeMaker.spec b/perl-ExtUtils-MakeMaker.spec index a582820..78a4a51 100644 --- a/perl-ExtUtils-MakeMaker.spec +++ b/perl-ExtUtils-MakeMaker.spec @@ -1,14 +1,13 @@ %global cpan_name ExtUtils-MakeMaker -%global cpan_version 7.12 Name: perl-%{cpan_name} -Version: %(echo '%{cpan_version}' | tr _ .) +Version: 7.14 Release: 1%{?dist} Summary: Create a module Makefile License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/%{cpan_name}/ -Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{cpan_version}.tar.gz +Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz # Do not set RPATH to perl shared-library modules by default. Bug #773622. # This is copy from `perl' package. This is a distributor extension. Patch0: %{cpan_name}-7.12-USE_MM_LD_RUN_PATH.patch @@ -156,7 +155,7 @@ issue with ExtUtils::MakeMaker is it pulls in Perl header files and that is an overkill for small subroutines. %prep -%setup -q -n ExtUtils-MakeMaker-%{cpan_version} +%setup -q -n ExtUtils-MakeMaker-%{version} %patch0 -p1 %patch1 -p1 %patch2 -p1 @@ -208,6 +207,9 @@ make test %{_mandir}/man3/ExtUtils::MM::Utils.* %changelog +* Mon Apr 25 2016 Petr Pisar - 7.14-1 +- 7.14 bump + * Wed Apr 20 2016 Petr Pisar - 7.12-1 - 7.12 bump diff --git a/sources b/sources index 97aaf74..ac458dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c6c586a957d7cdb66f5c55247c529bf9 ExtUtils-MakeMaker-7.12.tar.gz +2d406187010851e8f1e467cec6681b9f ExtUtils-MakeMaker-7.14.tar.gz