rpms/squid/F-13 squid-3.1.5-libtoolinclude.patch, NONE, 1.1 squid.spec, 1.173, 1.174

Henrik Nordström hno at fedoraproject.org
Thu Jul 15 11:20:29 UTC 2010


Author: hno

Update of /cvs/pkgs/rpms/squid/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20582

Modified Files:
	squid.spec 
Added Files:
	squid-3.1.5-libtoolinclude.patch 
Log Message:
Fix the bundled libtool instad, as done upstream

squid-3.1.5-libtoolinclude.patch:
 ltdl.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE squid-3.1.5-libtoolinclude.patch ---
diff -ru squid-3.1.5/libltdl/ltdl.h squid-3.1.5-libtool-fixed/libltdl/ltdl.h
--- squid-3.1.5/libltdl/ltdl.h	2010-07-02 04:47:56.000000000 +0200
+++ squid-3.1.5-libtool-fixed/libltdl/ltdl.h	2010-07-15 13:10:27.000000000 +0200
@@ -33,9 +33,9 @@
 #if !defined(LTDL_H)
 #define LTDL_H 1
 
-#include <libltdl/lt_system.h>
-#include <libltdl/lt_error.h>
-#include <libltdl/lt_dlloader.h>
+#include "libltdl/lt_system.h"
+#include "libltdl/lt_error.h"
+#include "libltdl/lt_dlloader.h"
 
 LT_BEGIN_C_DECLS
 


Index: squid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/squid/F-13/squid.spec,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -p -r1.173 -r1.174
--- squid.spec	15 Jul 2010 09:08:14 -0000	1.173
+++ squid.spec	15 Jul 2010 11:20:28 -0000	1.174
@@ -4,7 +4,7 @@
 
 Name:     squid
 Version:  3.1.5
-Release:  1%{?dist}
+Release:  2%{?dist}
 Summary:  The Squid proxy caching server
 Epoch:    7
 License:  GPLv2
@@ -35,6 +35,10 @@ Patch204: squid-3.0.STABLE1-perlpath.pat
 Patch205: squid-3.1.0.15-smb-path.patch
 Patch208: squid-3.0.STABLE7-from_manpg.patch
 
+# Temporary patches
+# 3.1.5 bundles a slightly broken libtool. Fixed upstream.
+Patch301: squid-3.1.5-libtoolinclude.patch
+
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: bash >= 2.0
 Requires(pre): shadow-utils
@@ -83,7 +87,10 @@ lookup program (dnsserver), a program fo
 %patch205 -p1 -b .smb-path
 %patch208 -p1 -b .from_manpg
 
+%patch301 -p1 -b .libtoolinclude
+
 %build
+
 %configure \
    --exec_prefix=/usr \
    --libexecdir=%{_libdir}/squid \
@@ -266,7 +273,7 @@ fi
 
 
 %changelog
-* Thu Jul 15 2010 Henrik Nordstrom <henrik at henriknordstrom.net> - 7:3.1.5-1
+* Thu Jul 15 2010 Henrik Nordstrom <henrik at henriknordstrom.net> - 7:3.1.5-2
 - Upstream 3.1.5 bugfix release
 - Upstream patch for Bug #614665: Squid crashes with  ident auth
 - Upstream patches for various memory leaks



More information about the scm-commits mailing list