6.96 bump
This commit is contained in:
parent
31fa77ddcf
commit
12068d2dd0
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/ExtUtils-MakeMaker-6.90.tar.gz
|
||||
/ExtUtils-MakeMaker-6.92.tar.gz
|
||||
/ExtUtils-MakeMaker-6.94.tar.gz
|
||||
/ExtUtils-MakeMaker-6.96.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
From 4c942927842fc4a27515ea1f24ccbc799876bbc4 Mon Sep 17 00:00:00 2001
|
||||
From c0256394ba183a734e8c30babb328682ae1a5055 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
||||
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ř <ppisar@redhat.com>
|
||||
3 files changed, 62 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/lib/ExtUtils/Liblist.pm b/lib/ExtUtils/Liblist.pm
|
||||
index 3e44628..818630d 100644
|
||||
index dbdfc6d..9ff7ead 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 3e44628..818630d 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 5009a5b..a889217 100644
|
||||
index 99d6148..f74705e 100644
|
||||
--- a/lib/ExtUtils/MM_Unix.pm
|
||||
+++ b/lib/ExtUtils/MM_Unix.pm
|
||||
@@ -951,7 +951,7 @@ $(INST_DYNAMIC): $(OBJECT) $(MYEXTLIB) $(INST_ARCHAUTODIR)$(DFSEP).exists $(EXPO
|
||||
@ -49,7 +49,7 @@ index 5009a5b..a889217 100644
|
||||
}
|
||||
|
||||
diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm
|
||||
index 8d06b42..cc26ecd 100644
|
||||
index d92bbcb..65b56b1 100644
|
||||
--- a/lib/ExtUtils/MakeMaker.pm
|
||||
+++ b/lib/ExtUtils/MakeMaker.pm
|
||||
@@ -282,7 +282,7 @@ sub full_setup {
|
||||
@ -90,7 +90,7 @@ index 8d06b42..cc26ecd 100644
|
||||
|
||||
print "MakeMaker (v$VERSION)\n" if $Verbose;
|
||||
if (-f "MANIFEST" && ! -f "Makefile" && ! $ENV{PERL_CORE}){
|
||||
@@ -2628,6 +2648,40 @@ precedence. A typemap in the current directory has highest
|
||||
@@ -2641,6 +2661,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.
|
||||
|
||||
@ -132,5 +132,5 @@ index 8d06b42..cc26ecd 100644
|
||||
|
||||
Like PERLPREFIX, but only for the vendor install locations.
|
||||
--
|
||||
1.8.5.3
|
||||
1.9.0
|
||||
|
@ -1,5 +1,5 @@
|
||||
%global cpan_name ExtUtils-MakeMaker
|
||||
%global cpan_version 6.94
|
||||
%global cpan_version 6.96
|
||||
|
||||
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.88-USE_MM_LD_RUN_PATH.patch
|
||||
Patch0: %{cpan_name}-6.96-USE_MM_LD_RUN_PATH.patch
|
||||
# Link to libperl.so explicitly. Bug #960048.
|
||||
Patch1: %{cpan_name}-6.88-Link-to-libperl-explicitly-on-Linux.patch
|
||||
BuildArch: noarch
|
||||
@ -122,6 +122,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 14 2014 Petr Pisar <ppisar@redhat.com> - 6.96-1
|
||||
- 6.96 bump
|
||||
|
||||
* Wed Mar 26 2014 Petr Pisar <ppisar@redhat.com> - 6.94-1
|
||||
- 6.94 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user