From b257e0dd51543ff4059b48dae2c8e3dcb310e6877c77a2c7f8dbf9bd49502818 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Wed, 21 Mar 2012 08:48:47 +0000 Subject: [PATCH] Accepting request 109587 from home:vuntz:branches:GNOME:Factory Update to 0.1.18; can't build until bnc#752518 is fixed OBS-URL: https://build.opensuse.org/request/show/109587 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/colord?expand=0&rev=34 --- colord-0.1.17.tar.xz | 3 --- colord-0.1.18.tar.xz | 3 +++ colord.changes | 24 ++++++++++++++++++++++++ colord.spec | 17 +++++++++++------ 4 files changed, 38 insertions(+), 9 deletions(-) delete mode 100644 colord-0.1.17.tar.xz create mode 100644 colord-0.1.18.tar.xz diff --git a/colord-0.1.17.tar.xz b/colord-0.1.17.tar.xz deleted file mode 100644 index 6413f1a..0000000 --- a/colord-0.1.17.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbd9e2865c7ef7f62e65ba055ca4447d062cc76548328e101d7fd0ed8c22b25d -size 452900 diff --git a/colord-0.1.18.tar.xz b/colord-0.1.18.tar.xz new file mode 100644 index 0000000..dece87a --- /dev/null +++ b/colord-0.1.18.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87175f9bbc2c59fbe01bb99c4989393f5aaab5077da7cd91f099c6aec49e1099 +size 475220 diff --git a/colord.changes b/colord.changes index 1624e81..1e8a9b3 100644 --- a/colord.changes +++ b/colord.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Mar 15 19:29:33 UTC 2012 - vuntz@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. + ------------------------------------------------------------------- Mon Feb 27 13:24:10 UTC 2012 - vuntz@opensuse.org diff --git a/colord.spec b/colord.spec index 24ce9c0..f4286a5 100644 --- a/colord.spec +++ b/colord.spec @@ -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(gmodule-2.0) 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 @@ popd %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 @@ test ! -d %{_localstatedir}/lib/colord || chown -R colord:colord %{_localstatedi 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 @@ exit 0 %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}