Accepting request 251885 from GNOME:Next

Push GNOME 3.14.0

OBS-URL: https://build.opensuse.org/request/show/251885
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=250
This commit is contained in:
Dominique Leuenberger 2014-09-25 07:51:58 +00:00 committed by Git OBS Bridge
parent 8d00d40d3b
commit 45f25de3c7
5 changed files with 143 additions and 5 deletions

View File

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

View File

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

View File

@ -0,0 +1,83 @@
From 889ce41e87872377b6f728fadd0e0ffaa927406a Mon Sep 17 00:00:00 2001
From: Felix Zhang <fezhang@suse.com>
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 @@
</child>
<child>
<object class="GtkLabel" id="heading_zone">
- <property name="visible">True</property>
+ <property name="visible">False</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Firewall _Zone</property>
@@ -280,7 +280,7 @@
</child>
<child>
<object class="GtkComboBoxText" id="combo_zone">
- <property name="visible">True</property>
+ <property name="visible">False</property>
<property name="can_focus">False</property>
<property name="entry_text_column">0</property>
<property name="id_column">1</property>
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 @@
<property name="spacing">6</property>
<child>
<object class="GtkLabel" id="heading_zone">
- <property name="visible">True</property>
+ <property name="visible">False</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Firewall _Zone</property>
<property name="use_underline">True</property>
@@ -71,7 +71,7 @@
</child>
<child>
<object class="GtkComboBoxText" id="combo_zone">
- <property name="visible">True</property>
+ <property name="visible">False</property>
<property name="can_focus">False</property>
<property name="entry_text_column">0</property>
<property name="id_column">1</property>
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 @@
</child>
<child>
<object class="GtkLabel" id="heading_zone">
- <property name="visible">True</property>
+ <property name="visible">False</property>
<property name="can_focus">False</property>
<property name="xalign">1</property>
<property name="label" translatable="yes">Firewall _Zone</property>
@@ -190,7 +190,7 @@
</child>
<child>
<object class="GtkComboBoxText" id="combo_zone">
- <property name="visible">True</property>
+ <property name="visible">False</property>
<property name="can_focus">False</property>
<property name="entry_text_column">0</property>
<property name="id_column">1</property>
--
1.7.12.4

View File

@ -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 Sun Sep 7 11:55:48 UTC 2014 - zaitor@opensuse.org

View File

@ -27,16 +27,18 @@
%endif %endif
Name: gnome-control-center Name: gnome-control-center
Version: 3.13.91 Version: 3.14.0
Release: 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) # 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 Summary: The GNOME Control Center
License: GPL-2.0+ License: GPL-2.0+
Group: System/GUI/GNOME Group: System/GUI/GNOME
Url: http://www.gnome.org 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. # 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 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... # 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 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 # 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-themes-accessibility
Requires: gnome-version Requires: gnome-version
Requires: iso-codes Requires: iso-codes
# Needed for showing keyboard layout, boo#898096
Requires: libgnomekbd
Requires: nautilus Requires: nautilus
Recommends: %{name}-lang Recommends: %{name}-lang
Recommends: %{name}-user-faces Recommends: %{name}-user-faces
@ -170,6 +174,7 @@ GNOME control center.
%setup -q %setup -q
#ranslation-update-upstream #ranslation-update-upstream
%patch0 -p1 %patch0 -p1
%patch1 -p1
%patch15 -p1 %patch15 -p1
%patch16 -p1 %patch16 -p1
#NEEDS-REBASE #NEEDS-REBASE