From c7ed8b31032f6ab93cb89d96229567bcac8ff4af9f8e6447e95034f5d21f24ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 18 Apr 2023 21:32:42 +0000 Subject: [PATCH] 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 --- gnome-settings-daemon-44.0.tar.xz | 3 --- gnome-settings-daemon-44.1.tar.xz | 3 +++ gnome-settings-daemon.changes | 14 ++++++++++++++ gnome-settings-daemon.spec | 10 +++------- 4 files changed, 20 insertions(+), 10 deletions(-) delete mode 100644 gnome-settings-daemon-44.0.tar.xz create mode 100644 gnome-settings-daemon-44.1.tar.xz diff --git a/gnome-settings-daemon-44.0.tar.xz b/gnome-settings-daemon-44.0.tar.xz deleted file mode 100644 index fd01d65..0000000 --- a/gnome-settings-daemon-44.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b417ada1c1342a8cf29837ecf2dec9bdcdb754235b1a161b6435c3d11f210999 -size 1464004 diff --git a/gnome-settings-daemon-44.1.tar.xz b/gnome-settings-daemon-44.1.tar.xz new file mode 100644 index 0000000..107b30d --- /dev/null +++ b/gnome-settings-daemon-44.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12653b72d81f151300a47d700ac9410ac1bcce38e83f1bdd19cded2932943989 +size 1458612 diff --git a/gnome-settings-daemon.changes b/gnome-settings-daemon.changes index e2b90ef..39c28bf 100644 --- a/gnome-settings-daemon.changes +++ b/gnome-settings-daemon.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Apr 18 14:40:35 UTC 2023 - Bjørn Lie + +- 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 diff --git a/gnome-settings-daemon.spec b/gnome-settings-daemon.spec index 51e4949..38c4613 100644 --- a/gnome-settings-daemon.spec +++ b/gnome-settings-daemon.spec @@ -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