Hello community,

here is the log from the commit of package gnome-settings-daemon for 
openSUSE:Factory checked in at 2013-09-23 09:16:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-settings-daemon (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-settings-daemon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-settings-daemon"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gnome-settings-daemon/gnome-settings-daemon.changes  
    2013-09-12 16:42:54.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-settings-daemon.new/gnome-settings-daemon.changes
 2013-09-23 09:16:10.000000000 +0200
@@ -1,0 +2,30 @@
+Thu Sep 19 13:20:55 UTC 2013 - [email protected]
+
+- Introduce with_wacom defines, set to 0 on s390{x}, otherwise 1:
+  + Disable wacom support on s390{x}, those machines have no
+    viable input ports.
+  + Have pkgconfig(libwacom) and pkgconfig(xorg-wacom)
+    BuildRequries depend on with_wacom.
+
+-------------------------------------------------------------------
+Tue Sep 17 21:02:03 UTC 2013 - [email protected]
+
+- Update to version 3.9.92:
+  + Several fixes to the test suite.
+  + Color:
+    - Correct the transposed bits in the EDID parser.
+  + Datetime:
+    - Set geoclue distance threshold.
+  + Power:
+    - Fix a crash when hibernating on low power.
+    - Ignore battery devices that aren't present.
+    - Update the composite device on startup.
+    - Default to the keyboard backlight being unavailable.
+  + Updates:
+    - Fix a crash.
+    - Use gnome-software if it is installed.
+    - Do not clear the offline-update if rebooting succeeded.
+  + Wacom:
+    - Fix a crash.
+
+-------------------------------------------------------------------

Old:
----
  gnome-settings-daemon-3.9.91.1.tar.xz

New:
----
  gnome-settings-daemon-3.9.92.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-settings-daemon.spec ++++++
--- /var/tmp/diff_new_pack.PQC6Pd/_old  2013-09-23 09:16:11.000000000 +0200
+++ /var/tmp/diff_new_pack.PQC6Pd/_new  2013-09-23 09:16:11.000000000 +0200
@@ -26,8 +26,15 @@
 # Smart-Card support is disabled in version 3.7.3
 %define with_smartcard 1
 
+# Wacom input support
+%ifarch s390 s390x
+%define with_wacom 0
+%else
+%define with_wacom 1
+%endif
+
 Name:           gnome-settings-daemon
-Version:        3.9.91.1
+Version:        3.9.92
 Release:        0
 Summary:        Settings daemon for the GNOME desktop
 License:        GPL-2.0+
@@ -79,7 +86,10 @@
 %if %{with_systemd}
 BuildRequires:  pkgconfig(libsystemd-login)
 %endif
+%if %{with_wacom}
 BuildRequires:  pkgconfig(libwacom) >= 0.7
+BuildRequires:  pkgconfig(xorg-wacom)
+%endif
 BuildRequires:  pkgconfig(nss)
 BuildRequires:  pkgconfig(packagekit-glib2) >= 0.7.4
 BuildRequires:  pkgconfig(pango) >= 1.20.0
@@ -90,7 +100,6 @@
 BuildRequires:  pkgconfig(xfixes)
 BuildRequires:  pkgconfig(xi)
 BuildRequires:  pkgconfig(xkbfile)
-BuildRequires:  pkgconfig(xorg-wacom)
 BuildRequires:  pkgconfig(xtst)
 Requires:       gsettings-desktop-schemas
 # g-s-d uses the pkexec binary
@@ -189,11 +198,8 @@
 %{_libexecdir}/gnome-settings-daemon-3.0/gnome-settings-daemon
 %{_libexecdir}/gnome-settings-daemon-3.0/gnome-settings-daemon-localeexec
 %{_libexecdir}/gnome-settings-daemon-3.0/gsd-backlight-helper
-%{_libexecdir}/gnome-settings-daemon-3.0/gsd-list-wacom
 %{_libexecdir}/gnome-settings-daemon-3.0/gsd-locate-pointer
 %{_libexecdir}/gnome-settings-daemon-3.0/gsd-printer
-%{_libexecdir}/gnome-settings-daemon-3.0/gsd-wacom-led-helper
-%{_libexecdir}/gnome-settings-daemon-3.0/gsd-wacom-oled-helper
 %{_libexecdir}/gnome-settings-daemon-3.0/gsd-test-*
 # From patch2
 #%{_libexecdir}/novell-sysconfig-proxy-helper
@@ -207,7 +213,6 @@
 %{_libdir}/gnome-settings-daemon-3.0/libcolor.so
 %{_libdir}/gnome-settings-daemon-3.0/libcursor.so
 %{_libdir}/gnome-settings-daemon-3.0/libdatetime.so
-%{_libdir}/gnome-settings-daemon-3.0/libgsdwacom.so
 %{_libdir}/gnome-settings-daemon-3.0/libhousekeeping.so
 %{_libdir}/gnome-settings-daemon-3.0/libkeyboard.so
 %{_libdir}/gnome-settings-daemon-3.0/libmedia-keys.so
@@ -245,12 +250,18 @@
 
%{_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
 %dir %{_datadir}/GConf/gsettings
 %{_datadir}/GConf/gsettings/gnome-settings-daemon.convert
+%if %{with_wacom}
+%{_datadir}/polkit-1/actions/org.gnome.settings-daemon.plugins.wacom.policy
+%{_libexecdir}/gnome-settings-daemon-3.0/gsd-list-wacom
+%{_libexecdir}/gnome-settings-daemon-3.0/gsd-wacom-led-helper
+%{_libexecdir}/gnome-settings-daemon-3.0/gsd-wacom-oled-helper
+%{_libdir}/gnome-settings-daemon-3.0/libgsdwacom.so
+%endif
 
 %files lang -f %{name}.lang
 

++++++ gnome-settings-daemon-3.9.91.1.tar.xz -> 
gnome-settings-daemon-3.9.92.tar.xz ++++++
++++ 42604 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to