Update to new upstream version

This commit is contained in:
Richard Hughes 2014-03-17 15:22:34 +00:00
parent 059243dfbb
commit c242ac155d
3 changed files with 15 additions and 4 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ lcms2-2.0a.tar.gz
/lcms2-2.5.tar.gz /lcms2-2.5.tar.gz
/lcms2-2.6rc1.tar.gz /lcms2-2.6rc1.tar.gz
/lcms2-2.6rc3.tar.gz /lcms2-2.6rc3.tar.gz
/lcms2-2.6.tar.gz

View File

@ -1,10 +1,10 @@
Name: lcms2 Name: lcms2
Version: 2.6 Version: 2.6
Release: 0.1.rc3%{?dist} Release: 1%{?dist}
Summary: Color Management Engine Summary: Color Management Engine
License: MIT License: MIT
URL: http://www.littlecms.com/ 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: libjpeg-devel
BuildRequires: libtiff-devel BuildRequires: libtiff-devel
@ -33,7 +33,7 @@ Provides: littlecms-devel = %{version}-%{release}
Development files for LittleCMS. Development files for LittleCMS.
%prep %prep
%setup -q -n lcms2-2.6rc3 %setup -q -n lcms2-2.6
%build %build
%configure --disable-static --program-suffix=2 %configure --disable-static --program-suffix=2
@ -81,6 +81,16 @@ rm -rf ${RPM_BUILD_ROOT}
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%changelog %changelog
* Mon Mar 17 2014 Richard Hughes <richard@hughsie.com> 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 <richard@hughsie.com> 2.6-0.1.rc3 * Wed Feb 19 2014 Richard Hughes <richard@hughsie.com> 2.6-0.1.rc3
- Update to new prerelease upstream version. - Update to new prerelease upstream version.

View File

@ -1 +1 @@
5c3acf30bf5a22bf74a171b6cda97684 lcms2-2.6rc3.tar.gz 6c5bb5f3a253124715764dae16fe8367 lcms2-2.6.tar.gz