rpms/wlassistant/devel wlassistant-0.5.7-inline.patch, NONE, 1.1 wlassistant.spec, 1.17, 1.18

Tom Callaway spot at fedoraproject.org
Fri Mar 13 18:23:52 UTC 2009


Author: spot

Update of /cvs/extras/rpms/wlassistant/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8068

Modified Files:
	wlassistant.spec 
Added Files:
	wlassistant-0.5.7-inline.patch 
Log Message:
fix ppc compile

wlassistant-0.5.7-inline.patch:

--- NEW FILE wlassistant-0.5.7-inline.patch ---
diff -up wlassistant-0.5.7/src/watools.h.BAD wlassistant-0.5.7/src/watools.h
--- wlassistant-0.5.7/src/watools.h.BAD	2009-03-13 14:02:55.000000000 -0400
+++ wlassistant-0.5.7/src/watools.h	2009-03-13 14:03:01.000000000 -0400
@@ -25,6 +25,7 @@
 #define WA_TX_THRESHOLD 14
 
 #include <iwlib.h>
+#undef inline
 #include <time.h>
 class QStringList;
 


Index: wlassistant.spec
===================================================================
RCS file: /cvs/extras/rpms/wlassistant/devel/wlassistant.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- wlassistant.spec	25 Feb 2009 18:51:13 -0000	1.17
+++ wlassistant.spec	13 Mar 2009 18:23:21 -0000	1.18
@@ -1,6 +1,6 @@
 Name:		wlassistant
 Version:	0.5.7
-Release:	9%{?dist}
+Release:	10%{?dist}
 License:	GPLv2+
 Group:		Applications/System
 Summary:	Wireless network management tool
@@ -18,6 +18,7 @@
 Patch0:		wlassistant-0.5.5-rpath.patch
 Patch1:		wlassistant-0.5.7-fd_cloexec.patch
 Patch2:		wlassistant-0.5.7-fix_scons_chmod_error.patch
+Patch3:		wlassistant-0.5.7-inline.patch
 
 %description
 Wireless Assistant (wlassistant) is a small application that allows you to 
@@ -36,6 +37,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1 -b .gcc44
 
 %build
 PARSED_OPT_FLAGS=`echo \'$RPM_OPT_FLAGS\' | sed "s/ /',/g" | sed "s/',/', '/g"`
@@ -89,6 +91,9 @@
 %{_datadir}/icons/hicolor/32x32/apps/wlassistant.png
 
 %changelog
+* Fri Mar 13 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 0.5.7-10
+- prevent iwlib from monkeying around with inline define
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.7-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list