rpms/wlassistant/FC-6 wlassistant-0.5.6-devparsercleanup.patch, NONE, 1.1 sources, 1.3, 1.4 wlassistant.spec, 1.6, 1.7

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Jan 18 19:29:16 UTC 2007


Author: spot

Update of /cvs/extras/rpms/wlassistant/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14341/FC-6

Modified Files:
	sources wlassistant.spec 
Added Files:
	wlassistant-0.5.6-devparsercleanup.patch 
Log Message:

Bump to 0.5.6


wlassistant-0.5.6-devparsercleanup.patch:

--- NEW FILE wlassistant-0.5.6-devparsercleanup.patch ---
--- wlassistant-0.5.6/src/wlassistant.cpp.BAD	2007-01-18 13:07:25.000000000 -0600
+++ wlassistant-0.5.6/src/wlassistant.cpp	2007-01-18 13:09:54.000000000 -0600
@@ -1074,8 +1074,13 @@
 	QStringList ifList = QStringList();
 	for (int i = 0; i < c; i++) {
 		o = ol[i];
-		if ( o.find("no wireless extensions")==-1 ) //string not found
-			ifList << o.left(o.find("  "));
+		if ( o.find("no wireless extensions")==-1 ) {
+			if ( o.find("Warning:") == -1 ) {
+				QString interface = o.left(o.find(" "));
+				if ( interface.length() > 1 )
+					ifList << interface;
+			}
+		}
 	}
 	return ifList;
 }


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wlassistant/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	1 Mar 2006 01:11:30 -0000	1.3
+++ sources	18 Jan 2007 19:28:45 -0000	1.4
@@ -1 +1 @@
-1f30f1384b03662a9a0b75fa777f21d6  wlassistant-0.5.5.tar.bz2
+06b767d637e9a2374b07e9e079e2d40d  wlassistant-0.5.6.tar.bz2


Index: wlassistant.spec
===================================================================
RCS file: /cvs/extras/rpms/wlassistant/FC-6/wlassistant.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- wlassistant.spec	11 Sep 2006 16:10:24 -0000	1.6
+++ wlassistant.spec	18 Jan 2007 19:28:45 -0000	1.7
@@ -1,6 +1,6 @@
 Name:		wlassistant
-Version:	0.5.5
-Release:	4%{?dist}
+Version:	0.5.6
+Release:	1%{?dist}
 License:	GPL
 Group:		Applications/System
 Summary:	Wireless network management tool
@@ -16,7 +16,7 @@
 Requires(postun): desktop-file-utils
 Requires:       usermode, wireless-tools, net-tools, dhclient
 Patch0:		wlassistant-0.5.5-rpath.patch
-Patch1:		wlassistant-0.5.5-devparsercleanup.patch
+Patch1:		wlassistant-0.5.6-devparsercleanup.patch
 
 %description
 Wireless Assistant (wlassistant) is a small application that allows you to 
@@ -86,6 +86,9 @@
 %{_datadir}/icons/hicolor/32x32/apps/wlassistant.png
 
 %changelog
+* Thu Jan 18 2007 Tom "spot" Callaway <tcallawa at redhat.com> 0.5.6-1
+- bump to 0.5.6
+
 * Mon Sep 11 2006 Tom "spot" Callaway <tcallawa at redhat.com> 0.5.5-4
 - fix bz 205886
 




More information about the fedora-extras-commits mailing list