diff --git a/gcc-private-connection.patch b/gcc-private-connection.patch index b6720a9..5bc70be 100644 --- a/gcc-private-connection.patch +++ b/gcc-private-connection.patch @@ -198,7 +198,7 @@ Index: gnome-control-center-3.5.91/panels/network/net-device-wifi.c if (device_wifi->priv->updating_device) goto out; -@@ -1038,8 +1041,20 @@ wireless_try_to_connect (NetDeviceWifi * +@@ -1153,8 +1153,20 @@ /* create one, as it's missing */ g_debug ("no existing connection found for %s, creating", ssid_target); @@ -217,7 +217,7 @@ Index: gnome-control-center-3.5.91/panels/network/net-device-wifi.c nm_client_add_and_activate_connection (client, - NULL, + partial, - device, object_path, + device, ap_object_path, connection_add_activate_cb, device_wifi); out: @@ -1296,6 +1311,7 @@ start_shared_connection (NetDeviceWifi * diff --git a/gnome-control-center-3.5.91.tar.xz b/gnome-control-center-3.5.91.tar.xz deleted file mode 100644 index ad93638..0000000 --- a/gnome-control-center-3.5.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f18986c1b783b550d8121189abdec7370b2b4e22f0d92ca07c9826eae79a37bd -size 4702224 diff --git a/gnome-control-center-3.5.92.tar.xz b/gnome-control-center-3.5.92.tar.xz new file mode 100644 index 0000000..f244b53 --- /dev/null +++ b/gnome-control-center-3.5.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a247551c86972c4ed24bfccbd1b77d7b72226213d08513e4396795a3b792568c +size 4787184 diff --git a/gnome-control-center.changes b/gnome-control-center.changes index 2e3f9ca..e0dfe7c 100644 --- a/gnome-control-center.changes +++ b/gnome-control-center.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Mon Sep 17 19:52:45 UTC 2012 - zaitor@opensuse.org + +- Update to version 3.5.92: + + Ensure that all sources are GPLv2+ instead of a mix of GPLv2+ + and GPLv3+. + + Set blank window titles for a number of dialogues. + + Fix accessible labels for switches. + + Bluetooth: + - Fix setting up dial-up networking for phones. + + Display: + - Fix mouse events not working in preview. + + Background: + - Use a more varied colour palette. + - Fix the small size of the "changes throughout the day" + emblem. + + Network: + - Mark all rows representing saved connections as such. + - Make the 'Settings...' buttons work properly. + - Handle disconnected APs better. + - Show a "Connect" button for disconnected APs. + - Show 'Last used' item for non-active, in-range access points. + - Improve the Wi-Fi list appearance. + + User Accounts: + - Use GStreamer 1.0 + - Fix "enterpise" typo + + Power: + - Fix a wrong use of GCancellable that could lead to crashes. + + Region: + - Use consistent strings for layout/engine names. + - Handle empty layout sources, especially when adding a new + one. + - Handle input sources in the system tab. + - Fix layout problem on the system tab. + - Update IBus engines whitelist. + + Printers: + - Fix building against CUPS 1.6. + + Universal Access: + - Fix whitespace in the zoom options dialogue. + + Screen & Brightness: + - Make notification checkbox focusable. + + Wacom: + - Fix link to docs. +- Exchange pkgconfig(gstreamer-0.10) BuildRequires for + pkgconfig(gstreamer-1.0) BuildRequires, due to upstream changes. +- Rebase gcc-private-connection.patch. + ------------------------------------------------------------------- Wed Sep 12 09:38:20 UTC 2012 - vuntz@opensuse.org diff --git a/gnome-control-center.spec b/gnome-control-center.spec index 827daee..b250e3d 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -21,7 +21,7 @@ %define with_systemd 0 Name: gnome-control-center -Version: 3.5.91 +Version: 3.5.92 Release: 0 # FIXME: stop owning %%{_datadir}/polkit-1/rules.d once polkit >= 0.106 is in (should be soon-ish, end of 09/2012) # FIXME: in 12.3 and later, check if we still need patch2 (gnome-control-center-hide-region-system-tab.patch) (see bnc#703833) @@ -51,7 +51,7 @@ BuildRequires: krb5-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: pkgconfig(cheese) -BuildRequires: pkgconfig(cheese-gtk) >= 3.3.5 +BuildRequires: pkgconfig(cheese-gtk) >= 3.3.91 BuildRequires: pkgconfig(clutter-gtk-1.0) BuildRequires: pkgconfig(colord) BuildRequires: pkgconfig(fontconfig) @@ -79,7 +79,7 @@ BuildRequires: pkgconfig(libpulse-mainloop-glib) >= 2.0 %if %{with_systemd} BuildRequires: pkgconfig(libsystemd-login) %endif -BuildRequires: pkgconfig(libwacom) >= 0.5 +BuildRequires: pkgconfig(libwacom) >= 0.6 BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103 BuildRequires: pkgconfig(pwquality)