From e2245a3734df52e4465da2f73e027c0778a5b09f00df97217c499ef3c2d9b457 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 7 Nov 2017 09:41:10 +0000 Subject: [PATCH 1/2] Accepting request 538442 from GNOME:Next - Update to version 3.26.2: + Housekeeping: - Ignore more virtual file systems (bgo#788879). - Fix the Empty Trash button in Settings not working (bgo#737624). + Media-keys: Fix custom binding command changes not getting applied (bgo#789782). + Minor cleanups. + Updated translations. OBS-URL: https://build.opensuse.org/request/show/538442 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=313 --- gnome-settings-daemon-3.26.1.tar.xz | 3 --- gnome-settings-daemon-3.26.2.tar.xz | 3 +++ gnome-settings-daemon.changes | 13 +++++++++++++ gnome-settings-daemon.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 gnome-settings-daemon-3.26.1.tar.xz create mode 100644 gnome-settings-daemon-3.26.2.tar.xz diff --git a/gnome-settings-daemon-3.26.1.tar.xz b/gnome-settings-daemon-3.26.1.tar.xz deleted file mode 100644 index 3812943..0000000 --- a/gnome-settings-daemon-3.26.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:711ac9bad06f6a4225f5eb2f4796474662f81f7077e16a4b7ee7ab974b65d893 -size 1590400 diff --git a/gnome-settings-daemon-3.26.2.tar.xz b/gnome-settings-daemon-3.26.2.tar.xz new file mode 100644 index 0000000..8c4330e --- /dev/null +++ b/gnome-settings-daemon-3.26.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3d156b35e03fa3c28fddd0321f6726082a711973dee2af686370faae2e75e4 +size 1589696 diff --git a/gnome-settings-daemon.changes b/gnome-settings-daemon.changes index 22659a6..ace04f6 100644 --- a/gnome-settings-daemon.changes +++ b/gnome-settings-daemon.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Nov 2 15:48:05 UTC 2017 - fezhang@suse.com + +- Update to version 3.26.2: + + Housekeeping: + - Ignore more virtual file systems (bgo#788879). + - Fix the Empty Trash button in Settings not working + (bgo#737624). + + Media-keys: Fix custom binding command changes not getting + applied (bgo#789782). + + Minor cleanups. + + Updated translations. + ------------------------------------------------------------------- Sat Oct 28 03:30:30 CEST 2017 - hpj@opensuse.org diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec index 62fb8d7..02acc45 100644 --- a/gnome-settings-daemon.spec +++ b/gnome-settings-daemon.spec @@ -27,7 +27,7 @@ %bcond_without wacom %endif Name: gnome-settings-daemon -Version: 3.26.1 +Version: 3.26.2 Release: 0 Summary: Settings daemon for the GNOME desktop License: GPL-2.0+ From d7c9100740efecd52d58145255941a22a495463a8e35391e3dfdbb9054a1639d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 8 Nov 2017 10:19:24 +0000 Subject: [PATCH 2/2] Accepting request 539787 from home:jengelh:branches:GNOME:Factory - Avoid running fdupes across hardlink boundaries. - Fix an error in the description. OBS-URL: https://build.opensuse.org/request/show/539787 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=314 --- gnome-settings-daemon.changes | 6 ++++++ gnome-settings-daemon.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gnome-settings-daemon.changes b/gnome-settings-daemon.changes index ace04f6..7782bc7 100644 --- a/gnome-settings-daemon.changes +++ b/gnome-settings-daemon.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 8 08:39:19 UTC 2017 - jengelh@inai.de + +- Avoid running fdupes across hardlink boundaries. +- Fix an error in the description. + ------------------------------------------------------------------- Thu Nov 2 15:48:05 UTC 2017 - fezhang@suse.com diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec index 02acc45..6fbfa85 100644 --- a/gnome-settings-daemon.spec +++ b/gnome-settings-daemon.spec @@ -131,7 +131,7 @@ them as well as basic services like a clipboard manager, controlling the startup of the screensaver, etc. This module was previously part of GNOME Control Center, but has been -splitted from it for a more general use. +split for a more general use. %package devel Summary: Development package for the GNOME settings daemon @@ -194,7 +194,7 @@ rm %{buildroot}%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Wacom.deskt find %{buildroot} -type f -name "*.la" -delete -print %find_lang %{name} %{?no_lang_C} -%fdupes %{buildroot} +%fdupes %{buildroot}/%{_prefix} %files %doc AUTHORS COPYING ChangeLog NEWS