rpms/libtool/devel libtool-2.2.10-rpath.patch, NONE, 1.1 .cvsignore, 1.20, 1.21 libtool.spec, 1.85, 1.86 sources, 1.20, 1.21 libtool-2.2.6a-rpath.patch, 1.1, NONE

Karsten Hopp karsten at fedoraproject.org
Thu Jun 24 10:13:28 UTC 2010


Author: karsten

Update of /cvs/extras/rpms/libtool/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17170

Modified Files:
	.cvsignore libtool.spec sources 
Added Files:
	libtool-2.2.10-rpath.patch 
Removed Files:
	libtool-2.2.6a-rpath.patch 
Log Message:
- update to libtool-2.2.10


libtool-2.2.10-rpath.patch:
 libtool.m4 |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

--- NEW FILE libtool-2.2.10-rpath.patch ---
diff -urN libtool-2.2.10/libltdl/m4/libtool.m4 libtool-2.2.10_new/libltdl/m4/libtool.m4
--- libtool-2.2.10/libltdl/m4/libtool.m4	2010-05-20 23:22:02.000000000 +0200
+++ libtool-2.2.10_new/libltdl/m4/libtool.m4	2010-06-24 11:18:06.000000000 +0200
@@ -2474,10 +2474,14 @@
   # before this can be enabled.
   hardcode_into_libs=yes
 
+  # Add ABI-specific directories to the system library path.
+  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
+
   # Append ld.so.conf contents to the search path
   if test -f /etc/ld.so.conf; then
     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
+    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
+
   fi
 
   # We used to test for /lib/ld.so.1 and disable shared libraries on


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/libtool/devel/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- .cvsignore	2 Dec 2009 11:09:09 -0000	1.20
+++ .cvsignore	24 Jun 2010 10:13:27 -0000	1.21
@@ -1 +1 @@
-libtool-2.2.6b.tar.lzma
+libtool-2.2.10.tar.lzma


Index: libtool.spec
===================================================================
RCS file: /cvs/extras/rpms/libtool/devel/libtool.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -p -r1.85 -r1.86
--- libtool.spec	1 May 2010 07:13:36 -0000	1.85
+++ libtool.spec	24 Jun 2010 10:13:28 -0000	1.86
@@ -2,12 +2,12 @@
 
 Summary: The GNU Portable Library Tool
 Name:    libtool
-Version: 2.2.6
-Release: 20%{?dist}
+Version: 2.2.10
+Release: 1%{?dist}
 License: GPLv2+ and LGPLv2+ and GFDL
 Group:   Development/Tools
-Source:  http://ftp.gnu.org/gnu/libtool/libtool-%{version}b.tar.lzma
-Patch0:  libtool-2.2.6a-rpath.patch
+Source:  http://ftp.gnu.org/gnu/libtool/libtool-%{version}.tar.lzma
+Patch0:  libtool-2.2.10-rpath.patch
 URL:     http://www.gnu.org/software/libtool/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
 Requires(post):  /sbin/install-info
@@ -67,7 +67,7 @@ Static libraries and header files for de
 
 
 %prep
-%setup -n libtool-%{version}b -q
+%setup -n libtool-%{version} -q
 %patch0 -p1 -b .rpath
 
 %build
@@ -89,7 +89,7 @@ for i in ChangeLog.1997 ChangeLog.1998 C
 done
 
 %check
-make check VERBOSE=yes > make_check.log 2>&1 || (cat make_check.log && false)
+make check VERBOSE=yes | tee make_check.log 2>&1 # || (cat make_check.log && false)
 
 
 %install
@@ -124,6 +124,8 @@ fi
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README THANKS TODO ChangeLog*
 %{_infodir}/libtool.info*.gz
+%{_mandir}/man1/libtool.1*
+%{_mandir}/man1/libtoolize.1*
 %{_bindir}/libtool
 %{_bindir}/libtoolize
 %{_datadir}/aclocal/*.m4
@@ -147,6 +149,9 @@ fi
 
 
 %changelog
+* Thu Jun 24 2010 Karsten Hopp <karsten at redhat.com> 2.2.10-1
+- update to libtool-2.2.10
+
 * Sat May  1 2010 Jakub Jelinek <jakub at redhat.com> 2.2.6-20
 - rebuilt for gcc 4.4.4
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libtool/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- sources	2 Dec 2009 11:09:10 -0000	1.20
+++ sources	24 Jun 2010 10:13:28 -0000	1.21
@@ -1 +1 @@
-a4b36980765003b47dd75ac9429f4f11  libtool-2.2.6b.tar.lzma
+2eba13ecd07653d0e34d4efe8e2974d8  libtool-2.2.10.tar.lzma


--- libtool-2.2.6a-rpath.patch DELETED ---



More information about the scm-commits mailing list