From 272b538a303ed1135fd98654ae30fd6809b75e20 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Jan 18 2007 19:28:45 +0000 Subject: Bump to 0.5.6 --- diff --git a/sources b/sources index 0935db7..7f0d9aa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1f30f1384b03662a9a0b75fa777f21d6 wlassistant-0.5.5.tar.bz2 +06b767d637e9a2374b07e9e079e2d40d wlassistant-0.5.6.tar.bz2 diff --git a/wlassistant-0.5.6-devparsercleanup.patch b/wlassistant-0.5.6-devparsercleanup.patch new file mode 100644 index 0000000..fb625f3 --- /dev/null +++ b/wlassistant-0.5.6-devparsercleanup.patch @@ -0,0 +1,18 @@ +--- 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; + } diff --git a/wlassistant.spec b/wlassistant.spec index 75aa3ec..d99f98c 100644 --- a/wlassistant.spec +++ b/wlassistant.spec @@ -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(post): desktop-file-utils 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 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/32x32/apps/wlassistant.png %changelog +* Thu Jan 18 2007 Tom "spot" Callaway 0.5.6-1 +- bump to 0.5.6 + * Mon Sep 11 2006 Tom "spot" Callaway 0.5.5-4 - fix bz 205886