rpms/mingw32-libltdl/devel libtool-2.2.10-rpath.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 mingw32-libltdl.spec, 1.7, 1.8 sources, 1.3, 1.4

Hans Ulrich Niedermann ndim at fedoraproject.org
Fri Jul 16 14:19:22 UTC 2010


Author: ndim

Update of /cvs/pkgs/rpms/mingw32-libltdl/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29433

Modified Files:
	.cvsignore mingw32-libltdl.spec sources 
Added Files:
	libtool-2.2.10-rpath.patch 
Log Message:
* Fri Jul 16 2010 Hans Ulrich Niedermann <hun at n-dimensional.de> - 2.2.10-2.1
- Updated to native package libtool-2.2.10-2 (#601138).
- FWIW, (re-?)added the libtool-2.2.10-rpath.patch to libtool.


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/pkgs/rpms/mingw32-libltdl/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	2 Jan 2010 13:24:57 -0000	1.3
+++ .cvsignore	16 Jul 2010 14:19:22 -0000	1.4
@@ -1 +1 @@
-libtool-2.2.6b.tar.lzma
+libtool-2.2.10.tar.lzma


Index: mingw32-libltdl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-libltdl/devel/mingw32-libltdl.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- mingw32-libltdl.spec	11 Feb 2010 22:04:01 -0000	1.7
+++ mingw32-libltdl.spec	16 Jul 2010 14:19:22 -0000	1.8
@@ -16,12 +16,13 @@
 %global   libltdl_major  7
 
 # Tarball patchlevel (a, b, etc. or nothing at all)
-%global   patchlevel  b
+#global   patchlevel  b
+%global   patchlevel  %{nil}
 
 Summary:  Runtime libraries for GNU Libtool Dynamic Module Loader
 Name:     mingw32-libltdl
-Version:  2.2.6
-Release:  17.4%{?dist}
+Version:  2.2.10
+Release:  2.1%{?dist}
 Group:    System Environment/Libraries
 # Even though the source package contains files under
 # "GPLv2+ and LGPLv2+ and GFDL", the binary RPM only ships LGPLv2+ code.
@@ -32,6 +33,8 @@ Source:   http://ftp.gnu.org/gnu/libtool
 URL:      http://www.gnu.org/software/libtool/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
 
+Patch0:   libtool-2.2.10-rpath.patch
+
 BuildRequires:  mingw32-filesystem >= 53
 BuildRequires:  mingw32-binutils
 BuildRequires:  mingw32-gcc
@@ -62,6 +65,7 @@ the rest of the GNU Autotools (including
 
 %prep
 %setup -n libtool-%{version}%{?patchlevel} -q
+%patch0 -p1 -b .rpath
 
 
 %build
@@ -112,6 +116,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jul 16 2010 Hans Ulrich Niedermann <hun at n-dimensional.de> - 2.2.10-2.1
+- Updated to native package libtool-2.2.10-2 (#601138).
+- FWIW, (re-?)added the libtool-2.2.10-rpath.patch to libtool.
+
 * Thu Feb 11 2010 Hans Ulrich Niedermann <hun at n-dimensional.de> - 2.2.6-17.4
 - Fix debuginfo magic. It needs define macros, not global ones.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-libltdl/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	2 Jan 2010 13:24:57 -0000	1.3
+++ sources	16 Jul 2010 14:19:22 -0000	1.4
@@ -1 +1 @@
-a4b36980765003b47dd75ac9429f4f11  libtool-2.2.6b.tar.lzma
+2eba13ecd07653d0e34d4efe8e2974d8  libtool-2.2.10.tar.lzma



More information about the scm-commits mailing list