diff --git a/gnome-control-center-3.19.92.tar.xz b/gnome-control-center-3.19.92.tar.xz deleted file mode 100644 index 0d661e7..0000000 --- a/gnome-control-center-3.19.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac76c224a9f802fe0eead24881a8019aa0ac0c04684dc738bd4eeb42b73fbc49 -size 7150664 diff --git a/gnome-control-center-3.20.0.tar.xz b/gnome-control-center-3.20.0.tar.xz new file mode 100644 index 0000000..8c6622c --- /dev/null +++ b/gnome-control-center-3.20.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e7307612e244a8ba15a3bb5dc0d12a043b93381a3939515e585558b064d683 +size 7131980 diff --git a/gnome-control-center-890979-change-remote-passwd.patch b/gnome-control-center-890979-change-remote-passwd.patch new file mode 100644 index 0000000..af2c324 --- /dev/null +++ b/gnome-control-center-890979-change-remote-passwd.patch @@ -0,0 +1,14 @@ +diff -Nur gnome-control-center-3.10.3.bak/panels/user-accounts/um-user-panel.c gnome-control-center-3.10.3/panels/user-accounts/um-user-panel.c +--- gnome-control-center-3.10.3.bak/panels/user-accounts/um-user-panel.c 2014-09-24 06:25:22.293935423 +0800 ++++ gnome-control-center-3.10.3/panels/user-accounts/um-user-panel.c 2014-09-24 06:27:53.801939024 +0800 +@@ -687,7 +687,10 @@ + + widget = get_widget (d, "account-password-button"); + um_editable_button_set_text (UM_EDITABLE_BUTTON (widget), get_password_mode_text (user)); ++/* Enable the remote account also. + enable = act_user_is_local_account (user); ++*/ ++ enable = TRUE; + gtk_widget_set_sensitive (widget, enable); + + widget = get_widget (d, "autologin-switch"); diff --git a/gnome-control-center.changes b/gnome-control-center.changes index a9808fd..6e3116d 100644 --- a/gnome-control-center.changes +++ b/gnome-control-center.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Mar 21 14:45:14 UTC 2016 - dimstar@opensuse.org + +- Update to version 3.20.0: + + Updated translations. + +------------------------------------------------------------------- +Sun Mar 20 15:31:11 UTC 2016 - fezhang@suse.com + +- Add gnome-control-center-890979-change-remote-passwd.patch: Enable + remote user to change password in user panel (bsc#890979). + ------------------------------------------------------------------- Thu Mar 17 14:37:24 UTC 2016 - dimstar@opensuse.org diff --git a/gnome-control-center.spec b/gnome-control-center.spec index b564573..c1721f6 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -29,17 +29,16 @@ %define with_cacert_patch 1 Name: gnome-control-center -Version: 3.19.92 +Version: 3.20.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.19/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-control-center/3.20/%{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-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 +# 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 Patch100: gnome-control-center-add-alacarte-for-sle.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 @@ -51,6 +50,8 @@ Patch15: gcc-private-connection.patch Patch16: gnome-control-center-probe-radius-server-cert.patch # PATCH-FEATURE-OPENSUSE gnome-control-center-follow-polkit-permissions-for-tz.patch boo#904058 badshah400@gmail.com -- Follow polkit permissions for allowing/locking timezone setting changes Patch17: gnome-control-center-follow-polkit-permissions-for-tz.patch +# PATCH-FIX-SLE gnome-control-center-890979-change-remote-passwd.patch bnc#890979 dliang@suse.com -- user: Enable remote user to change password in user panel +Patch18: gnome-control-center-890979-change-remote-passwd.patch BuildRequires: cups-devel BuildRequires: desktop-file-utils BuildRequires: fdupes @@ -195,6 +196,9 @@ translation-update-upstream %patch16 -p1 %endif %patch17 -p1 +%if ! 0%{?is_opensuse} +%patch18 -p1 +%endif #NEEDS-REBASE #patch14 -p1