From c144c54c77f8b783623e41ebc0ab1fb7798ee053 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 19 Dec 2012 16:07:24 +0000 Subject: [PATCH] New upstream version - Add a session helper that can be used to calibrate the screen - Add some defines for the Spyder4 display colorimeter - Add support for reading and writing .cal files to CdIt8 - Add the ability to 'disable' a device from a color POV - Create ICCv2 profiles when using cd-create-profile - Use enumerated error values in the client library - Use spotread when there is no native sensor driver --- .gitignore | 1 + colord.spec | 18 +++++++++++++++++- sources | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0e52248..3fa128c 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /colord-0.1.23.tar.xz /colord-0.1.24.tar.xz /colord-0.1.25.tar.xz +/colord-0.1.26.tar.xz diff --git a/colord.spec b/colord.spec index 2955b66..225bb54 100644 --- a/colord.spec +++ b/colord.spec @@ -1,6 +1,6 @@ Summary: Color daemon Name: colord -Version: 0.1.25 +Version: 0.1.26 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ URL: http://www.freedesktop.org/software/colord/ @@ -103,6 +103,7 @@ exit 0 %{_datadir}/polkit-1/actions/org.freedesktop.color.policy %{_datadir}/dbus-1/system-services/org.freedesktop.ColorManager.service %{_datadir}/man/man1/*.1.gz +%{_datadir}/colord %{_libdir}/libcolord.so.* %config %{_sysconfdir}/colord.conf /usr/lib/udev/rules.d/*.rules @@ -113,6 +114,11 @@ exit 0 /usr/lib/systemd/system/colord.service %{_sysconfdir}/bash_completion.d/*-completion.bash +# session helper +%{_libexecdir}/colord-session +%{_datadir}/dbus-1/interfaces/org.freedesktop.ColorHelper.xml +%{_datadir}/dbus-1/services/org.freedesktop.ColorHelper.service + %files devel %defattr(-,root,root,-) %{_includedir}/colord-1 @@ -127,6 +133,16 @@ exit 0 %{_datadir}/gtk-doc/html/colord/* %changelog +* Wed Dec 19 2012 Richard Hughes 0.1.26-1 +- New upstream version +- Add a session helper that can be used to calibrate the screen +- Add some defines for the Spyder4 display colorimeter +- Add support for reading and writing .cal files to CdIt8 +- Add the ability to 'disable' a device from a color POV +- Create ICCv2 profiles when using cd-create-profile +- Use enumerated error values in the client library +- Use spotread when there is no native sensor driver + * Mon Nov 26 2012 Richard Hughes 0.1.25-1 - New upstream version - Add a create-standard-space sub-command to cd-create-profile diff --git a/sources b/sources index c73b8a2..fd26ba4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -85549f99d36c0436db8b9c764215c584 colord-0.1.25.tar.xz +003dc934ddcdfe09b478b84ac0288dcf colord-0.1.26.tar.xz