Hello community,
here is the log from the commit of package gnome-settings-daemon for
openSUSE:Factory checked in at 2020-04-23 18:27:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-settings-daemon (Old)
and /work/SRC/openSUSE:Factory/.gnome-settings-daemon.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-settings-daemon"
Thu Apr 23 18:27:06 2020 rev:165 rq:795215 version:3.36.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-settings-daemon/gnome-settings-daemon.changes
2020-01-28 10:50:37.456711493 +0100
+++
/work/SRC/openSUSE:Factory/.gnome-settings-daemon.new.2738/gnome-settings-daemon.changes
2020-04-23 18:27:10.155712453 +0200
@@ -1,0 +2,60 @@
+Sat Apr 11 21:46:16 UTC 2020 - Bjørn Lie <[email protected]>
+
+- Enable testsuite: Add python3-gobject-devel and
+ python3-python-dbusmock BuildRequires and check section, and pass
+ meson_test macro, run the testsuite during build.
+
+-------------------------------------------------------------------
+Wed Mar 11 00:20:04 UTC 2020 - [email protected]
+
+- Update to version 3.36.0:
+ + Updated translations.
+
+-------------------------------------------------------------------
+Mon Mar 2 13:35:36 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Update to version 3.35.92:
+ + CI improvements
+ + Xsettings:
+ - Load scripts from /etc/xdg/Xwayland-session.d in order to
+ lazily set up X11 sessions for wayland (e.g. Xwayland being
+ raised on demand)
+ - Delegate on gnome-shell to enable/disable animations
+ + Sharing: Drop support for vino. It is replaced by the windowing
+ agnostic gnome-remote-desktop in other places of the stack.
+ + Wacom: Fix build without wayland.
+ + Housekeeping:
+ - Use atime instead of mtime in thumbnail cleaner.
+ - Avoid crossing into different filesystems in cleanup dirs.
+ + Power: Add missing error check to realpath call.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Tue Feb 18 16:54:23 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Update to version 3.35.91:
+ + Add capability to disable USB while the lockscreen is on.
+ + Power: Increase permissible runtime for some tests.
+ + Color: Look for builtin profiles in UEFI.
+ + Updated translations.
+
+-------------------------------------------------------------------
+Wed Feb 12 21:03:06 CET 2020 - [email protected]
+
+- Update to version 3.35.0:
+ + Lower systemd stop timeout.
+ + Media-keys:
+ - Add volume step configuration key.
+ - Make brightness a 0.0..1.0 float in DBus.
+ - Let the screenshot service handle saving to clipboard.
+ - Fix crash on old settings migration.
+ - Skip volume-change feedback while playing.
+ + Power:
+ - Fix rounding of brightness value.
+ - Use logind helper to change backlight brightness.
+ + Smartcard:
+ - Change manager to non-blocking.
+ - Use correct parent type for structs.
+- Switch back to regular release tarballs.
+
+-------------------------------------------------------------------
Old:
----
_service
_servicedata
gnome-settings-daemon-3.34.2+0.obscpio
gnome-settings-daemon.obsinfo
New:
----
gnome-settings-daemon-3.36.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-settings-daemon.spec ++++++
--- /var/tmp/diff_new_pack.Y6z73f/_old 2020-04-23 18:27:11.315714674 +0200
+++ /var/tmp/diff_new_pack.Y6z73f/_new 2020-04-23 18:27:11.319714681 +0200
@@ -28,13 +28,13 @@
%endif
Name: gnome-settings-daemon
-Version: 3.34.2+0
+Version: 3.36.0
Release: 0
Summary: Settings daemon for the GNOME desktop
License: GPL-2.0-or-later AND LGPL-2.1-only
Group: System/GUI/GNOME
URL: https://gitlab.gnome.org/GNOME/gnome-settings-daemon
-Source0: %{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gnome-settings-daemon/3.36/%{name}-%{version}.tar.xz
# PATCH-FIX-OPENSUSE gnome-settings-daemon-initial-keyboard.patch bsc#979051
boo#1009515 [email protected] -- Deal with the default keyboard being set from
xkb instead of GNOME
Patch1: gnome-settings-daemon-initial-keyboard.patch
@@ -71,7 +71,7 @@
BuildRequires: pkgconfig(gio-unix-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.56
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.11.1
-BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.33.0
+BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.35.91
BuildRequires: pkgconfig(gtk+-3.0) >= 3.15.3
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(gweather-3.0) >= 3.9.5
@@ -95,6 +95,10 @@
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xi)
BuildRequires: pkgconfig(xkbfile)
+# Needed for tests
+BuildRequires: python3-gobject-devel
+BuildRequires: python3-python-dbusmock
+#
Requires: gsettings-desktop-schemas
# g-s-d uses the pkexec binary
Requires: polkit
@@ -175,6 +179,9 @@
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}/%{_prefix}
+%check
+%meson_test
+
%files
%license COPYING COPYING.LIB
%doc NEWS
@@ -271,6 +278,8 @@
%{_libexecdir}/gnome-settings-daemon-3.0/gsd-wacom-oled-helper
%{_libexecdir}/gnome-settings-daemon-3.0/gsd-wacom
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Wacom.desktop
+%dir %{_sysconfdir}/xdg/Xwayland-session.d
+%{_sysconfdir}/xdg/Xwayland-session.d/00-xrdb
%{_userunitdir}/gsd-wacom.service
%{_userunitdir}/gsd-wacom.target
%endif
@@ -278,6 +287,10 @@
%{_userunitdir}/gnome-session-initialized.target.wants/
%dir %{_userunitdir}/gnome-session-x11-services.target.wants/
%{_userunitdir}/gnome-session-x11-services.target.wants/gsd-xsettings.target
+%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.UsbProtection.desktop
+%{_userunitdir}/gsd-usb-protection.service
+%{_userunitdir}/gsd-usb-protection.target
+%{_libexecdir}/gnome-settings-daemon-3.0/gsd-usb-protection
%files devel
%doc AUTHORS ChangeLog