[libtool/f15] 2.4-9

Jakub Jelinek jakub at fedoraproject.org
Tue Mar 6 15:00:55 UTC 2012


commit ba6f33f61ba46ebd3b23e8db0bdcb775370d328b
Author: Jakub Jelinek <jakub at redhat.com>
Date:   Tue Mar 6 16:00:51 2012 +0100

    2.4-9

 libtool-2.4-funcappend-759376.patch |   33 +++++++++++++++++++++++++++++++++
 libtool.spec                        |   15 +++++++++++++--
 2 files changed, 46 insertions(+), 2 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 44823b8..b5288b7 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -1,13 +1,14 @@
-%define gcc_version 4.6.1
+%define gcc_version 4.6.3
 
 Summary: The GNU Portable Library Tool
 Name:    libtool
 Version: 2.4
-Release: 6%{?dist}
+Release: 9%{?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,15 @@ fi
 
 
 %changelog
+* Tue Mar 06 2012 Jakub Jelinek <jakub at redhat.com> 2.4-9
+- rebuilt for gcc 4.6.3
+
+* 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
+
 * Tue Jun 28 2011 Peter Robinson <pbrobinson at gmail.com> - 2.4-6
 - actually update the hardwired gcc version
 


More information about the scm-commits mailing list