1
0

Accepting request 134742 from home:Zaitor:branches:GNOME:Factory

Update + rebase of patch, rebase only buildtested. Further, should we do something about the insane amounts of lintwarnings for the missing ; in .desktop file

OBS-URL: https://build.opensuse.org/request/show/134742
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=157
This commit is contained in:
Dominique Leuenberger 2012-09-21 20:32:52 +00:00 committed by Git OBS Bridge
parent 269b3160ce
commit 970764e716
5 changed files with 55 additions and 8 deletions

View File

@ -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 *

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f18986c1b783b550d8121189abdec7370b2b4e22f0d92ca07c9826eae79a37bd
size 4702224

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a247551c86972c4ed24bfccbd1b77d7b72226213d08513e4396795a3b792568c
size 4787184

View File

@ -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

View File

@ -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)