[perl-ExtUtils-MakeMaker] 6.76 bump

Petr Pisar ppisar at fedoraproject.org
Tue Sep 10 09:13:17 UTC 2013


commit 65aeb08425a7482cac7209b61f76b38322dc1abd
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Sep 10 11:12:33 2013 +0200

    6.76 bump

 .gitignore                                         |    1 +
 ...xtUtils-MakeMaker-6.76-USE_MM_LD_RUN_PATH.patch |   14 +++++++-------
 perl-ExtUtils-MakeMaker.spec                       |    7 +++++--
 sources                                            |    2 +-
 4 files changed, 14 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f28da4e..5a284c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /ExtUtils-MakeMaker-6.68.tar.gz
 /ExtUtils-MakeMaker-6.72.tar.gz
 /ExtUtils-MakeMaker-6.74.tar.gz
+/ExtUtils-MakeMaker-6.76.tar.gz
diff --git a/ExtUtils-MakeMaker-6.74-USE_MM_LD_RUN_PATH.patch b/ExtUtils-MakeMaker-6.76-USE_MM_LD_RUN_PATH.patch
similarity index 95%
rename from ExtUtils-MakeMaker-6.74-USE_MM_LD_RUN_PATH.patch
rename to ExtUtils-MakeMaker-6.76-USE_MM_LD_RUN_PATH.patch
index 2e99188..e962c5f 100644
--- a/ExtUtils-MakeMaker-6.74-USE_MM_LD_RUN_PATH.patch
+++ b/ExtUtils-MakeMaker-6.76-USE_MM_LD_RUN_PATH.patch
@@ -1,7 +1,7 @@
-From 7d86c1eea112726336642ba44fa16aa8d20922d2 Mon Sep 17 00:00:00 2001
+From 174c1961b01fcc1758c7b9837ed7ea06ba94b82f 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 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ř <ppisar at redhat.com>
  3 files changed, 62 insertions(+), 3 deletions(-)
 
 diff --git a/lib/ExtUtils/Liblist.pm b/lib/ExtUtils/Liblist.pm
-index 431548a..ea8b5c3 100644
+index 6deb17c..f4e7994 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 431548a..ea8b5c3 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 100951f..87dc0bb 100644
+index fee4ae3..1abec80 100644
 --- a/lib/ExtUtils/MM_Unix.pm
 +++ b/lib/ExtUtils/MM_Unix.pm
 @@ -951,7 +951,7 @@ $(INST_DYNAMIC): $(OBJECT) $(MYEXTLIB) $(BOOTSTRAP) $(INST_ARCHAUTODIR)$(DFSEP).
@@ -49,7 +49,7 @@ index 100951f..87dc0bb 100644
      }
  
 diff --git a/lib/ExtUtils/MakeMaker.pm b/lib/ExtUtils/MakeMaker.pm
-index 5049ef9..08aa432 100644
+index 4b928fd..b0237c2 100644
 --- a/lib/ExtUtils/MakeMaker.pm
 +++ b/lib/ExtUtils/MakeMaker.pm
 @@ -281,7 +281,7 @@ sub full_setup {
@@ -90,7 +90,7 @@ index 5049ef9..08aa432 100644
  
      print "MakeMaker (v$VERSION)\n" if $Verbose;
      if (-f "MANIFEST" && ! -f "Makefile" && ! $ENV{PERL_CORE}){
-@@ -2549,6 +2569,40 @@ precedence.  A typemap in the current directory has highest
+@@ -2583,6 +2603,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 5049ef9..08aa432 100644
  
  Like PERLPREFIX, but only for the vendor install locations.
 -- 
-1.8.1.4
+1.8.3.1
 
diff --git a/perl-ExtUtils-MakeMaker.spec b/perl-ExtUtils-MakeMaker.spec
index db337db..b6cdac3 100644
--- a/perl-ExtUtils-MakeMaker.spec
+++ b/perl-ExtUtils-MakeMaker.spec
@@ -1,5 +1,5 @@
 %global cpan_name ExtUtils-MakeMaker
-%global cpan_version 6.74
+%global cpan_version 6.76
 
 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.74-USE_MM_LD_RUN_PATH.patch
+Patch0:         %{cpan_name}-6.76-USE_MM_LD_RUN_PATH.patch
 # Link to libperl.so explicitly. Bug #960048.
 Patch1:         %{cpan_name}-6.74-Link-to-libperl-explicitly-on-Linux.patch
 BuildArch:      noarch
@@ -98,6 +98,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 10 2013 Petr Pisar <ppisar at redhat.com> - 6.76-1
+- 6.76 bump
+
 * Mon Sep 02 2013 Petr Pisar <ppisar at redhat.com> - 6.74-1
 - 6.74 bump
 
diff --git a/sources b/sources
index 6b1d34d..65a765c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aedab61a75bc8804672930d651dc3ff7  ExtUtils-MakeMaker-6.74.tar.gz
+0854508aa6ca20154f66a63451ecd2e0  ExtUtils-MakeMaker-6.76.tar.gz


More information about the scm-commits mailing list