Accepting request 881136 from GNOME:Factory
GNOME 40 - here we come (forwarded request 880965 from dimstar) OBS-URL: https://build.opensuse.org/request/show/881136 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-settings-daemon?expand=0&rev=170
This commit is contained in:
commit
0173555d9a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e28121d91af82a2efa88f166d0c1e306c591f62f01ef7f553d48b6c13f070164
|
||||
size 1437096
|
3
gnome-settings-daemon-40.0.tar.xz
Normal file
3
gnome-settings-daemon-40.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3168081d6a7ea757d77deeaaa33a916081f03fa334c1e70db415fd8f37324db
|
||||
size 1442648
|
@ -1,3 +1,62 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 22 07:56:59 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 40.0:
|
||||
+ No changes since version 40.rc.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 18 09:54:43 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 40.rc:
|
||||
+ Xsettings: Go back to loading gtk modules from
|
||||
lib/gnome-settings-daemon-3.0.
|
||||
+ Test framework improvements
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 16 10:32:21 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 40.beta:
|
||||
+ Power: Close idleness notifications before suspending.
|
||||
+ Media-keys:
|
||||
- Fix compiler warning.
|
||||
- Remove screenshot sound feedback, performed by GNOME Shell.
|
||||
+ Xsettings: Use Restart=on-failure like other plugins.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 17 08:48:08 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 40.alpha.1:
|
||||
+ Use pathless "false" on dummy desktop files.
|
||||
+ Auto-start screen saver service.
|
||||
+ Datetime: Make use of new gweather API.
|
||||
+ Xsettings:
|
||||
- Fix mouse schema location.
|
||||
- Fix updates after font settings changes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 12 10:45:06 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 40.alpha:
|
||||
+ Housekeeping: Fix crash when atime is not present.
|
||||
+ Power:
|
||||
- Avoid automatic logout in GDM/greeter.
|
||||
- Do not warn more than once per warning level for devices.
|
||||
+ USB-protection: Do not warn about ServiceUnknown errors for
|
||||
USBGuard.
|
||||
+ Datetime: Query GWeather DB on the fly instead of caching.
|
||||
+ Color:
|
||||
- Use the windowing system color transform matrix if available.
|
||||
- Consider night-light active when disabled until tomorrow.
|
||||
+ Xsettings:
|
||||
- Use font aa/hinting/rgba-order from
|
||||
gsettings-desktop-schemas.
|
||||
- Use mouse drag-threshold/double-click from
|
||||
gsettings-desktop-schemas.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 10:46:24 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-settings-daemon
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -28,13 +28,13 @@
|
||||
%endif
|
||||
|
||||
Name: gnome-settings-daemon
|
||||
Version: 3.38.1
|
||||
Version: 40.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: https://download.gnome.org/sources/gnome-settings-daemon/3.38/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-settings-daemon/40/%{name}-%{version}.tar.xz
|
||||
|
||||
# PATCH-FIX-OPENSUSE gnome-settings-daemon-initial-keyboard.patch bsc#979051 boo#1009515 federico@suse.com -- Deal with the default keyboard being set from xkb instead of GNOME
|
||||
Patch1: gnome-settings-daemon-initial-keyboard.patch
|
||||
@ -180,8 +180,8 @@ rm %{buildroot}%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Wacom.deskt
|
||||
%{_datadir}/gnome-settings-daemon/
|
||||
%{_libexecdir}/gsd-backlight-helper
|
||||
%{_libexecdir}/gsd-printer
|
||||
%dir %{_libdir}/gnome-settings-daemon-3.0/
|
||||
%{_libdir}/gnome-settings-daemon-3.0/libgsd.so
|
||||
%dir %{_libdir}/gnome-settings-daemon-40/
|
||||
%{_libdir}/gnome-settings-daemon-40/libgsd.so
|
||||
# Explicitly list all the plugins so we know we don't lose any
|
||||
|
||||
%{_libexecdir}/gsd-a11y-settings
|
||||
@ -286,7 +286,7 @@ rm %{buildroot}%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Wacom.deskt
|
||||
|
||||
%files devel
|
||||
%doc AUTHORS ChangeLog
|
||||
%{_includedir}/gnome-settings-daemon-3.0/
|
||||
%{_includedir}/gnome-settings-daemon-40/
|
||||
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user