New upstream version

- Calculate the display calibration based on the Lab and target display gamma
- Interpolate the gamma data to the VCGT size using Akima
- Add some more display vendor names to the display fixup table
- Fix the argyll sensor driver when using the ColorMunki Smile
- Fix the gamut warning to check primaries wider than CIERGB and ProPhoto
- Move the private sensor libraries out of the pure lib space
This commit is contained in:
Richard Hughes 2013-03-18 15:02:45 +00:00
parent 3e420f84ce
commit 6ebcc20103
3 changed files with 12 additions and 2 deletions

1
.gitignore vendored
View File

@ -28,3 +28,4 @@
/colord-0.1.28.tar.xz /colord-0.1.28.tar.xz
/colord-0.1.29.tar.xz /colord-0.1.29.tar.xz
/colord-0.1.30.tar.xz /colord-0.1.30.tar.xz
/colord-0.1.31.tar.xz

View File

@ -18,7 +18,7 @@
Summary: Color daemon Summary: Color daemon
Name: colord Name: colord
Version: 0.1.30 Version: 0.1.31
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ and LGPLv2+ License: GPLv2+ and LGPLv2+
URL: http://www.freedesktop.org/software/colord/ URL: http://www.freedesktop.org/software/colord/
@ -260,6 +260,15 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/gtk-doc/html/colord/* %{_datadir}/gtk-doc/html/colord/*
%changelog %changelog
* Mon Mar 18 2013 Richard Hughes <richard@hughsie.com> 0.1.31-1
- New upstream version
- Calculate the display calibration based on the Lab and target display gamma
- Interpolate the gamma data to the VCGT size using Akima
- Add some more display vendor names to the display fixup table
- Fix the argyll sensor driver when using the ColorMunki Smile
- Fix the gamut warning to check primaries wider than CIERGB and ProPhoto
- Move the private sensor libraries out of the pure lib space
* Mon Feb 17 2013 Richard Hughes <richard@hughsie.com> 0.1.30-1 * Mon Feb 17 2013 Richard Hughes <richard@hughsie.com> 0.1.30-1
- New upstream version - New upstream version
- Append -private to the driver libraries as they have no headers installed - Append -private to the driver libraries as they have no headers installed

View File

@ -1 +1 @@
88ec2c419a9903f5bec91d603c0e7097 colord-0.1.30.tar.xz 3b880ff2c785b83320286b3ae350531b colord-0.1.31.tar.xz