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
This commit is contained in:
Richard Hughes 2012-12-19 16:07:24 +00:00
parent bc4974e8f4
commit c144c54c77
3 changed files with 19 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <richard@hughsie.com> 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 <richard@hughsie.com> 0.1.25-1
- New upstream version
- Add a create-standard-space sub-command to cd-create-profile

View File

@ -1 +1 @@
85549f99d36c0436db8b9c764215c584 colord-0.1.25.tar.xz
003dc934ddcdfe09b478b84ac0288dcf colord-0.1.26.tar.xz