From 71b531b4f67fb07951caec1fcdc9e1cac1829df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 9 May 2016 10:20:09 +0200 Subject: [PATCH] 7.16 bump --- .gitignore | 1 + ... ExtUtils-MakeMaker-7.16-USE_MM_LD_RUN_PATH.patch | 12 ++++++------ perl-ExtUtils-MakeMaker.spec | 8 ++++++-- sources | 2 +- 4 files changed, 14 insertions(+), 9 deletions(-) rename ExtUtils-MakeMaker-7.12-USE_MM_LD_RUN_PATH.patch => ExtUtils-MakeMaker-7.16-USE_MM_LD_RUN_PATH.patch (95%) diff --git a/.gitignore b/.gitignore index 6e9c39e..cd03072 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /ExtUtils-MakeMaker-7.10.tar.gz /ExtUtils-MakeMaker-7.12.tar.gz /ExtUtils-MakeMaker-7.14.tar.gz +/ExtUtils-MakeMaker-7.16.tar.gz diff --git a/ExtUtils-MakeMaker-7.12-USE_MM_LD_RUN_PATH.patch b/ExtUtils-MakeMaker-7.16-USE_MM_LD_RUN_PATH.patch similarity index 95% rename from ExtUtils-MakeMaker-7.12-USE_MM_LD_RUN_PATH.patch rename to ExtUtils-MakeMaker-7.16-USE_MM_LD_RUN_PATH.patch index f4eaaa4..8f4fa1d 100644 --- a/ExtUtils-MakeMaker-7.12-USE_MM_LD_RUN_PATH.patch +++ b/ExtUtils-MakeMaker-7.16-USE_MM_LD_RUN_PATH.patch @@ -1,4 +1,4 @@ -From 23c9f1c141e5c3026f53108eb1e740da1d6a7d0a Mon Sep 17 00:00:00 2001 +From 4361bd6fb0717f99f6b21ed053542e01c5093af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 12 Jan 2012 17:05:19 +0100 Subject: [PATCH] Do not set RPATH by default @@ -20,7 +20,7 @@ Signed-off-by: Petr Písař 3 files changed, 61 insertions(+), 2 deletions(-) diff --git a/lib/ExtUtils/Liblist.pm b/lib/ExtUtils/Liblist.pm -index 4144bae..5e9c287 100644 +index 6e1224c..5573ff6 100644 --- a/lib/ExtUtils/Liblist.pm +++ b/lib/ExtUtils/Liblist.pm @@ -89,6 +89,11 @@ libraries. LD_RUN_PATH is a colon separated list of the directories @@ -36,7 +36,7 @@ index 4144bae..5e9c287 100644 List of those libraries that are needed but can be linked in diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm -index 4fa03ed..25a1778 100644 +index c5ddaac..d2fbb31 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -1039,7 +1039,7 @@ sub xs_make_dynamic_lib { @@ -49,7 +49,7 @@ index 4fa03ed..25a1778 100644 } diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm -index d9d0942..446b39d 100644 +index fc1b1e6..89d7ca8 100644 --- a/lib/ExtUtils/MakeMaker.pm +++ b/lib/ExtUtils/MakeMaker.pm @@ -313,7 +313,7 @@ sub full_setup { @@ -61,7 +61,7 @@ index d9d0942..446b39d 100644 XSBUILD XSMULTI XSOPT XSPROTOARG XS_VERSION clean depend dist dynamic_lib linkext macro realclean tool_autosplit -@@ -490,6 +490,26 @@ sub new { +@@ -499,6 +499,26 @@ sub new { $self->_PRINT_PREREQ; } @@ -88,7 +88,7 @@ index d9d0942..446b39d 100644 print "MakeMaker (v$VERSION)\n" if $Verbose; if (-f "MANIFEST" && ! -f "Makefile" && ! $UNDER_CORE){ check_manifest(); -@@ -2771,6 +2791,40 @@ precedence. A typemap in the current directory has highest +@@ -2781,6 +2801,40 @@ precedence. A typemap in the current directory has highest precedence, even if it isn't listed in TYPEMAPS. The default system typemap has lowest precedence. diff --git a/perl-ExtUtils-MakeMaker.spec b/perl-ExtUtils-MakeMaker.spec index 78a4a51..c8644e6 100644 --- a/perl-ExtUtils-MakeMaker.spec +++ b/perl-ExtUtils-MakeMaker.spec @@ -1,7 +1,7 @@ %global cpan_name ExtUtils-MakeMaker Name: perl-%{cpan_name} -Version: 7.14 +Version: 7.16 Release: 1%{?dist} Summary: Create a module Makefile License: GPL+ or Artistic @@ -10,7 +10,7 @@ URL: http://search.cpan.org/dist/%{cpan_name}/ 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 +Patch0: %{cpan_name}-7.16-USE_MM_LD_RUN_PATH.patch # Link to libperl.so explicitly. Bug #960048. Patch1: %{cpan_name}-7.12-Link-to-libperl-explicitly-on-Linux.patch # Unbundle version modules @@ -73,6 +73,7 @@ BuildRequires: perl(Test::More) BuildRequires: perl(utf8) # XSLoader not used # Optional tests +BuildRequires: perl-devel BuildRequires: perl(B) BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(PerlIO) @@ -207,6 +208,9 @@ make test %{_mandir}/man3/ExtUtils::MM::Utils.* %changelog +* Mon May 09 2016 Petr Pisar - 7.16-1 +- 7.16 bump + * Mon Apr 25 2016 Petr Pisar - 7.14-1 - 7.14 bump diff --git a/sources b/sources index ac458dd..75ad306 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2d406187010851e8f1e467cec6681b9f ExtUtils-MakeMaker-7.14.tar.gz +2c0e5315d83e9f6c9e3a45641ecdedf5 ExtUtils-MakeMaker-7.16.tar.gz