[perl-ExtUtils-MakeMaker] 6.96 bump

Petr Pisar ppisar at fedoraproject.org
Mon Apr 14 10:40:05 UTC 2014


commit 12068d2dd025d993758393a39c65adaa744459b5
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Apr 14 12:36:25 2014 +0200

    6.96 bump

 .gitignore                                         |    1 +
 ...xtUtils-MakeMaker-6.96-USE_MM_LD_RUN_PATH.patch |   12 ++++++------
 perl-ExtUtils-MakeMaker.spec                       |    7 +++++--
 sources                                            |    2 +-
 4 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 387747c..74c5c53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/ExtUtils-MakeMaker-6.88-USE_MM_LD_RUN_PATH.patch b/ExtUtils-MakeMaker-6.96-USE_MM_LD_RUN_PATH.patch
similarity index 95%
rename from ExtUtils-MakeMaker-6.88-USE_MM_LD_RUN_PATH.patch
rename to ExtUtils-MakeMaker-6.96-USE_MM_LD_RUN_PATH.patch
index 28af538..91620ed 100644
--- a/ExtUtils-MakeMaker-6.88-USE_MM_LD_RUN_PATH.patch
+++ b/ExtUtils-MakeMaker-6.96-USE_MM_LD_RUN_PATH.patch
@@ -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 at 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 at 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
 
diff --git a/perl-ExtUtils-MakeMaker.spec b/perl-ExtUtils-MakeMaker.spec
index 84f7fd8..b495429 100644
--- a/perl-ExtUtils-MakeMaker.spec
+++ b/perl-ExtUtils-MakeMaker.spec
@@ -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 at redhat.com> - 6.96-1
+- 6.96 bump
+
 * Wed Mar 26 2014 Petr Pisar <ppisar at redhat.com> - 6.94-1
 - 6.94 bump
 
diff --git a/sources b/sources
index 30c3fff..718d01a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a5e148a185af9f4fb89645a66eeadb2  ExtUtils-MakeMaker-6.94.tar.gz
+ae49519d3192d18c18361ab1d9b61a7c  ExtUtils-MakeMaker-6.96.tar.gz



More information about the perl-devel mailing list