- Fix merging of non-SSID-broadcasting APs into a device's scan list
- Speed up opening of the applet menu
This commit is contained in:
parent
6718e04f08
commit
631245c1b3
@ -20,3 +20,5 @@ NetworkManager-0.7.0.svn2914.tar.gz
|
|||||||
nm-applet-0.7.0.svn207.tar.gz
|
nm-applet-0.7.0.svn207.tar.gz
|
||||||
NetworkManager-0.7.0.svn2961.tar.gz
|
NetworkManager-0.7.0.svn2961.tar.gz
|
||||||
nm-applet-0.7.0.svn237.tar.gz
|
nm-applet-0.7.0.svn237.tar.gz
|
||||||
|
NetworkManager-0.7.0.svn2962.tar.gz
|
||||||
|
nm-applet-0.7.0.svn239.tar.gz
|
||||||
|
@ -7,7 +7,7 @@ ExcludeArch: s390 s390x
|
|||||||
%define gtk2_version 2.10.0
|
%define gtk2_version 2.10.0
|
||||||
%define wireless_tools_version 1:28-0pre9
|
%define wireless_tools_version 1:28-0pre9
|
||||||
|
|
||||||
%define snapshot svn2961
|
%define snapshot svn2962
|
||||||
|
|
||||||
Name: NetworkManager
|
Name: NetworkManager
|
||||||
Summary: Network connection manager and user applications
|
Summary: Network connection manager and user applications
|
||||||
@ -18,7 +18,7 @@ Group: System Environment/Base
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.gnome.org/projects/NetworkManager/
|
URL: http://www.gnome.org/projects/NetworkManager/
|
||||||
Source: %{name}-%{version}.%{snapshot}.tar.gz
|
Source: %{name}-%{version}.%{snapshot}.tar.gz
|
||||||
Source1: nm-applet-%{version}.svn237.tar.gz
|
Source1: nm-applet-%{version}.svn239.tar.gz
|
||||||
Patch1: NetworkManager-0.6.5-fixup-internal-applet-build.patch
|
Patch1: NetworkManager-0.6.5-fixup-internal-applet-build.patch
|
||||||
Patch2: nm-applet-0.7.0-disable-stuff.patch
|
Patch2: nm-applet-0.7.0-disable-stuff.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -260,6 +260,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 9 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2962
|
||||||
|
- Fix merging of non-SSID-broadcasting APs into a device's scan list
|
||||||
|
- Speed up opening of the applet menu
|
||||||
|
|
||||||
* Tue Oct 9 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2961
|
* Tue Oct 9 2007 Dan Williams <dcbw@redhat.com> - 1:0.7.0-0.3.svn2961
|
||||||
- New snapshot
|
- New snapshot
|
||||||
- Add timestamps to networks to connect to last used wireless network
|
- Add timestamps to networks to connect to last used wireless network
|
||||||
|
Loading…
Reference in New Issue
Block a user