Accepting request 640106 from GNOME:Factory
- Update to version 3.30.1.2: + This release by default *removes* the new feature that was added in 3.29.0 to use SuspendAndHibernate when available. You can re-enable the feature using the "experimental_suspend_then_hibernate" meson option again. Note that the current moment this will not make any diff for us, as we do not yet ship a new enough systemd for this feature to work. (forwarded request 640069 from iznogood) OBS-URL: https://build.opensuse.org/request/show/640106 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-settings-daemon?expand=0&rev=153
This commit is contained in:
commit
3cb6c35be0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:594f78e194eb42a6f77785d1a92a4cb9cda54b8c3af6ca0c315b4570d38d2d7d
|
|
||||||
size 1362420
|
|
3
gnome-settings-daemon-3.30.1.2.tar.xz
Normal file
3
gnome-settings-daemon-3.30.1.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5cdcf64f6e41fe1816e719850709e8e7a53a11460955f2be77fcee9c80812d1d
|
||||||
|
size 1370856
|
@ -1,9 +1,70 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 5 12:13:25 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.30.1.2:
|
||||||
|
+ This release by default *removes* the new feature that was
|
||||||
|
added in 3.29.0 to use SuspendAndHibernate when available. You
|
||||||
|
can re-enable the feature using the
|
||||||
|
"experimental_suspend_then_hibernate" meson option again.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 27 12:27:27 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.30.1.1:
|
||||||
|
+ Color: Do not leak GSource.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 26 17:08:55 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.30.1:
|
||||||
|
+ Power: Guard against events from the wrong device type.
|
||||||
|
+ Color: Fix check for timerfd.
|
||||||
|
+ General:
|
||||||
|
- Use set10 consistently in build.
|
||||||
|
- Fix build with wayland disabled.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 6 00:37:00 UTC 2018 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
- Update to version 3.30.0:
|
||||||
|
+ Updated translations.
|
||||||
|
- Changes from version 3.29.92:
|
||||||
|
+ Media-keys: Escape custom command for execution.
|
||||||
|
+ Rfkill: Create nested cancellable for rfkill setting.
|
||||||
|
+ Updated translations.
|
||||||
|
- Add pkgconfig(gio-unix-2.0) BuildRequires to avoid implicit
|
||||||
|
dependencies.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 3 21:40:23 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.29.90.1:
|
||||||
|
+ Allow volume above 100%
|
||||||
|
- Changes from version 3.29.90:
|
||||||
|
+ Housekeeping: Fix improper notify_notification_close() usage.
|
||||||
|
+ Power: Make power test more robust.
|
||||||
|
+ General: Update test suite to python3.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 24 16:38:10 UTC 2018 - dimstar@opensuse.org
|
Tue Jul 24 16:38:10 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
- Help translation-update-upstream finding the right gettext domain
|
- Help translation-update-upstream finding the right gettext domain
|
||||||
name: pass "po %{name}" to the call.
|
name: pass "po %{name}" to the call.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 22 00:24:02 UTC 2018 - luc14n0@linuxmail.org
|
||||||
|
|
||||||
|
- Update to version 3.29.0:
|
||||||
|
+ Media-keys:
|
||||||
|
- Make mic mute key configurable;
|
||||||
|
- Handle Ctrl+Shift+TouchpadToggle.
|
||||||
|
+ Datetime: Debugging improvements.
|
||||||
|
+ Color:
|
||||||
|
- Cancel smooth transitions on color temperature changes;
|
||||||
|
- Define "disabled until tomorrow" as moving past sunrise.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 2 21:13:06 UTC 2018 - bjorn.lie@gmail.com
|
Sat Jun 2 21:13:06 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -26,14 +26,16 @@
|
|||||||
%else
|
%else
|
||||||
%bcond_without wacom
|
%bcond_without wacom
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: gnome-settings-daemon
|
Name: gnome-settings-daemon
|
||||||
Version: 3.28.1
|
Version: 3.30.1.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
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
URL: http://www.gnome.org
|
URL: https://www.gnome.org
|
||||||
Source: http://download.gnome.org/sources/gnome-settings-daemon/3.28/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/gnome-settings-daemon/3.30/%{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
|
# 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
|
Patch1: gnome-settings-daemon-initial-keyboard.patch
|
||||||
# PATCH-FIX-OPENSUSE gnome-settings-daemon-switch-Japanese-default-input-to-mozc.patch bnc#1029083 boo#1056289 qzhao@suse.com -- Switch new user's default input engine from "anthy" to "mozc" in gnome-desktop with Japanese language and ibus input frame-work condition.
|
# PATCH-FIX-OPENSUSE gnome-settings-daemon-switch-Japanese-default-input-to-mozc.patch bnc#1029083 boo#1056289 qzhao@suse.com -- Switch new user's default input engine from "anthy" to "mozc" in gnome-desktop with Japanese language and ibus input frame-work condition.
|
||||||
@ -42,6 +44,7 @@ Patch2: gnome-settings-daemon-switch-Japanese-default-input-to-mozc.patc
|
|||||||
Patch3: gnome-settings-daemon-bgo793253.patch
|
Patch3: gnome-settings-daemon-bgo793253.patch
|
||||||
# PATCH-FEATURE-OPENSUSE gnome-settings-daemon-touch-screen-switch.patch bsc#1086496 xwang@suse.com -- Add touch screen input switch.
|
# PATCH-FEATURE-OPENSUSE gnome-settings-daemon-touch-screen-switch.patch bsc#1086496 xwang@suse.com -- Add touch screen input switch.
|
||||||
Patch4: gnome-settings-daemon-touch-screen-switch.patch
|
Patch4: gnome-settings-daemon-touch-screen-switch.patch
|
||||||
|
|
||||||
## SLE-only patches start at 1000
|
## SLE-only patches start at 1000
|
||||||
# PATCH-FEATURE-SLE gnome-settings-daemon-notify-idle-resumed.patch bnc#439018 bnc#708182 bgo#575467 hpj@suse.com -- notify user about auto suspend when returning from sleep
|
# PATCH-FEATURE-SLE gnome-settings-daemon-notify-idle-resumed.patch bnc#439018 bnc#708182 bgo#575467 hpj@suse.com -- notify user about auto suspend when returning from sleep
|
||||||
Patch1000: gnome-settings-daemon-notify-idle-resumed.patch
|
Patch1000: gnome-settings-daemon-notify-idle-resumed.patch
|
||||||
@ -51,6 +54,7 @@ Patch1001: gnome-settings-daemon-bnc873545-hide-warnings.patch
|
|||||||
Patch1002: gnome-settings-daemon-sle-configure-timeout-blank.patch
|
Patch1002: gnome-settings-daemon-sle-configure-timeout-blank.patch
|
||||||
# PATCH-FIX-SLE gnome-settings-daemon-more-power-button-actions.patch bsc#996342 fezhang@suse.com -- Bring back the "shutdown" and "interactive" power button actions.
|
# PATCH-FIX-SLE gnome-settings-daemon-more-power-button-actions.patch bsc#996342 fezhang@suse.com -- Bring back the "shutdown" and "interactive" power button actions.
|
||||||
Patch1003: gnome-settings-daemon-more-power-button-actions.patch
|
Patch1003: gnome-settings-daemon-more-power-button-actions.patch
|
||||||
|
|
||||||
BuildRequires: cups-devel
|
BuildRequires: cups-devel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gnome-patch-translation
|
BuildRequires: gnome-patch-translation
|
||||||
@ -67,6 +71,7 @@ BuildRequires: pkgconfig(fontconfig)
|
|||||||
BuildRequires: pkgconfig(geoclue-2.0) >= 2.1.2
|
BuildRequires: pkgconfig(geoclue-2.0) >= 2.1.2
|
||||||
BuildRequires: pkgconfig(geocode-glib-1.0) >= 3.10.0
|
BuildRequires: pkgconfig(geocode-glib-1.0) >= 3.10.0
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.53.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.53.0
|
||||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.11.1
|
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.11.1
|
||||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.23.3
|
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.23.3
|
||||||
|
Loading…
Reference in New Issue
Block a user