From 5cf73e3a2c968482af1856c8eb8d21ee14c7e3fdc35dbbf9e80eec73b31e4887 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 20 Sep 2016 18:38:25 +0000 Subject: [PATCH] Accepting request 429026 from GNOME:Next Update to 3.22.0 OBS-URL: https://build.opensuse.org/request/show/429026 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=334 --- gnome-control-center-3.21.92.tar.xz | 3 --- gnome-control-center-3.22.0.tar.xz | 3 +++ gnome-control-center.changes | 16 ++++++++++++++++ gnome-control-center.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 gnome-control-center-3.21.92.tar.xz create mode 100644 gnome-control-center-3.22.0.tar.xz diff --git a/gnome-control-center-3.21.92.tar.xz b/gnome-control-center-3.21.92.tar.xz deleted file mode 100644 index 8ab6f37..0000000 --- a/gnome-control-center-3.21.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5579fb61ce1eae6ddce81bc953ec9cb0fae314d84246b74f6af1c27224ef97a0 -size 7214196 diff --git a/gnome-control-center-3.22.0.tar.xz b/gnome-control-center-3.22.0.tar.xz new file mode 100644 index 0000000..66f1638 --- /dev/null +++ b/gnome-control-center-3.22.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d264ae919aeeb27987dcdd5af5577fad0590e1f184f506b563c89f356aab5052 +size 7258436 diff --git a/gnome-control-center.changes b/gnome-control-center.changes index 0a37761..b21ddb2 100644 --- a/gnome-control-center.changes +++ b/gnome-control-center.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Sep 20 16:06:53 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.22.0: + + Network: + - Only show a gateway entry for the first IPv4 address, + NetworkManager ignored every subsequent ones, but we still + had a UI for those. + - Fix application of the default gateway. + - Fix possible crashes when editing IPv4 gateways or routes. + + Power: + - Fix "automatic suspend" label not taking batteries into + account. + - Fix initial state of the Wi-Fi switch. + + Updated translations. + ------------------------------------------------------------------- Sun Sep 18 05:47:23 UTC 2016 - fezhang@suse.com diff --git a/gnome-control-center.spec b/gnome-control-center.spec index 06c8ee0..d2299c9 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -29,13 +29,13 @@ %define with_cacert_patch 0 Name: gnome-control-center -Version: 3.21.92 +Version: 3.22.0 Release: 0 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.21/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-control-center/3.22/%{name}-%{version}.tar.xz # PATCH-FEATURE-OPENSUSE gnome-control-center-allow-extra-tools-in-shell.patch fezhang@suse.com -- Add dconf-editor, gnome-tweak-tool, pkg-prefs, itweb-settings, tracker-preferences and Yast to g-c-c. Patch0: gnome-control-center-allow-extra-tools-in-shell.patch # PATCH-FEATURE-SLE gnome-control-center-add-alacarte-for-sle.patch badshah400@gmail.com -- Add back alacarte for SLE since they require it for their classic mode, on the other hand for TW and other openSUSE versions it should be enough that alacarte is still available from shell overview, just not in the g-c-c shell. This patch must be applied only if required and then immediately after gnome-control-center-allow-extra-tools-in-shell.patch