Accepting request 519432 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/519432 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=296
This commit is contained in:
parent
032a05faf0
commit
a3aa5a5eb0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68c46038bc32b7cbe933cc24fa9f1eb96127d9900c07627767ab0a802f948593
|
||||
size 1583044
|
3
gnome-settings-daemon-3.25.91.tar.xz
Normal file
3
gnome-settings-daemon-3.25.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1aa42aad126466b3c8c7353133ed24d87153e82ce45793b83e0d76a22f9e2fcd
|
||||
size 1588432
|
@ -1,10 +1,81 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 22 18:04:25 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.25.91:
|
||||
+ Color: Prevent a potential crash on an uninitialized variable.
|
||||
+ Power:
|
||||
- Fix automatic brightness adjustment being done inactive
|
||||
sessions.
|
||||
- Don't use undefined ambient light readings.
|
||||
+ XSettings:
|
||||
- Use the new mutter API exclusively.
|
||||
- Drop the gnome-desktop requirement.
|
||||
- Keep pkgconfig(gnome-desktop-3.0) BuildRequires: Configure still
|
||||
checks for it, no matter what upstream changes says.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 9 09:11:55 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.25.90:
|
||||
+ Color:
|
||||
- Honor location enabled setting.
|
||||
- Request location updates with a larger time granularity.
|
||||
+ Date & Time: Honor location enabled setting.
|
||||
+ Media-keys: Restore interactive option for power button.
|
||||
+ Wacom: Exclude non-display attached devices from remapping.
|
||||
+ XSettings: Fix fontconfig cache updates causing desktop
|
||||
freezes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 8 13:55:19 CEST 2017 - ro@suse.de
|
||||
|
||||
- run autoreconf if running update-translations and add the
|
||||
missing buildrequires
|
||||
- dont apply gnome-settings-daemon-revert-libinput-mandatory.patch
|
||||
on sle15
|
||||
- Run autoreconf if running update-translations and add the
|
||||
missing BuildRequires.
|
||||
- Don't apply gnome-settings-daemon-revert-libinput-mandatory.patch
|
||||
on sle15.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 01 03:25:04 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.25.4:
|
||||
+ Fix GConf->GSettings convert script.
|
||||
+ Color: Fix smearing out of Night Light effect.
|
||||
+ Keyboard: Only add the "us" layout if the system config cannot
|
||||
be determined.
|
||||
+ Media-keys:
|
||||
- Add a precise volume change shortcut.
|
||||
- Moved video-out and rotate-video bindings to mutter.
|
||||
- Fix grabbing of previously disabled shortcuts.
|
||||
+ Orientation: Removed - functionality migrated to mutter.
|
||||
+ Wacom: Fix touchscreens being assigned the wrong output.
|
||||
+ XRandR: Removed - functionality migrated to mutter.
|
||||
+ XSettings: Calculate window scale from configuration state.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 01 03:25:02 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.25.2:
|
||||
+ Avoid initializing gtk+ on plugins that don't need it.
|
||||
+ Avoid loading gtk+ css theme since we don't have UI.
|
||||
+ Several correctness fixes pointed by Coverity.
|
||||
+ Fix for no plugins getting loaded under GDM.
|
||||
+ Mark forgotten strings in gschema files for translation.
|
||||
+ Housekeeping: Ignore GPFS and rootfs mounts.
|
||||
+ Media-keys:
|
||||
- Make calculator key work again.
|
||||
- Fix a few memory leaks.
|
||||
- Changed MediaKeys D-Bus API to match API docs.
|
||||
- Add support for new XF86RFKill keysym.
|
||||
- Show OSD on hardware keyboard brightness changes.
|
||||
+ Power:
|
||||
- Choose correct backlight device on laptops with hybrid
|
||||
graphics.
|
||||
- Handle hardware keyboard brightness changes.
|
||||
+ RFKill: Disable the kernel's handling of rfkill events when the
|
||||
session is active.
|
||||
+ Updated translations.
|
||||
- Disable gnome-settings-daemon-initial-keyboard.patch, needs
|
||||
rebase or removal.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 31 11:19:54 UTC 2017 - fezhang@suse.com
|
||||
|
@ -30,13 +30,13 @@
|
||||
%endif
|
||||
|
||||
Name: gnome-settings-daemon
|
||||
Version: 3.24.3
|
||||
Version: 3.25.91
|
||||
Release: 0
|
||||
Summary: Settings daemon for the GNOME desktop
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/gnome-settings-daemon/3.24/%{name}-%{version}.tar.xz
|
||||
Source: https://download.gnome.org/sources/gnome-settings-daemon/3.25/%{name}-%{version}.tar.xz
|
||||
# PATCH-FEATURE-SLE gnome-settings-daemon-revert-libinput-mandatory.patch fcrozat@suse.com -- ensure libinput is not mandatory
|
||||
Patch0: gnome-settings-daemon-revert-libinput-mandatory.patch
|
||||
# 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
|
||||
@ -76,7 +76,7 @@ BuildRequires: pkgconfig(gconf-2.0) >= 2.6.1
|
||||
BuildRequires: pkgconfig(geoclue-2.0) >= 2.1.2
|
||||
BuildRequires: pkgconfig(geocode-glib-1.0) >= 3.10.0
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.44.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.53.0
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.11.1
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.23.3
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.15.3
|
||||
@ -244,8 +244,6 @@ rm -rf %{buildroot}
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.MediaKeys.desktop
|
||||
%{_libexecdir}/gnome-settings-daemon-3.0/gsd-mouse
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Mouse.desktop
|
||||
%{_libexecdir}/gnome-settings-daemon-3.0/gsd-orientation
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Orientation.desktop
|
||||
%{_libexecdir}/gnome-settings-daemon-3.0/gsd-power
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Power.desktop
|
||||
%{_libexecdir}/gnome-settings-daemon-3.0/gsd-print-notifications
|
||||
@ -266,8 +264,6 @@ rm -rf %{buildroot}
|
||||
%{_libexecdir}/gnome-settings-daemon-3.0/gsd-updates
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.Updates.desktop
|
||||
%endif
|
||||
%{_libexecdir}/gnome-settings-daemon-3.0/gsd-xrandr
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.XRANDR.desktop
|
||||
%{_libexecdir}/gnome-settings-daemon-3.0/gsd-xsettings
|
||||
%{_sysconfdir}/xdg/autostart/org.gnome.SettingsDaemon.XSettings.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.enums.xml
|
||||
@ -286,9 +282,7 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.update.policy
|
||||
%{_libexecdir}/gnome-settings-daemon-3.0/pk-clear-offline-update
|
||||
%endif
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xrandr.gschema.xml
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xsettings.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/gsd-xrandr.*
|
||||
%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.power.policy
|
||||
# Own the directory since we can't depend on gconf providing them
|
||||
%dir %{_datadir}/GConf
|
||||
|
Loading…
Reference in New Issue
Block a user