rpms/libtool/devel libtool-2.2.6-echo.patch, NONE, 1.1 libtool.spec, 1.65, 1.66

Ignacio Vazquez-Abrams ivazquez at fedoraproject.org
Wed Dec 3 18:04:45 UTC 2008


Author: ivazquez

Update of /cvs/pkgs/rpms/libtool/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6396

Modified Files:
	libtool.spec 
Added Files:
	libtool-2.2.6-echo.patch 
Log Message:
Hopefully fix all the build errors we've been seeing (#474330)

libtool-2.2.6-echo.patch:

--- NEW FILE libtool-2.2.6-echo.patch ---
diff -up libtool-2.2.6/configure.echo libtool-2.2.6/configure
--- libtool-2.2.6/configure.echo	2008-12-03 09:26:03.000000000 -0500
+++ libtool-2.2.6/configure	2008-12-03 09:26:14.000000000 -0500
@@ -27606,7 +27606,7 @@ objdir=$objdir
 SHELL=$lt_SHELL
 
 # An echo program that does not interpret backslashes.
-ECHO=$lt_ECHO
+echo=$lt_ECHO
 
 # Used to examine libraries when file_magic_cmd begins with "file".
 MAGIC_CMD=$MAGIC_CMD


Index: libtool.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libtool/devel/libtool.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- libtool.spec	3 Dec 2008 11:43:12 -0000	1.65
+++ libtool.spec	3 Dec 2008 18:04:15 -0000	1.66
@@ -3,11 +3,12 @@
 Summary: The GNU Portable Library Tool
 Name:    libtool
 Version: 2.2.6
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+ and LGPLv2+ and GFDL
 Group:   Development/Tools
 Source:  http://ftp.gnu.org/gnu/libtool/libtool-%{version}a.tar.gz
 URL:     http://www.gnu.org/software/libtool/
+Patch0:  libtool-2.2.6-echo.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)
 Requires(post):  /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -67,6 +68,7 @@
 
 %prep
 %setup -n libtool-%{version} -q
+%patch0 -p 1 -b .echo
 
 %build
 
@@ -141,6 +143,9 @@
 
 
 %changelog
+* Wed Dec  3 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> 2.2.6-3
+- Hopefully fix all the build errors we've been seeing (#474330)
+
 * Wed Dec 03 2008 Karsten Hopp <karsten at redhat.com> 2.2.6-2
 - add Requires: sed  (Ignacio Vazquez-Abrams)
 




More information about the fedora-extras-commits mailing list