Accepting request 590054 from home:pmonrealgonzalez:branches:devel:languages:perl

- Refreshed Do_not_set_RPATH_by_default.patch not properly applied
  on the update to version 7.34. (bsc#1086429)

OBS-URL: https://build.opensuse.org/request/show/590054
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=45
This commit is contained in:
Pedro Monreal Gonzalez 2018-03-22 10:15:25 +00:00 committed by Git OBS Bridge
parent 3bf7b4f64a
commit 32e83f7863
2 changed files with 19 additions and 13 deletions

View File

@ -21,10 +21,10 @@ Signed-off-by: Petr Písař <ppisar@redhat.com>
lib/ExtUtils/MakeMaker.pm | 56 +++++++++++++++++++++++++++++++++++++++++++++-
4 files changed, 62 insertions(+), 2 deletions(-)
Index: ExtUtils-MakeMaker-7.30/lib/ExtUtils/Liblist.pm
Index: ExtUtils-MakeMaker-7.34/lib/ExtUtils/Liblist.pm
===================================================================
--- ExtUtils-MakeMaker-7.30.orig/lib/ExtUtils/Liblist.pm
+++ ExtUtils-MakeMaker-7.30/lib/ExtUtils/Liblist.pm
--- ExtUtils-MakeMaker-7.34.orig/lib/ExtUtils/Liblist.pm
+++ ExtUtils-MakeMaker-7.34/lib/ExtUtils/Liblist.pm
@@ -89,6 +89,11 @@ libraries. LD_RUN_PATH is a colon separ
in LDLOADLIBS. It is passed as an environment variable to the process
that links the shared library.
@ -37,10 +37,10 @@ Index: ExtUtils-MakeMaker-7.30/lib/ExtUtils/Liblist.pm
=head2 BSLOADLIBS
List of those libraries that are needed but can be linked in
Index: ExtUtils-MakeMaker-7.30/lib/ExtUtils/MM_Unix.pm
Index: ExtUtils-MakeMaker-7.34/lib/ExtUtils/MM_Unix.pm
===================================================================
--- ExtUtils-MakeMaker-7.30.orig/lib/ExtUtils/MM_Unix.pm
+++ ExtUtils-MakeMaker-7.30/lib/ExtUtils/MM_Unix.pm
--- ExtUtils-MakeMaker-7.34.orig/lib/ExtUtils/MM_Unix.pm
+++ ExtUtils-MakeMaker-7.34/lib/ExtUtils/MM_Unix.pm
@@ -1045,7 +1045,7 @@ sub xs_make_dynamic_lib {
}
@ -50,10 +50,10 @@ Index: ExtUtils-MakeMaker-7.30/lib/ExtUtils/MM_Unix.pm
$ld_run_path_shell = 'LD_RUN_PATH="$(LD_RUN_PATH)" ';
}
Index: ExtUtils-MakeMaker-7.30/lib/ExtUtils/MakeMaker.pm
Index: ExtUtils-MakeMaker-7.34/lib/ExtUtils/MakeMaker.pm
===================================================================
--- ExtUtils-MakeMaker-7.30.orig/lib/ExtUtils/MakeMaker.pm
+++ ExtUtils-MakeMaker-7.30/lib/ExtUtils/MakeMaker.pm
--- ExtUtils-MakeMaker-7.34.orig/lib/ExtUtils/MakeMaker.pm
+++ ExtUtils-MakeMaker-7.34/lib/ExtUtils/MakeMaker.pm
@@ -317,7 +317,7 @@ sub full_setup {
PERM_DIR PERM_RW PERM_RWX MAGICXS
PL_FILES PM PM_FILTER PMLIBDIRS PMLIBPARENTDIRS POLLUTE
@ -90,7 +90,7 @@ Index: ExtUtils-MakeMaker-7.30/lib/ExtUtils/MakeMaker.pm
print "MakeMaker (v$VERSION)\n" if $Verbose;
if (-f "MANIFEST" && ! -f "Makefile" && ! $UNDER_CORE){
check_manifest();
@@ -2797,6 +2817,40 @@ precedence. A typemap in the current di
@@ -2821,6 +2841,40 @@ precedence. A typemap in the current di
precedence, even if it isn't listed in TYPEMAPS. The default system
typemap has lowest precedence.
@ -131,10 +131,10 @@ Index: ExtUtils-MakeMaker-7.30/lib/ExtUtils/MakeMaker.pm
=item VENDORPREFIX
Like PERLPREFIX, but only for the vendor install locations.
Index: ExtUtils-MakeMaker-7.30/lib/ExtUtils/MM_Any.pm
Index: ExtUtils-MakeMaker-7.34/lib/ExtUtils/MM_Any.pm
===================================================================
--- ExtUtils-MakeMaker-7.30.orig/lib/ExtUtils/MM_Any.pm
+++ ExtUtils-MakeMaker-7.30/lib/ExtUtils/MM_Any.pm
--- ExtUtils-MakeMaker-7.34.orig/lib/ExtUtils/MM_Any.pm
+++ ExtUtils-MakeMaker-7.34/lib/ExtUtils/MM_Any.pm
@@ -2435,6 +2435,7 @@ sub init_others {
# LD_RUN_PATH now computed by ExtUtils::Liblist
($self->{EXTRALIBS}, $self->{BSLOADLIBS},

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 22 09:32:51 UTC 2018 - pmonrealgonzalez@suse.com
- Refreshed Do_not_set_RPATH_by_default.patch not properly applied
on the update to version 7.34. (bsc#1086429)
-------------------------------------------------------------------
Tue Mar 20 06:19:11 UTC 2018 - coolo@suse.com