Hello community,

here is the log from the commit of package gnome-settings-daemon for 
openSUSE:Factory
checked in at Fri Jul 8 15:23:42 CEST 2011.



--------
--- GNOME/gnome-settings-daemon/gnome-settings-daemon.changes   2011-05-17 
23:12:36.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/gnome-settings-daemon/gnome-settings-daemon.changes
    2011-07-04 14:58:45.000000000 +0200
@@ -1,0 +2,90 @@
+Mon Jul  4 14:56:35 CEST 2011 - [email protected]
+
+- Update to version 3.1.3:
+  + Common:
+    - Use defines instead of variables for ranges
+    - Fix function keys not being grabbed (bgo#649222)
+    - Allow the "Pause" key to be used (bgo#653524)
+  + Clipboard:
+    - Fix incremental sending from the clipboard manager
+      (bgo#652609)
+  + Color:
+    - Fix a potential buffer-overflow when converting to wide text
+  + Keyboard:
+    - Use the same kbd layout menu labels as Gnome Shell
+      (bgo#652836)
+    - Add missing "Settings" to the string
+    - Fix menu items actions
+  + Media keys:
+    - Use constant for icon size in OSD
+    - Remove progress bar borders (bgo#652321)
+  + Mouse:
+    - Check device is a touchpad before enabling/disabling it
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Jun 16 16:09:10 CEST 2011 - [email protected]
+
+- Add pkgconfig(xfixes) BuildRequires, needed for the new cursor
+  plugin.
+
+-------------------------------------------------------------------
+Tue Jun 14 09:40:28 CEST 2011 - [email protected]
+
+- Update to version 3.1.2:
+  + Common:
+    - Don't try to convert show-keyboard-leds-indicator in
+      gnome-settings-daemon.convert
+    - Add touchscreen detection
+    - Add X property setting helper
+    - Add code to detect accelerometers
+    - Add better error reporting for egg key parsing
+    - Add code to allow disabling input devices
+  + Color:
+    - Add new color plugin
+  + Cursor:
+    - Hide cursor on tablets with only a touchscreen [bgo#650604]
+    - Show the cursor again on exit
+    - Fix XFixes version checking
+    - Ignore PS/2 mice as well
+    - Fix checking for extension pointer
+  + Datetime:
+    - Fix ntp logic on Debian to include ntpdate as well as ntpd
+      [bgo#644821]
+  + GConf:
+    - bgo#652200: Add missing schema for
+      org.gnome.settings-daemon.plugins.gconf
+  + Keybindings:
+    - Complete update to egg key parsing change
+  + Media keys:
+    - Only start D-Bus when _start() is called
+    - Simplify touchpad OSD
+    - Hardcode the "toggle touchpad" button
+    - Remove old-style OSD
+    - Always use the primary monitor for display [bgo#650159]
+    - Make sound changes quiet with Alt [bgo#651704]
+  + Mouse:
+    - Use new disable/enable device code
+  + Orientation:
+    - Add orientation plugin
+  + Updates:
+    - Fix a string that is hard to translate [bgo#645749]
+  + Wacom:
+    - Enable wacom touch key by default
+    - Use property settings helper in common/
+    - Typedef the Wacom device types
+  + Xrandr:
+    - Switch touchscreen rotation as well
+    - Fix small memory leak on shutdown
+    - Remove the functionality to call gcm-apply when outputs
+      change
+    - Remove rotation handling for wacom tablets
+  + Updated translations.
+- Add pkgconfig(colord) and pkgconfig(lcms2) BuildRequires.
+- Pass --with-pnpids=%{_datadir}/libgnome-desktop-3.0/pnp.ids to
+  configure: the color plugin needs to have access to the pnp.ids
+  file. This comes with the gnome-desktop library; as
+  gnome-settings-daemon already depend on this library, we know the
+  file will be available at runtime.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gnome-settings-daemon-3.1.1.tar.bz2

New:
----
  gnome-settings-daemon-3.1.3.tar.bz2

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

Other differences:
------------------
++++++ gnome-settings-daemon.spec ++++++
--- /var/tmp/diff_new_pack.afXOXb/_old  2011-07-08 15:23:19.000000000 +0200
+++ /var/tmp/diff_new_pack.afXOXb/_new  2011-07-08 15:23:19.000000000 +0200
@@ -18,13 +18,13 @@
 
 
 Name:           gnome-settings-daemon
-Version:        3.1.1
+Version:        3.1.3
 Release:        1
 License:        GPLv2+
 Summary:        Settings daemon for the GNOME desktop
 Url:            http://www.gnome.org
 Group:          System/GUI/GNOME
-Source:         %{name}-%{version}.tar.bz2
+Source:         
http://download.gnome.org/sources/gnome-settings-daemon/3.1/%{name}-%{version}.tar.bz2
 # PATCH-NEEDS-REBASE gnome-settings-daemon-system-proxy-configuration.diff 
(was PATCH-FEATURE-OPENSUSE)
 Patch2:         gnome-settings-daemon-system-proxy-configuration.diff
 # PATCH-NEEDS-REBASE gnome-settings-daemon-apport-monitor.patch bnc439203 
[email protected] -- Add apport monitoring plugin. (was PATCH-FEATURE-UPSTREAM)
@@ -47,6 +47,7 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  cups-devel
+BuildRequires:  pkgconfig(colord)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(gconf-2.0)
@@ -58,6 +59,7 @@
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gudev-1.0)
+BuildRequires:  pkgconfig(lcms2)
 BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(libgnomekbd)
 BuildRequires:  pkgconfig(libgnomekbdui)
@@ -68,6 +70,7 @@
 BuildRequires:  pkgconfig(packagekit-glib2)
 BuildRequires:  pkgconfig(polkit-gobject-1)
 BuildRequires:  pkgconfig(upower-glib)
+BuildRequires:  pkgconfig(xfixes)
 BuildRequires:  pkgconfig(xi)
 Requires:       gsettings-desktop-schemas
 Recommends:     %{name}-lang
@@ -143,7 +146,8 @@
 %configure\
         --libexecdir=%{_libexecdir}/gnome-settings-daemon-3.0 \
         --enable-gconf-bridge \
-        --disable-static
+        --disable-static \
+        --with-pnpids=%{_datadir}/libgnome-desktop-3.0/pnp.ids
 make %{?jobs:-j%jobs} V=1
 
 %install
@@ -187,10 +191,12 @@
 %{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.gschema.xml
 
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.peripherals.wacom.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.color.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.gschema.xml
 
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.housekeeping.gschema.xml
 
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.keyboard.gschema.xml
 
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.media-keys.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.orientation.gschema.xml
 
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.power.gschema.xml
 
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.print-notifications.gschema.xml
 
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.updates.gschema.xml

++++++ gnome-settings-daemon-3.1.1.tar.bz2 -> 
gnome-settings-daemon-3.1.3.tar.bz2 ++++++
++++ 52013 lines of diff (skipped)


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



Remember to have fun...

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

Reply via email to