[perl] Update patches

Jitka Plesnikova jplesnik at fedoraproject.org
Tue Feb 17 17:04:24 UTC 2015


commit d493078b23c89ecca1db826a88016ec6f2b41d20
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Tue Feb 17 17:37:18 2015 +0100

    Update patches

 ....3-Install-libperl.so-to-shrpdir-on-Linux.patch |    2 +-
 ....20.1-Fix-Errno.pm-generation-for-gcc-5.0.patch |    9 ---------
 2 files changed, 1 insertions(+), 10 deletions(-)
---
diff --git a/perl-5.16.3-Install-libperl.so-to-shrpdir-on-Linux.patch b/perl-5.16.3-Install-libperl.so-to-shrpdir-on-Linux.patch
index 0e65ed4..f06cd61 100644
--- a/perl-5.16.3-Install-libperl.so-to-shrpdir-on-Linux.patch
+++ b/perl-5.16.3-Install-libperl.so-to-shrpdir-on-Linux.patch
@@ -38,7 +38,7 @@ index 2f30261..825496e 100755
 @@ -8294,7 +8295,7 @@ if "$useshrplib"; then
  		xxx="-Wl,-R$shrpdir"
  		;;
- 	bsdos|linux|irix*|dec_osf|gnu*)
+ 	bsdos|linux|irix*|dec_osf|gnu*|haiku)
 -		xxx="-Wl,-rpath,$shrpdir"
 +		# We want standard path
  		;;
diff --git a/perl-5.20.1-Fix-Errno.pm-generation-for-gcc-5.0.patch b/perl-5.20.1-Fix-Errno.pm-generation-for-gcc-5.0.patch
index c800bf8..6c0fb9f 100644
--- a/perl-5.20.1-Fix-Errno.pm-generation-for-gcc-5.0.patch
+++ b/perl-5.20.1-Fix-Errno.pm-generation-for-gcc-5.0.patch
@@ -29,15 +29,6 @@ diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL
 index 55ad01a..63b5916 100644
 --- a/ext/Errno/Errno_pm.PL
 +++ b/ext/Errno/Errno_pm.PL
-@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
- use Config;
- use strict;
- 
--our $VERSION = "1.20_03";
-+our $VERSION = "1.20_04";
- 
- my %err = ();
- 
 @@ -225,20 +225,31 @@ sub write_errno_pm {
      {	# BeOS (support now removed) did not enter this block
      # invoke CPP and read the output


More information about the scm-commits mailing list