diff --git a/gnome-control-center-3.13.91.tar.xz b/gnome-control-center-3.13.91.tar.xz deleted file mode 100644 index 60d1a60..0000000 --- a/gnome-control-center-3.13.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:709d744bfa2c50b6cb0eb593bba7132e1d8cafcf1c090caa8efe5caddba8921a -size 6908996 diff --git a/gnome-control-center-3.14.0.tar.xz b/gnome-control-center-3.14.0.tar.xz new file mode 100644 index 0000000..56e8d4f --- /dev/null +++ b/gnome-control-center-3.14.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a476da984e05b8e5252f2b4f014b30101680e097e5c27697bbfed013c7ba3bc1 +size 6930332 diff --git a/gnome-control-center-hide-firewall-zone-entry.patch b/gnome-control-center-hide-firewall-zone-entry.patch new file mode 100644 index 0000000..7cd9a2e --- /dev/null +++ b/gnome-control-center-hide-firewall-zone-entry.patch @@ -0,0 +1,83 @@ +From 889ce41e87872377b6f728fadd0e0ffaa927406a Mon Sep 17 00:00:00 2001 +From: Felix Zhang +Date: Thu, 11 Sep 2014 16:07:43 +0800 +Subject: [PATCH] bnc894394 hide firewall zone entry + +The Firewall Zone entry is only activated if firewalld package is installed. +As openSUSE doesn't have this package, the entry never works. So removing the +entry to avoid confusions. +--- + panels/network/connection-editor/ethernet-page.ui | 4 ++-- + panels/network/connection-editor/vpn-page.ui | 4 ++-- + panels/network/connection-editor/wifi-page.ui | 4 ++-- + 3 files changed, 6 insertions(+), 6 deletions(-) + +diff --git a/panels/network/connection-editor/ethernet-page.ui b/panels/network/connection-editor/ethernet-page.ui +index 59d1a35..f6f604e 100644 +--- a/panels/network/connection-editor/ethernet-page.ui ++++ b/panels/network/connection-editor/ethernet-page.ui +@@ -264,7 +264,7 @@ + + + +- True ++ False + False + 1 + Firewall _Zone +@@ -280,7 +280,7 @@ + + + +- True ++ False + False + 0 + 1 +diff --git a/panels/network/connection-editor/vpn-page.ui b/panels/network/connection-editor/vpn-page.ui +index dea9a4a..c0f5e92 100644 +--- a/panels/network/connection-editor/vpn-page.ui ++++ b/panels/network/connection-editor/vpn-page.ui +@@ -57,7 +57,7 @@ + 6 + + +- True ++ False + False + Firewall _Zone + True +@@ -71,7 +71,7 @@ + + + +- True ++ False + False + 0 + 1 +diff --git a/panels/network/connection-editor/wifi-page.ui b/panels/network/connection-editor/wifi-page.ui +index 3986015..bb154da 100644 +--- a/panels/network/connection-editor/wifi-page.ui ++++ b/panels/network/connection-editor/wifi-page.ui +@@ -174,7 +174,7 @@ + + + +- True ++ False + False + 1 + Firewall _Zone +@@ -190,7 +190,7 @@ + + + +- True ++ False + False + 0 + 1 +-- +1.7.12.4 + diff --git a/gnome-control-center.changes b/gnome-control-center.changes index 8ee36e0..623212f 100644 --- a/gnome-control-center.changes +++ b/gnome-control-center.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Wed Sep 24 04:53:24 UTC 2014 - badshah400@gmail.com + +- Add explicit libgnomekbd Requires to fix issue with keyboard + layout utility not showing up when "Show keyboard layout" is + chosen from control-center or top-bar (boo#898096). + +------------------------------------------------------------------- +Mon Sep 22 17:09:55 UTC 2014 - zaitor@opensuse.org + +- Update to version 3.14.0: + + Fix restart notifications' text getting clipped under some + translations. + + Updated translations +- Drop gnome-control-center-bg-translation.patch: Fixed upstream.. + +------------------------------------------------------------------- +Sun Sep 21 14:26:20 UTC 2014 - fezhang@suse.com + +- Add gnome-control-center-allow-extra-tools-in-shell.patch: Hide + Firewall zone entry in Network panel (bnc#894394). The Firewall + Zone entry is only activated if firewalld package is installed. + As openSUSE doesn't have this package, the entry never works. + So removing the entry to avoid confusions. + +------------------------------------------------------------------- +Tue Sep 16 20:09:22 UTC 2014 - dimstar@opensuse.org + +- Update to version 3.13.92: + + Background: + - Fix background chooser dialog resizing when switching views. + - Use a stack with three views for the chooser dialog. + - Fix memory leak in Flickr support. + + Date & Time: Don't hard-code font size. + + Keyboard: Fix a crash if the WM changes (or restarts). + + Network: + - Fix possible crash when wireless-enabled changes. + - Fix more potential crashers for WWAN. + - Report hotspot is running only if device is active. + - Really hide all of the virtualisation bridges. + - Don't show underlying device for VPN connections. + + Sharing: Fix empty folder list by default. + + User Accounts: + - Fix various UI padding issues. + - Fix focus in the account dialog. + + Updated libgd to fix GdNotification theming + + Updated translations. +- Add gnome-control-center-bg-translation.patch: Fix Bulgarian + translation for Sharing desktop file. + ------------------------------------------------------------------- Sun Sep 7 11:55:48 UTC 2014 - zaitor@opensuse.org diff --git a/gnome-control-center.spec b/gnome-control-center.spec index ee851b7..3fa2630 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -27,16 +27,18 @@ %endif Name: gnome-control-center -Version: 3.13.91 +Version: 3.14.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.13/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-control-center/3.14/%{name}-%{version}.tar.xz # PATCH-FEATURE-OPENSUSE gnome-control-center-allow-extra-tools-in-shell.patch fezhang@suse.com -- Add dconf-editor, pkg-prefs, gnome-tweak-tool and tracker-preferences to gnome-control-center-allow-yast-in-shell.patch so that they can launch from g-c-c shell like YaST does. Also change the patch with a more generic name. Patch0: gnome-control-center-allow-extra-tools-in-shell.patch +# PATCH-FEATURE-OPENSUSE gnome-control-center-hide-firewall-zone-entry.patch bnc#894394 fezhang@suse.com -- network: hide the firewall zone entry for firewalld, which is not used in opensuse +Patch1: gnome-control-center-hide-firewall-zone-entry.patch # 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... Patch14: gnome-control-center-system-proxy-configuration.patch # PATCH-FIX-UPSTREAM gcc-private-connection.patch bnc#751211 bgo#646187 dimstar@opensuse.org -- network: create private connections if the user if not authorized @@ -110,6 +112,8 @@ Requires: gnome-settings-daemon Requires: gnome-themes-accessibility Requires: gnome-version Requires: iso-codes +# Needed for showing keyboard layout, boo#898096 +Requires: libgnomekbd Requires: nautilus Recommends: %{name}-lang Recommends: %{name}-user-faces @@ -170,6 +174,7 @@ GNOME control center. %setup -q #ranslation-update-upstream %patch0 -p1 +%patch1 -p1 %patch15 -p1 %patch16 -p1 #NEEDS-REBASE