From 777df13bb20c8a45c72f10098755cca9018bb54e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 5 Nov 2013 13:57:10 +0100 Subject: [PATCH] 6.82 bump --- .gitignore | 1 + ... ExtUtils-MakeMaker-6.82-USE_MM_LD_RUN_PATH.patch | 12 ++++++------ perl-ExtUtils-MakeMaker.spec | 7 +++++-- sources | 2 +- 4 files changed, 13 insertions(+), 9 deletions(-) rename ExtUtils-MakeMaker-6.80-USE_MM_LD_RUN_PATH.patch => ExtUtils-MakeMaker-6.82-USE_MM_LD_RUN_PATH.patch (95%) diff --git a/.gitignore b/.gitignore index 1c5658f..b4ba38d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /ExtUtils-MakeMaker-6.76.tar.gz /ExtUtils-MakeMaker-6.78.tar.gz /ExtUtils-MakeMaker-6.80.tar.gz +/ExtUtils-MakeMaker-6.82.tar.gz diff --git a/ExtUtils-MakeMaker-6.80-USE_MM_LD_RUN_PATH.patch b/ExtUtils-MakeMaker-6.82-USE_MM_LD_RUN_PATH.patch similarity index 95% rename from ExtUtils-MakeMaker-6.80-USE_MM_LD_RUN_PATH.patch rename to ExtUtils-MakeMaker-6.82-USE_MM_LD_RUN_PATH.patch index 103a7e1..1de28f2 100644 --- a/ExtUtils-MakeMaker-6.80-USE_MM_LD_RUN_PATH.patch +++ b/ExtUtils-MakeMaker-6.82-USE_MM_LD_RUN_PATH.patch @@ -1,7 +1,7 @@ -From a8b626a47227ec94882257ec19f53f1dcc4e6ccf Mon Sep 17 00:00:00 2001 +From 8cdd24ede62bb89dd6dd5ea3373ae21569502b11 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 1/2] Do not set RPATH by default +Subject: [PATCH] Do not set RPATH by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -20,7 +20,7 @@ Signed-off-by: Petr Písař 3 files changed, 62 insertions(+), 3 deletions(-) diff --git a/lib/ExtUtils/Liblist.pm b/lib/ExtUtils/Liblist.pm -index 76785a3..a43f290 100644 +index d396c1f..aa74457 100644 --- a/lib/ExtUtils/Liblist.pm +++ b/lib/ExtUtils/Liblist.pm @@ -88,6 +88,11 @@ libraries. LD_RUN_PATH is a colon separated list of the directories @@ -36,7 +36,7 @@ index 76785a3..a43f290 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 a9bcd47..003c9ae 100644 +index 9ba094e..b951fa9 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -946,7 +946,7 @@ $(INST_DYNAMIC): $(OBJECT) $(MYEXTLIB) $(INST_ARCHAUTODIR)$(DFSEP).exists $(EXPO @@ -49,7 +49,7 @@ index a9bcd47..003c9ae 100644 } diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm -index bf0dc9f..539b175 100644 +index 55c9181..e9be4a6 100644 --- a/lib/ExtUtils/MakeMaker.pm +++ b/lib/ExtUtils/MakeMaker.pm @@ -281,7 +281,7 @@ sub full_setup { @@ -90,7 +90,7 @@ index bf0dc9f..539b175 100644 print "MakeMaker (v$VERSION)\n" if $Verbose; if (-f "MANIFEST" && ! -f "Makefile" && ! $ENV{PERL_CORE}){ -@@ -2600,6 +2620,40 @@ precedence. A typemap in the current directory has highest +@@ -2603,6 +2623,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 d679354..97e6441 100644 --- a/perl-ExtUtils-MakeMaker.spec +++ b/perl-ExtUtils-MakeMaker.spec @@ -1,5 +1,5 @@ %global cpan_name ExtUtils-MakeMaker -%global cpan_version 6.80 +%global cpan_version 6.82 Name: perl-%{cpan_name} Version: %(echo '%{cpan_version}' | tr _ .) @@ -11,7 +11,7 @@ URL: http://search.cpan.org/dist/%{cpan_name}/ Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{cpan_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: %{cpan_name}-6.80-USE_MM_LD_RUN_PATH.patch +Patch0: %{cpan_name}-6.82-USE_MM_LD_RUN_PATH.patch # Link to libperl.so explicitly. Bug #960048. Patch1: %{cpan_name}-6.80-Link-to-libperl-explicitly-on-Linux.patch BuildArch: noarch @@ -111,6 +111,9 @@ make test %{_mandir}/man3/* %changelog +* Tue Nov 05 2013 Petr Pisar - 6.82-1 +- 6.82 bump + * Wed Oct 16 2013 Petr Pisar - 6.80-1 - 6.80 bump diff --git a/sources b/sources index 63dc691..e3c7d62 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8bab69a513182890e5c5cd5cdc948a51 ExtUtils-MakeMaker-6.80.tar.gz +5d7b18443dbc16a64dca73348553c45e ExtUtils-MakeMaker-6.82.tar.gz