forked from pool/gnome-settings-daemon
Accepting request 1080154 from GNOME:Next
- Update to version 44.1: + Build improvements + Power: - Connect to light sensor asynchronously - Initialize check for VM environment earlier + Rfkill: Monitor WwanEnabled property changes properly + Smartcards: Check for the addition of new smartcard readers + Xsettings: Do not force deprecated High Contrast icon theme + Updated translations. - Use autopatch. OBS-URL: https://build.opensuse.org/request/show/1080154 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=399
This commit is contained in:
parent
91e4f4e6bf
commit
c7ed8b3103
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b417ada1c1342a8cf29837ecf2dec9bdcdb754235b1a161b6435c3d11f210999
|
||||
size 1464004
|
BIN
gnome-settings-daemon-44.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
gnome-settings-daemon-44.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 18 14:40:35 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 44.1:
|
||||
+ Build improvements
|
||||
+ Power:
|
||||
- Connect to light sensor asynchronously
|
||||
- Initialize check for VM environment earlier
|
||||
+ Rfkill: Monitor WwanEnabled property changes properly
|
||||
+ Smartcards: Check for the addition of new smartcard readers
|
||||
+ Xsettings: Do not force deprecated High Contrast icon theme
|
||||
+ Updated translations.
|
||||
- Use autopatch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 09:26:05 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
%define base_ver 44
|
||||
|
||||
Name: gnome-settings-daemon
|
||||
Version: 44.0
|
||||
Version: 44.1
|
||||
Release: 0
|
||||
Summary: Settings daemon for the GNOME desktop
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-only
|
||||
@ -142,15 +142,11 @@ contact the settings daemon via its DBus interface.
|
||||
|
||||
%prep
|
||||
%autosetup -N
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%autopatch -p1 -M 999
|
||||
|
||||
# Enable the patches for both Leap 15 and SLE 15, please find the clarification at bsc#1158476.
|
||||
%if 0%{?sle_version} >= 150000
|
||||
%patch1000 -p1
|
||||
%patch1001 -p1
|
||||
%patch1002 -p1
|
||||
%autopatch -p1 -m 1000
|
||||
%endif
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user