Accepting request 112126 from GNOME:Factory

Update to 3.4.0

OBS-URL: https://build.opensuse.org/request/show/112126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-settings-daemon?expand=0&rev=78
This commit is contained in:
Stephan Kulow 2012-04-02 17:49:12 +00:00 committed by Git OBS Bridge
commit f2375c6943
5 changed files with 94 additions and 38 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17629f587723408d40ec9bbabd7551ea0df0920396de4ac13905e666f282117d
size 1445352

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5639cbba28caa7b3e33990f49aeed11ed9325e78e76af2175d9ccd5ff298401d
size 1470012

View File

@ -1,27 +0,0 @@
From bbb727712ebbcf677daeac3612dfdf40113476bf Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Thu, 23 Feb 2012 17:30:37 +0100
Subject: [PATCH] main: Fix problems when libexecdir == libdir
As done in Debian and OpenSUSE
https://bugzilla.gnome.org/show_bug.cgi?id=670695
---
gnome-settings-daemon/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
Index: gnome-settings-daemon-3.3.90/gnome-settings-daemon/Makefile.am
===================================================================
--- gnome-settings-daemon-3.3.90.orig/gnome-settings-daemon/Makefile.am
+++ gnome-settings-daemon-3.3.90/gnome-settings-daemon/Makefile.am
@@ -14,7 +14,9 @@ INCLUDES = \
$(SYSTEMD_CFLAGS) \
$(NULL)
-pkglib_LTLIBRARIES = \
+privlibdir = $(pkglibdir)-$(GSD_API_VERSION)
+
+privlib_LTLIBRARIES = \
libgsd.la \
$(NULL)

View File

@ -1,3 +1,89 @@
-------------------------------------------------------------------
Mon Mar 26 17:36:27 UTC 2012 - vuntz@opensuse.org
- Update to version 3.4.0:
+ Wacom:
- Check if the "last-stylus" property has been set
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 19 20:15:40 UTC 2012 - zaitor@opensuse.org
- Update to version 3.3.92:
+ Color:
- Apply the color profile even if the device has an invalid
EDID.
- Create a color device even if the device has an invalid EDID.
- Don't use the username in the profile ID, it's optional and
not-required.
+ Common:
- Add hint on how to set the script path.
- Fix library linkage on Mageia.
- Support explicitly setting G_MESSAGES_DEBUG.
+ Media Keys:
- Avoid hard-coded shortcuts not working.
- Call Shutdown for the logout action.
+ Mouse:
- Stop syndaemon when settings-daemon dies.
+ Power:
- Do not emit DBus interface change signals when doing the idle
dim.
- Don't print a message when no backlights are detected.
- Failing to clear DPMS timeouts should not be fatal.
- Fix broken abs_to_percentage() logic.
- Lazily connect to gnome-screensaver.
- Lock the screensaver if the lid is closed and lock is
enabled.
- Make the idle dim time 90 seconds to match OSX.
+ Print Notifications:
- Add test tool.
- Don't unref floating GVariant.
+ Wacom:
- Add README about configuration storage.
+ XRandR:
- Fix the rotate display button not working.
- List external display only before internal only.
+ XSettings:
- Add README.xsettings about overrides.
- Add test-xsettings program.
- Add xsettings_setting_get() accessor.
- Add XSETTINGS_VARIANT_TYPE_COLOR macro.
- Always call xsettings_setting_set().
- Don't return XSettingsResult codes.
- Introduce 'tiers' of XSettings.
- Load overrides on startup.
- Remove global 'settings' list.
- Switch manager to GLib memory functions.
- Switch to GVariant for value storage.
- Use GHashTable in the xsettings manager.
- Wire overrides into GSettings.
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 5 21:45:31 UTC 2012 - dimstar@opensuse.org
- Update to version 3.3.91:
+ Color:
- Fix warning with non-present devices
- Make displays without EDID data use the correct device ID
- Create the correct device ID for EDIDs with no text data
- Fix EDID checksum generation
+ Media-keys:
- Make Alt+Print appear as Alt+Print not Alt+SysRq
+ Power:
- Emit a Changed() signal when the backlight changes
- Don't overflow when pressing the keyboard brightness button
+ Wacom:
- Add support for mode switch buttons, touchrings, touchstrips,
and light up the LEDs appropriately
- Add support for current tool ID from Wacom driver
- Fix possible crasher setting pressure curve or display area
- Force touchpads to use relative mode and ignore mode changes
- Fix double-event generation
- Fix installation problems with libexecdir == libdir
- Make monitor == -1 reset the display configuration
- Drop gnome-settings-daemon-fix-install.patch: fixed upstream.
-------------------------------------------------------------------
Thu Feb 23 16:50:13 UTC 2012 - vuntz@opensuse.org

View File

@ -21,13 +21,13 @@
%define with_systemd 0
Name: gnome-settings-daemon
Version: 3.3.90.1
Version: 3.4.0
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.3/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/gnome-settings-daemon/3.4/%{name}-%{version}.tar.xz
# PATCH-NEEDS-REBASE gnome-settings-daemon-system-proxy-configuration.diff
Patch2: gnome-settings-daemon-system-proxy-configuration.diff
# PATCH-NEEDS-REBASE gnome-settings-daemon-apport-monitor.patch bnc439203 jblunck@novell.com -- Add apport monitoring plugin. (was PATCH-FEATURE-UPSTREAM)
@ -44,8 +44,6 @@ Patch14: gnome-packagekit-fate302445.patch
Patch15: gnome-packagekit-BNC383261.patch
# PATCH-FIX-OPENSUSE gnome-settings-daemon-stop-reload-proxy-settings.patch bnc689592#c1, bnc#538353 glin@suse.com -- Stop g-s-d poping up the authentication dialog for reloading the proxy settings
Patch17: gnome-settings-daemon-stop-reload-proxy-settings.patch
# PATCH-FIX-UPSTREAM gnome-settings-daemon-fix-install.patch bgo#670695 vuntz@opensuse.org -- Fix installation issue occuring because of new libgsd
Patch18: gnome-settings-daemon-fix-install.patch
BuildRequires: cups-devel
BuildRequires: fdupes
BuildRequires: gnome-common
@ -63,7 +61,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.31.0
%if 0%{?BUILD_FROM_VCS}
BuildRequires: gnome-common
%endif
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.3.4
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.3.92
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.3.0
BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.4
BuildRequires: pkgconfig(gudev-1.0)
@ -139,7 +137,6 @@ translation-update-upstream
# PATCH-NEEDS-REBASE
#%%patch15 -p0
%patch17 -p1
%patch18 -p1
%endif
%if 0%{?BUILD_FROM_VCS}
@ -191,12 +188,11 @@ rm -rf %{buildroot}
%{_libexecdir}/gsd-backlight-helper
%{_libexecdir}/gsd-locate-pointer
%{_libexecdir}/gsd-printer
%{_libexecdir}/gsd-wacom-led-helper
# From patch2
#%{_libexecdir}/novell-sysconfig-proxy-helper
%dir %{_libdir}/gnome-settings-daemon-3.0/
%{_libdir}/gnome-settings-daemon-3.0/libgsd.so
# The versioned files will be removed in next upstream version
%{_libdir}/gnome-settings-daemon-3.0/libgsd.so.*
%{_libdir}/gnome-settings-daemon-3.0/*.gnome-settings-plugin
# Explicitly list all the plugins so we know we don't lose any
%{_libdir}/gnome-settings-daemon-3.0/liba11y-keyboard.so
@ -238,6 +234,7 @@ rm -rf %{buildroot}
%{_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
%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.wacom.policy
%{_mandir}/man1/gnome-settings-daemon.1%{?ext_man}
# Own the directory since we can't depend on gconf providing them
%dir %{_datadir}/GConf