[libtool/f20] m4: fix powerpcle patch

Pavel Raiskup praiskup at fedoraproject.org
Thu Jan 23 12:24:38 UTC 2014


commit bbd93c15e1ef993307919bdc80563631b5e7b294
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Wed Oct 23 10:51:05 2013 +0200

    m4: fix powerpcle patch
    
    (cherry-pick fc21)
    
    Resolves: #1055147
    Version: 2.4.2-23

 libtool-2.4.2-powerpcle-linux.patch |    4 ++--
 libtool.spec                        |    7 +++++--
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/libtool-2.4.2-powerpcle-linux.patch b/libtool-2.4.2-powerpcle-linux.patch
index 3455356..926d6aa 100644
--- a/libtool-2.4.2-powerpcle-linux.patch
+++ b/libtool-2.4.2-powerpcle-linux.patch
@@ -16,10 +16,10 @@ index 56666f0..126202f 100644
  	    LD="${LD-ld} -m elf_i386"
  	    ;;
 -	  ppc64-*linux*|powerpc64-*linux*)
-+	  powerpcle-*linux*)
++	  powerpc64le-*linux*)
 +	    LD="${LD-ld} -m elf32lppclinux"
 +	    ;;
-+	  powerpc-*linux*)
++	  powerpc64-*linux*)
  	    LD="${LD-ld} -m elf32ppclinux"
  	    ;;
  	  s390x-*linux*)
diff --git a/libtool.spec b/libtool.spec
index 6f2416b..cdb0e7c 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -3,7 +3,7 @@
 Summary: The GNU Portable Library Tool
 Name:    libtool
 Version: 2.4.2
-Release: 22%{?dist}
+Release: 23%{?dist}
 License: GPLv2+ and LGPLv2+ and GFDL
 URL:     http://www.gnu.org/software/libtool/
 Group:   Development/Tools
@@ -19,7 +19,7 @@ Patch2:  libtool-2.4.2-tar-no-owner.patch
 
 # powerpc*le-linux support
 # ~> upstream
-# ~> git diff c37bc1a3..bd998a7e
+# ~> `git diff c37bc1a3..8a8dfaec m4/libtool.m4`
 Patch3:  libtool-2.4.2-powerpcle-linux.patch
 
 Requires(post):  /sbin/install-info
@@ -165,6 +165,9 @@ fi
 %{_libdir}/libltdl.so
 
 %changelog
+* Thu Jan 23 2014 Pavel Raiskup <praiskup at redhat.com> - 2.4.2-23
+- fix powerpcle patch to reflect what is really in upstream
+
 * Tue Jan 07 2014 Pavel Raiskup <praiskup at redhat.com> - 2.4.2-22
 - require findutils (minimal installations) (#1047084)
 


More information about the scm-commits mailing list