Accepting request 1225815 from GNOME:Factory
- Only recommend xf86-input-libinput if xorg-x11-server is present: wayland does not rely on the xf86 drivers. - Update to version 47.2: + Power: - Fix possible invalid reads if backlight fails to initialize. - Handle broken upower more elegantly. - Test warning fixes. + Updated translations. (forwarded request 1225796 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1225815 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-settings-daemon?expand=0&rev=197
This commit is contained in:
commit
d7da3cf335
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git</param>
|
||||||
<param name="revision">47.1</param>
|
<param name="revision">47.2</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
BIN
gnome-settings-daemon-47.1.obscpio
(Stored with Git LFS)
BIN
gnome-settings-daemon-47.1.obscpio
(Stored with Git LFS)
Binary file not shown.
3
gnome-settings-daemon-47.2.obscpio
Normal file
3
gnome-settings-daemon-47.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5006ea1526976c949042e39f1bda6ba5f0a50eff17c4fb55585e7e3657707631
|
||||||
|
size 15339021
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 22 10:36:52 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Only recommend xf86-input-libinput if xorg-x11-server is present:
|
||||||
|
wayland does not rely on the xf86 drivers.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 21 22:17:00 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 47.2:
|
||||||
|
+ Power:
|
||||||
|
- Fix possible invalid reads if backlight fails to initialize.
|
||||||
|
- Handle broken upower more elegantly.
|
||||||
|
- Test warning fixes.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 15 21:57:28 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sun Sep 15 21:57:28 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: gnome-settings-daemon
|
name: gnome-settings-daemon
|
||||||
version: 47.1
|
version: 47.2
|
||||||
mtime: 1726434154
|
mtime: 1732213073
|
||||||
commit: 1d74286fc38483febffb935679ad9588a6b7321d
|
commit: 845133f6f859d234733fcff3c4166243de9cb18b
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
%define base_ver 47
|
%define base_ver 47
|
||||||
|
|
||||||
Name: gnome-settings-daemon
|
Name: gnome-settings-daemon
|
||||||
Version: 47.1
|
Version: 47.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Settings daemon for the GNOME desktop
|
Summary: Settings daemon for the GNOME desktop
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-only
|
License: GPL-2.0-or-later AND LGPL-2.1-only
|
||||||
@ -113,7 +113,7 @@ BuildRequires: pkgconfig(wayland-client)
|
|||||||
%endif
|
%endif
|
||||||
Recommends: iio-sensor-proxy
|
Recommends: iio-sensor-proxy
|
||||||
# g-s-d only support configurtion of libinput based pointer drivers now.
|
# g-s-d only support configurtion of libinput based pointer drivers now.
|
||||||
Recommends: xf86-input-libinput
|
Recommends: (xf86-input-libinput if xorg-x11-server)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
gnome-settings-daemon provides a daemon run by all GNOME sessions to
|
gnome-settings-daemon provides a daemon run by all GNOME sessions to
|
||||||
|
Loading…
Reference in New Issue
Block a user