diff --git a/.gitignore b/.gitignore index 4b833f5..04c9c0c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ lcms2-2.0a.tar.gz /lcms2-2.4.tar.gz /lcms2-2.5rc1.tar.gz /lcms2-2.5rc3.tar.gz +/lcms2-2.5.tar.gz diff --git a/lcms2.spec b/lcms2.spec index 20f7481..1efac2d 100644 --- a/lcms2.spec +++ b/lcms2.spec @@ -1,6 +1,6 @@ Name: lcms2 Version: 2.5 -Release: 0.2%{?dist} +Release: 1%{?dist} Summary: Color Management Engine License: MIT URL: http://www.littlecms.com/ @@ -81,6 +81,24 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/pkgconfig/%{name}.pc %changelog +* Mon Jul 01 2013 Richard Hughes 2.5-1 +- Update to new upstream version. +- Added a reference for Mac MLU tag +- Added a way to read the profile creator from header +- Added error descriptions on cmsSmoothToneCurve +- Added identity curves support for write V2 LUT +- Added new cmsPlugInTHR() and fixed some race conditions +- Added TIFF Lab16 handling on tifficc +- Fixed a bug on big endian platforms not supporting uint64 or long long. +- Fixed a multithead bug on optimization +- Fixed devicelink generation for 8 bits +- Fixed some 64 bit warnings on size_t to uint32 conversions +- Rendering intent used when creating the transform is now propagated to profile +- RGB profiles store only one copy of the curve to save space +- Transform2Devicelink now keeps white point when guessing deviceclass is enabled +- Update black point detection algorithm to reflect ICC changes +- User defined parametric curves can now be saved in ICC profiles + * Thu Jun 27 2013 Richard Hughes 2.5-0.2 - Update to new release candidate version. diff --git a/sources b/sources index 84a04b2..3d53d2c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bdc9f4ebbe7717b13893a3944afe3a99 lcms2-2.5rc3.tar.gz +396d106600251441ff195fcaa277d10b lcms2-2.5.tar.gz