forked from pool/gnome-settings-daemon
Accepting request 799176 from GNOME:Factory
- Remove unecessary conditional BuildRequires pkgconfig(udev), Tumbleweed needs it as well from 3.27.90. Meanwhile an explict unconditional BuildRequires pkgconfig(udev) has been already stated in spec a couple of lines before the removal. - Recommends iio-sensor-proxy and xf86-input-libinput to both openSUSE and SLE (jsc#SLE-11710). The condition does not make sense today when gnome-settings-daemon 3.34 and above are only built on SLE/Leap 15 and above. (forwarded request 799142 from yfjiang) OBS-URL: https://build.opensuse.org/request/show/799176 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-settings-daemon?expand=0&rev=166
This commit is contained in:
commit
94d80ebda4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fa2ff032ec6c59e4c4ca66c61a29f4ba4b9820496625fc343bfa12291cfaad49
|
|
||||||
size 1412700
|
|
3
gnome-settings-daemon-3.36.1.tar.xz
Normal file
3
gnome-settings-daemon-3.36.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3e33dbd319b562a5ab602dcab6de3ca81b85f8346672e90ec632b36bbf15ee4b
|
||||||
|
size 1415080
|
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 30 05:28:07 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.36.1:
|
||||||
|
+ Media-keys: Do not consider sound feedback a reason to inhibit
|
||||||
|
sound feedback.
|
||||||
|
+ Print-notification: Fix a minor warning on shutdown.
|
||||||
|
+ Sharing: Do not warn after starting/stopping nonexistent
|
||||||
|
services.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 29 03:15:16 UTC 2020 - Yifan Jiang <yfjiang@suse.com>
|
||||||
|
|
||||||
|
- Remove unecessary conditional BuildRequires pkgconfig(udev),
|
||||||
|
Tumbleweed needs it as well from 3.27.90. Meanwhile an explict
|
||||||
|
unconditional BuildRequires pkgconfig(udev) has been already
|
||||||
|
stated in spec a couple of lines before the removal.
|
||||||
|
|
||||||
|
- Recommends iio-sensor-proxy and xf86-input-libinput to both
|
||||||
|
openSUSE and SLE (jsc#SLE-11710). The condition does not make
|
||||||
|
sense today when gnome-settings-daemon 3.34 and above are only
|
||||||
|
built on SLE/Leap 15 and above.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 11 21:46:16 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sat Apr 11 21:46:16 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: gnome-settings-daemon
|
Name: gnome-settings-daemon
|
||||||
Version: 3.36.0
|
Version: 3.36.1
|
||||||
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
|
||||||
@ -107,19 +107,12 @@ Recommends: nautilus
|
|||||||
%if %{with wacom}
|
%if %{with wacom}
|
||||||
BuildRequires: pkgconfig(libwacom) >= 0.7
|
BuildRequires: pkgconfig(libwacom) >= 0.7
|
||||||
%endif
|
%endif
|
||||||
%if !0%{?is_opensuse}
|
|
||||||
# For directory ownership. No longer needed in TW, since filesystem package
|
|
||||||
# now owns
|
|
||||||
BuildRequires: pkgconfig(udev)
|
|
||||||
%endif
|
|
||||||
%if %{with wayland}
|
%if %{with wayland}
|
||||||
BuildRequires: pkgconfig(wayland-client)
|
BuildRequires: pkgconfig(wayland-client)
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?is_opensuse} || 0%{?suse_version} == 1500
|
|
||||||
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
|
||||||
%endif
|
|
||||||
|
|
||||||
%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