Dominique Leuenberger 2018-03-24 15:08:06 +00:00 committed by Git OBS Bridge
commit 60a69e18e0
5 changed files with 51 additions and 17 deletions

View File

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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a269f52ab59b125eb80b968271d9f49da0975d43e51363dbfd1695000ed69de
size 471193

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95f1eb44de480d00b28d031b574ec868f7aeeee199eb5abe5666f6bcbbf68480
size 471349

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
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
- updated to 7.34
see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
7.34 Mon Mar 19 10:21:12 GMT 2018
No changes since v7.33_03
7.33_03 Sat Feb 24 20:17:04 GMT 2018
Core fixes:
- Properly silence warnings under core
Darwin/NeXT fixes:
- Recognise -F as framework flag too
7.33_02 Sat Feb 24 13:17:01 GMT 2018
Core fixes:
- Skip xsstatic test on Darwin
7.33_01 Tue Feb 20 10:39:43 GMT 2018
Core fixes:
- Silence errant README.pod warning when in perl core
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Feb 17 06:22:40 UTC 2018 - coolo@suse.com Sat Feb 17 06:22:40 UTC 2018 - coolo@suse.com

View File

@ -17,7 +17,7 @@
Name: perl-ExtUtils-MakeMaker Name: perl-ExtUtils-MakeMaker
Version: 7.32 Version: 7.34
Release: 0 Release: 0
%define cpan_name ExtUtils-MakeMaker %define cpan_name ExtUtils-MakeMaker
Summary: Create a module Makefile Summary: Create a module Makefile