Accepting request 108798 from home:dimstar:branches:GNOME:Factory
sorted OBS-URL: https://build.opensuse.org/request/show/108798 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=128
This commit is contained in:
parent
77699010b0
commit
cf931e56e7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17629f587723408d40ec9bbabd7551ea0df0920396de4ac13905e666f282117d
|
||||
size 1445352
|
3
gnome-settings-daemon-3.3.91.tar.xz
Normal file
3
gnome-settings-daemon-3.3.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78310aa753f9ed9e3440c8f98d63639adcf9ba18a11724ff72f78adb827a8fd4
|
||||
size 1455256
|
@ -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)
|
||||
|
3
gnome-settings-daemon-rpmlintrc
Normal file
3
gnome-settings-daemon-rpmlintrc
Normal file
@ -0,0 +1,3 @@
|
||||
# THis CAN NOT ENTER FACTORY - IS NOT LISTED AS SOURCE
|
||||
# MUST NOT EXIST - Security review pending, bnc#750795
|
||||
setBadness('polkit-unauthorized-privilege',100);
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define with_systemd 0
|
||||
|
||||
Name: gnome-settings-daemon
|
||||
Version: 3.3.90.1
|
||||
Version: 3.3.91
|
||||
Release: 0
|
||||
Summary: Settings daemon for the GNOME desktop
|
||||
License: GPL-2.0+
|
||||
@ -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
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user