Hello community,

here is the log from the commit of package colord for openSUSE:Factory checked 
in at 2012-03-29 11:35:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/colord (Old)
 and      /work/SRC/openSUSE:Factory/.colord.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "colord", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/colord/colord.changes    2012-03-01 
07:24:59.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.colord.new/colord.changes       2012-03-29 
11:36:01.000000000 +0200
@@ -1,0 +2,24 @@
+Thu Mar 15 19:29:33 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.1.18:
+  + New Features:
+    - Add a Manager.CreateProfileWithFd() method for QtDBus
+    - Add the GAMUT_coverage metadata key to the spec
+    - Add the GAMUT_volume metadata key to the spec
+    - Depend on lcms2 >= 2.2
+    - Make cd-fix-profile add the GAMUT keys to the ICC file
+    - Split out the SANE support into it's own process
+  + Bugfixes:
+    - Do not delete 'disk' or 'normal' devices when the session
+      exits
+    - Ensure we return NULL for missing device properties
+    - Fix a small leak when creating devices and profiles in
+      clients
+    - Fix cd-fix-profile to add and remove metadata entries
+    - Install per-machine profiles in /var/lib/colord/icc
+    - Show what DBus names have inhibited each device
+    - When doing 'get-devices' show the profile ID and filename
+- Add new colord-sane.service as argument to calls to
+  %service_{add,del}_* macros.
+
+-------------------------------------------------------------------

Old:
----
  colord-0.1.17.tar.xz

New:
----
  colord-0.1.18.tar.xz

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

Other differences:
------------------
++++++ colord.spec ++++++
--- /var/tmp/diff_new_pack.SvsnNa/_old  2012-03-29 11:36:02.000000000 +0200
+++ /var/tmp/diff_new_pack.SvsnNa/_new  2012-03-29 11:36:02.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           colord
-Version:        0.1.17
+Version:        0.1.18
 Release:        0
 Summary:        System Daemon for Managing Color Devices
 License:        GPL-2.0+
@@ -37,7 +37,7 @@
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(gusb) >= 0.1.1
-BuildRequires:  pkgconfig(lcms2)
+BuildRequires:  pkgconfig(lcms2) >= 2.2
 BuildRequires:  pkgconfig(polkit-gobject-1) >= 0.103
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(systemd)
@@ -111,7 +111,7 @@
 %find_lang %{name}
 
 %pre
-%service_add_pre colord.service
+%service_add_pre colord.service colord-sane.service
 # Create colord user
 getent group colord >/dev/null || groupadd -r colord
 getent passwd colord >/dev/null || useradd -r -g colord -d 
%{_localstatedir}/lib/colord -s /sbin/nologin -c "user for colord" colord
@@ -120,13 +120,13 @@
 exit 0
 
 %post
-%service_add_post colord.service
+%service_add_post colord.service colord-sane.service
 
 %preun
-%service_del_preun colord.service
+%service_del_preun colord.service colord-sane.service
 
 %postun
-%service_del_postun colord.service
+%service_del_postun colord.service colord-sane.service
 
 %post -n libcolord1 -p /sbin/ldconfig
 
@@ -136,18 +136,23 @@
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_unitdir}/colord.service
+%{_unitdir}/colord-sane.service
 /lib/udev/rules.d/*.rules
 %attr(755,colord,colord) %dir %{_localstatedir}/lib/colord
 %config(noreplace) %{_sysconfdir}/%{name}.conf
 %{_sysconfdir}/dbus-1/system.d/org.freedesktop.ColorManager.conf
+%{_sysconfdir}/dbus-1/system.d/org.freedesktop.colord-sane.conf
 %{_bindir}/cd-create-profile
 %{_bindir}/cd-fix-profile
 %{_bindir}/colormgr
 %{_libdir}/colord-sensors/
 %{_libexecdir}/%{name}
+%{_libexecdir}/colord-sane
 %{_datadir}/color/
 %{_datadir}/dbus-1/interfaces/org.freedesktop.ColorManager.*
+%{_datadir}/dbus-1/interfaces/org.freedesktop.colord.sane.xml
 %{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service
+%{_datadir}/dbus-1/system-services/org.freedesktop.colord-sane.service
 %{_datadir}/polkit-1/actions/org.freedesktop.color.policy
 %{_mandir}/man1/cd-create-profile.1%{?ext_man}
 %{_mandir}/man1/cd-fix-profile.1%{?ext_man}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to