[control-center/f15/master] Add hidden ap support

Matthias Clasen mclasen at fedoraproject.org
Wed Apr 6 18:51:21 UTC 2011


commit 61629d44db202a0a825759044d16d5741781375c
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Apr 6 14:51:10 2011 -0400

    Add hidden ap support

 control-center.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/control-center.spec b/control-center.spec
index 441ec6e..76bdd16 100644
--- a/control-center.spec
+++ b/control-center.spec
@@ -18,7 +18,7 @@
 Summary: Utilities to configure the GNOME desktop
 Name: control-center
 Version: 3.0.0.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 Group: User Interface/Desktops
@@ -26,6 +26,9 @@ Group: User Interface/Desktops
 Source: http://download.gnome.org/sources/gnome-control-center/3.0/gnome-control-center-%{version}.tar.bz2
 URL: http://www.gnome.org
 
+# https://bugzilla.gnome.org/show_bug.cgi?id=645002
+Patch0: 0001-network-add-a-Other.-entry-to-the-wireless-combobox-.patch
+
 Requires: gnome-settings-daemon >= 2.21.91-3
 Requires: redhat-menus >= %{redhat_menus_version}
 Requires: gnome-icon-theme
@@ -130,6 +133,7 @@ utilities.
 
 %prep
 %setup -q -n gnome-control-center-%{version}
+%patch0 -p1 -b .hidden-ap
 
 %build
 autoreconf -f
@@ -251,6 +255,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 
 
 %changelog
+* Wed Apr  6 2011 Matthias Clasen <mclasen at redhat.com> 3.0.0.1-2
+- Add a way to connect to hidden access points
+
 * Wed Apr  6 2011 Matthias Clasen <mclasen at redhat.com> 3.0.0.1-1
 - Update to 3.0.0.1
 


More information about the scm-commits mailing list