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:
parent
3e420f84ce
commit
6ebcc20103
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
||||
/colord-0.1.28.tar.xz
|
||||
/colord-0.1.29.tar.xz
|
||||
/colord-0.1.30.tar.xz
|
||||
/colord-0.1.31.tar.xz
|
||||
|
11
colord.spec
11
colord.spec
@ -18,7 +18,7 @@
|
||||
|
||||
Summary: Color daemon
|
||||
Name: colord
|
||||
Version: 0.1.30
|
||||
Version: 0.1.31
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
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/*
|
||||
|
||||
%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
|
||||
- New upstream version
|
||||
- Append -private to the driver libraries as they have no headers installed
|
||||
|
Loading…
Reference in New Issue
Block a user