diff --git a/.gitignore b/.gitignore index ae174dc..552faf8 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ lcms2-2.0a.tar.gz /lcms2-2.5.tar.gz /lcms2-2.6rc1.tar.gz /lcms2-2.6rc3.tar.gz +/lcms2-2.6.tar.gz diff --git a/lcms2.spec b/lcms2.spec index 57c5d65..a32aa33 100644 --- a/lcms2.spec +++ b/lcms2.spec @@ -1,10 +1,10 @@ Name: lcms2 Version: 2.6 -Release: 0.1.rc3%{?dist} +Release: 1%{?dist} Summary: Color Management Engine License: MIT URL: http://www.littlecms.com/ -Source0: http://www.littlecms.com/lcms2-2.6rc3.tar.gz +Source0: http://www.littlecms.com/lcms2-2.6.tar.gz BuildRequires: libjpeg-devel BuildRequires: libtiff-devel @@ -33,7 +33,7 @@ Provides: littlecms-devel = %{version}-%{release} Development files for LittleCMS. %prep -%setup -q -n lcms2-2.6rc3 +%setup -q -n lcms2-2.6 %build %configure --disable-static --program-suffix=2 @@ -81,6 +81,16 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/pkgconfig/%{name}.pc %changelog +* Mon Mar 17 2014 Richard Hughes 2.6-1 +- Update to new upstream version. +- Added a way to retrieve matrix shaper always, no matter LUT is present +- Added pthread dependency +- Big revamp on Contexts, from Artifex +- Fixed a bug in PCS/Colorspace order when reading V2 Lab devicelinks +- Fixed some indexing out of bounds in floating point interpolation +- Fix for delete tag memory corruption +- New locking plug-in, from Artifex + * Wed Feb 19 2014 Richard Hughes 2.6-0.1.rc3 - Update to new prerelease upstream version. diff --git a/sources b/sources index 667d1bc..112b386 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5c3acf30bf5a22bf74a171b6cda97684 lcms2-2.6rc3.tar.gz +6c5bb5f3a253124715764dae16fe8367 lcms2-2.6.tar.gz