[libtool/f16] fix typo (Bart Van Assche, bugzilla #759376)

Karsten Hopp karsten at fedoraproject.org
Mon Feb 6 14:45:54 UTC 2012


commit bda63d83731b2d1a50b41d1ab5058c18613e6a29
Author: Karsten Hopp <karsten at redhat.com>
Date:   Mon Feb 6 15:50:30 2012 +0100

    fix typo (Bart Van Assche, bugzilla #759376)

 libtool-2.4-funcappend-759376.patch |   33 +++++++++++++++++++++++++++++++++
 libtool.spec                        |    7 ++++++-
 2 files changed, 39 insertions(+), 1 deletions(-)
---
diff --git a/libtool-2.4-funcappend-759376.patch b/libtool-2.4-funcappend-759376.patch
new file mode 100644
index 0000000..ced22c7
--- /dev/null
+++ b/libtool-2.4-funcappend-759376.patch
@@ -0,0 +1,33 @@
+diff -U0 libtool-2.4/ChangeLog.typo libtool-2.4/ChangeLog
+--- libtool-2.4/ChangeLog.typo	2012-02-06 15:46:51.000000000 +0100
++++ libtool-2.4/ChangeLog	2012-02-06 15:46:40.000000000 +0100
+@@ -0,0 +1,5 @@
++2011-10-04 Bart Van Assche <bvanassche at acm.org>
++
++	Typo fix - change func_apped into func_append
++	* libltdl/config/ltmain.m4sh: Fix typo.
++
+diff -up libtool-2.4/libltdl/config/ltmain.m4sh.typo libtool-2.4/libltdl/config/ltmain.m4sh
+--- libtool-2.4/libltdl/config/ltmain.m4sh.typo	2012-02-06 15:47:51.000000000 +0100
++++ libtool-2.4/libltdl/config/ltmain.m4sh	2012-02-06 15:47:58.000000000 +0100
+@@ -7261,7 +7261,7 @@ EOF
+ 	    elif test -n "$runpath_var"; then
+ 	      case "$perm_rpath " in
+ 	      *" $libdir "*) ;;
+-	      *) func_apped perm_rpath " $libdir" ;;
++	      *) func_append perm_rpath " $libdir" ;;
+ 	      esac
+ 	    fi
+ 	  done
+diff -up libtool-2.4/libltdl/config/ltmain.sh.typo libtool-2.4/libltdl/config/ltmain.sh
+--- libtool-2.4/libltdl/config/ltmain.sh.typo	2012-02-06 15:47:15.000000000 +0100
++++ libtool-2.4/libltdl/config/ltmain.sh	2012-02-06 15:47:24.000000000 +0100
+@@ -8050,7 +8050,7 @@ EOF
+ 	    elif test -n "$runpath_var"; then
+ 	      case "$perm_rpath " in
+ 	      *" $libdir "*) ;;
+-	      *) func_apped perm_rpath " $libdir" ;;
++	      *) func_append perm_rpath " $libdir" ;;
+ 	      esac
+ 	    fi
+ 	  done
diff --git a/libtool.spec b/libtool.spec
index 28773de..1acff16 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -3,11 +3,12 @@
 Summary: The GNU Portable Library Tool
 Name:    libtool
 Version: 2.4
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv2+ and LGPLv2+ and GFDL
 Group:   Development/Tools
 Source:  http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.xz
 Patch0:  libtool-2.2.10-rpath.patch
+Patch1:  libtool-2.4-funcappend-759376.patch
 URL:     http://www.gnu.org/software/libtool/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
 Requires(post):  /sbin/install-info
@@ -69,6 +70,7 @@ Static libraries and header files for development with ltdl.
 %prep
 %setup -n libtool-%{version} -q
 %patch0 -p1 -b .rpath
+%patch1 -p1 -b .typo
 
 %build
 
@@ -149,6 +151,9 @@ fi
 
 
 %changelog
+* Mon Feb 06 2012 Karsten Hopp <karsten at redhat.com> 2.4-8
+- fix typo (Bart Van Assche, bugzilla #759376)
+
 * Thu Oct 27 2011 Jakub Jelinek <jakub at redhat.com> 2.4-7
 - rebuilt for gcc 4.6.2
 


More information about the scm-commits mailing list