Compare commits

...

3 Commits
rawhide ... f16

Author SHA1 Message Date
Jakub Jelinek 445ee1c3af 2.4-9 2012-03-06 16:00:27 +01:00
Karsten Hopp bda63d8373 fix typo (Bart Van Assche, bugzilla #759376) 2012-02-06 15:50:30 +01:00
Jakub Jelinek 37cfc5f44d rebuilt for gcc 4.6.2 2011-10-27 20:03:50 +02:00
2 changed files with 46 additions and 2 deletions

View File

@ -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@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

View File

@ -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@redhat.com> 2.4-9
- rebuilt for gcc 4.6.3
* Mon Feb 06 2012 Karsten Hopp <karsten@redhat.com> 2.4-8
- fix typo (Bart Van Assche, bugzilla #759376)
* Thu Oct 27 2011 Jakub Jelinek <jakub@redhat.com> 2.4-7
- rebuilt for gcc 4.6.2
* Tue Jun 28 2011 Peter Robinson <pbrobinson@gmail.com> - 2.4-6
- actually update the hardwired gcc version