From e8fe8e09d8c54abe4be06877de443f7185e5f851c552f12cca5c1947cb8987ee Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 24 Sep 2013 21:39:53 +0000 Subject: [PATCH] Accepting request 200459 from home:dimstar:branches:GNOME:Factory Update to 3.10.0 OBS-URL: https://build.opensuse.org/request/show/200459 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=216 --- gnome-control-center-3.10.0.tar.xz | 3 +++ gnome-control-center-3.9.92.tar.xz | 3 --- gnome-control-center.changes | 11 +++++++++++ gnome-control-center.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) create mode 100644 gnome-control-center-3.10.0.tar.xz delete mode 100644 gnome-control-center-3.9.92.tar.xz diff --git a/gnome-control-center-3.10.0.tar.xz b/gnome-control-center-3.10.0.tar.xz new file mode 100644 index 0000000..7b885f9 --- /dev/null +++ b/gnome-control-center-3.10.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea74d87e255308f130039a9afab548ae0416e2c96e69adfc7c794d1775f1474f +size 6837440 diff --git a/gnome-control-center-3.9.92.tar.xz b/gnome-control-center-3.9.92.tar.xz deleted file mode 100644 index ff86489..0000000 --- a/gnome-control-center-3.9.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77f477d80734f5dad5f7dd617737b1615c654df79f9fb0840e76383e00c00a61 -size 6800740 diff --git a/gnome-control-center.changes b/gnome-control-center.changes index 58e6e87..f27877d 100644 --- a/gnome-control-center.changes +++ b/gnome-control-center.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Sep 24 13:42:05 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.10.0: + + Bluetooth: + - Fix crash when exiting during a connection. + + Display: + - Add an option to turn off a particular display. + + Universal Access: + - Fix non-expanding sliders in zoom options. + ------------------------------------------------------------------- Sun Sep 22 13:25:12 UTC 2013 - dimstar@opensuse.org diff --git a/gnome-control-center.spec b/gnome-control-center.spec index 23f4244..de5adf3 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -20,14 +20,14 @@ %define with_ibus 1 Name: gnome-control-center -Version: 3.9.92 +Version: 3.10.0 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 License: GPL-2.0+ Group: System/GUI/GNOME Url: http://www.gnome.org -Source: http://download.gnome.org/sources/gnome-control-center/3.9/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-control-center/3.10/%{name}-%{version}.tar.xz # PATCH-FEATURE-OPENSUSE gnome-control-center-allow-yast-in-shell.patch vuntz@opensuse.org -- Allow the launch of the yast shell from the g-c-c shell; it's quite ugly, but on the other hand, we don't want to change the behavior of the shell except for yast... Patch0: gnome-control-center-allow-yast-in-shell.patch # PATCH-NEEDS-REBASE gnome-control-center-system-proxy-configuration.patch -- this needs to be reimplemented to be more distro-generic before submitting upstream - docs at http://en.opensuse.org/GNOME/Proxy_configuration (was PATCH-FEATURE-OPENSUSE)