Hello community,
here is the log from the commit of package gnome-control-center for
openSUSE:13.1 checked in at 2013-10-17 15:50:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/gnome-control-center (Old)
and /work/SRC/openSUSE:13.1/.gnome-control-center.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-control-center"
Changes:
--------
--- /work/SRC/openSUSE:13.1/gnome-control-center/gnome-control-center.changes
2013-10-14 14:27:17.000000000 +0200
+++
/work/SRC/openSUSE:13.1/.gnome-control-center.new/gnome-control-center.changes
2013-10-19 16:48:40.000000000 +0200
@@ -1,0 +2,43 @@
+Wed Oct 16 06:43:54 UTC 2013 - [email protected]
+
+- Update to version 3.10.1:
+ + Background:
+ - Fix several memory leaks.
+ - Some code cleanups.
+ - Be robust against missing directories, and warn otherwise.
+ - Use a consistent set of permissions when creating
+ directories.
+ + Display: Always label the built in display as "1".
+ + Mouse: Do not reset mouse speed when unset.
+ + Network:
+ - Fix a few crashes and memory leaks.
+ - Some code cleanups.
+ - Just dismiss forget dialog if response is not OK.
+ - Update forget button sensitivity when rows are destroyed.
+ - Use the command line parameters property for 8021x.
+ - Only start the spinner when we can stop it.
+ + Power: Use device models as names.
+ + Sharing:
+ - Allow screen sharing approving without remote control
+ enabled.
+ - Ensure the hostname in labels is updated.
+ - Prevent duplicate folders being selected for media sharing.
+ - When enabling DLNA, also make sure to enable the MediaExport
+ plugin.
+ + Shell: Align the buttons in the headerbar.
+ + Universal Access: Fix a crash.
+ + Wacom:
+ - Align the stylus section with the tablet section.
+ - Fix device filtering in calibration UI.
+ - Fix use after free causing random values in the calibration
+ data.
+ - Fix incorrect default window information.
+ - Fix ~100 pixel offset when calibrating.
+ - Reset the calibration before starting a new one.
+- Drop gnome-control-center-network-8021x-entry.patch: fixed
+ upstream.
+- Add gnome-control-center-linker.patch: Fix test-chooser-dialog
+ build with some linkers.
+- Rebase gcc-private-connection.patch (Gary Lin).
+
+-------------------------------------------------------------------
Old:
----
gnome-control-center-3.10.0.tar.xz
gnome-control-center-network-8021x-entry.patch
New:
----
gnome-control-center-3.10.1.tar.xz
gnome-control-center-linker.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-control-center.spec ++++++
--- /var/tmp/diff_new_pack.fmEz1X/_old 2013-10-19 16:48:40.000000000 +0200
+++ /var/tmp/diff_new_pack.fmEz1X/_new 2013-10-19 16:48:40.000000000 +0200
@@ -27,7 +27,7 @@
%endif
Name: gnome-control-center
-Version: 3.10.0
+Version: 3.10.1
Release: 0
# FIXME: in 12.3 and later, check if we still need patch2
(gnome-control-center-hide-region-system-tab.patch) (see bnc#703833)
Summary: The GNOME Control Center
@@ -43,8 +43,8 @@
Patch15: gcc-private-connection.patch
# PATCH-FIX-UPSTREAM gnome-control-center-probe-radius-server-cert.patch
bnc#574266 [email protected] -- network: Probe the RADIUS server certificate
Patch16: gnome-control-center-probe-radius-server-cert.patch
-# PATCH-FIX-UPSTREAM gnome-control-center-network-8021x-entry.patch bgo#709545
[email protected] -- network: fix 8021x connection settings
-Patch17: gnome-control-center-network-8021x-entry.patch
+# PATCH-FIX-UPSTREAM gnome-control-center-linker.patch bgo#709302
[email protected] -- Fix test-chooser-dialog build with some linkers, taken
from upstream
+Patch17: gnome-control-center-linker.patch
BuildRequires: cups-devel
BuildRequires: desktop-file-utils
BuildRequires: fdupes
@@ -164,9 +164,9 @@
%patch0 -p1
%patch15 -p1
%patch16 -p1
-%patch17 -p1
#NEEDS-REBASE
#patch14 -p1
+%patch17 -p1
%build
ACLOCAL_FLAGS="-I libgd" NOCONFIGURE=1 gnome-autogen.sh
++++++ gcc-private-connection.patch ++++++
--- /var/tmp/diff_new_pack.fmEz1X/_old 2013-10-19 16:48:40.000000000 +0200
+++ /var/tmp/diff_new_pack.fmEz1X/_new 2013-10-19 16:48:40.000000000 +0200
@@ -1,4 +1,4 @@
-From e805287d5e6749dd5b02f30b339f9c1523020fce Mon Sep 17 00:00:00 2001
+From b72c423a344f2e455c17978bab76eb29912d0b5b Mon Sep 17 00:00:00 2001
From: Gary Ching-Pang Lin <[email protected]>
Date: Tue, 14 Feb 2012 18:41:51 +0800
Subject: [PATCH] network: create private connections if the user if not
@@ -20,10 +20,10 @@
7 files changed, 94 insertions(+), 9 deletions(-)
diff --git a/configure.ac b/configure.ac
-index a7542e6..2245fc3 100644
+index b0b492d..4453123 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -132,7 +132,8 @@ PKG_CHECK_MODULES(KEYBOARD_PANEL, $COMMON_MODULES
+@@ -134,7 +134,8 @@ PKG_CHECK_MODULES(KEYBOARD_PANEL, $COMMON_MODULES
PKG_CHECK_MODULES(MEDIA_PANEL, $COMMON_MODULES)
PKG_CHECK_MODULES(MOUSE_PANEL, $COMMON_MODULES xi >= 1.2
gnome-settings-daemon >= $GSD_REQUIRED_VERSION x11)
@@ -34,7 +34,7 @@
PKG_CHECK_MODULES(ONLINE_ACCOUNTS_PANEL, $COMMON_MODULES goa-1.0
goa-backend-1.0 >= $GOA_REQUIRED_VERSION)
PKG_CHECK_MODULES(POWER_PANEL, $COMMON_MODULES upower-glib >= 0.9.1
diff --git a/panels/network/cc-network-panel.c
b/panels/network/cc-network-panel.c
-index cab9f4c..b03cf1a 100644
+index 4fa3706..7bae539 100644
--- a/panels/network/cc-network-panel.c
+++ b/panels/network/cc-network-panel.c
@@ -24,6 +24,8 @@
@@ -72,7 +72,7 @@
reset_command_line_args (panel); /* done */
select_tree_iter (panel, iter);
return TRUE;
-@@ -1352,6 +1357,9 @@ cc_network_panel_init (CcNetworkPanel *panel)
+@@ -1355,6 +1360,9 @@ cc_network_panel_init (CcNetworkPanel *panel)
GtkWidget *widget;
GtkWidget *toplevel;
GDBusConnection *system_bus;
@@ -82,10 +82,10 @@
panel->priv = NETWORK_PANEL_PRIVATE (panel);
g_resources_register (cc_network_get_resource ());
-@@ -1455,4 +1463,32 @@ cc_network_panel_init (CcNetworkPanel *panel)
+@@ -1458,4 +1466,32 @@ cc_network_panel_init (CcNetworkPanel *panel)
widget = GTK_WIDGET (gtk_builder_get_object (panel->priv->builder,
"vbox1"));
- gtk_widget_reparent (widget, (GtkWidget *) panel);
+ gtk_container_add (GTK_CONTAINER (panel), widget);
+
+ /* check the polkit authentication */
+ panel->priv->default_private = TRUE;
@@ -129,10 +129,10 @@
#endif /* _CC_NETWORK_PANEL_H */
diff --git a/panels/network/net-device-mobile.c
b/panels/network/net-device-mobile.c
-index 6c35524..e3abcd6 100644
+index dad3a4a..c671637 100644
--- a/panels/network/net-device-mobile.c
+++ b/panels/network/net-device-mobile.c
-@@ -148,12 +148,15 @@ mobile_connection_changed_cb (GtkComboBox *combo_box,
NetDeviceMobile *device_mo
+@@ -141,12 +141,15 @@ mobile_connection_changed_cb (GtkComboBox *combo_box,
NetDeviceMobile *device_mo
COLUMN_ID, &object_path,
-1);
if (g_strcmp0 (object_path, NULL) == 0) {
@@ -150,10 +150,10 @@
}
diff --git a/panels/network/net-device-wifi.c
b/panels/network/net-device-wifi.c
-index 397d556..6851bf8 100644
+index 49a79a8..da488c5 100644
--- a/panels/network/net-device-wifi.c
+++ b/panels/network/net-device-wifi.c
-@@ -704,6 +704,9 @@ wireless_try_to_connect (NetDeviceWifi *device_wifi,
+@@ -696,6 +696,9 @@ wireless_try_to_connect (NetDeviceWifi *device_wifi,
NMDevice *device;
NMSettingWireless *setting_wireless;
NMClient *client;
@@ -163,7 +163,7 @@
if (device_wifi->priv->updating_device)
goto out;
-@@ -755,10 +758,21 @@ wireless_try_to_connect (NetDeviceWifi *device_wifi,
+@@ -747,10 +750,21 @@ wireless_try_to_connect (NetDeviceWifi *device_wifi,
/* create one, as it's missing */
g_debug ("no existing connection found for %s, creating",
ssid_target);
@@ -186,7 +186,7 @@
device, ap_object_path,
connection_add_activate_cb, device_wifi);
} else {
-@@ -972,6 +986,7 @@ start_shared_connection (NetDeviceWifi *device_wifi)
+@@ -965,6 +979,7 @@ start_shared_connection (NetDeviceWifi *device_wifi)
GSList *l;
NMClient *client;
const char *mode;
@@ -194,7 +194,7 @@
device = net_device_get_nm_device (NET_DEVICE (device_wifi));
g_assert (nm_device_get_device_type (device) == NM_DEVICE_TYPE_WIFI);
-@@ -1008,6 +1023,14 @@ start_shared_connection (NetDeviceWifi *device_wifi)
+@@ -1001,6 +1016,14 @@ start_shared_connection (NetDeviceWifi *device_wifi)
"id", "Hotspot",
"autoconnect", FALSE,
NULL);
++++++ gnome-control-center-3.10.0.tar.xz -> gnome-control-center-3.10.1.tar.xz
++++++
/work/SRC/openSUSE:13.1/gnome-control-center/gnome-control-center-3.10.0.tar.xz
/work/SRC/openSUSE:13.1/.gnome-control-center.new/gnome-control-center-3.10.1.tar.xz
differ: char 25, line 1
++++++ gnome-control-center-linker.patch ++++++
>From 0d6bccaf4ded90bd89f56eec849511d20ae714ab Mon Sep 17 00:00:00 2001
From: Kalev Lember <[email protected]>
Date: Wed, 16 Oct 2013 10:01:36 +0000
Subject: background: Fix test-chooser-dialog build with some linkers
List missing libs for the libbackground-chooser.la convenience library.
https://bugzilla.gnome.org/show_bug.cgi?id=709302
---
diff --git a/panels/background/Makefile.am b/panels/background/Makefile.am
index f24f8b3..2766207 100644
--- a/panels/background/Makefile.am
+++ b/panels/background/Makefile.am
@@ -40,6 +40,8 @@ libbackground_chooser_la_SOURCES = \
bg-colors-source.c \
bg-colors-source.h
+libbackground_chooser_la_LIBADD = $(PANEL_LIBS) $(BACKGROUND_PANEL_LIBS)
+
libbackground_la_SOURCES = \
cc-background-panel.c \
cc-background-panel.h
--
cgit v0.9.2
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]