From 1468d3d888ace21c40c648d001f5bae9a230f2fa Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sun, 16 Sep 2012 09:10:58 +0100 Subject: [PATCH] Update to new upstream version. - Black point detection from the algorithm disclosed by Adobe - Added support for transforms on planar data with different stride - Added a new plug-in type for optimizing full transforms - Linear (gamma 1.0) profiles can now operate in unbounded mode - Added "half" float support --- .gitignore | 1 + lcms2.spec | 22 +++++++++++++++------- sources | 2 +- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 872206d..406de7a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ lcms2-2.0a.tar.gz /lcms2-2.1.tar.gz /lcms2-2.2.tar.gz /lcms2-2.3.tar.gz +/lcms2-2.4.tar.gz diff --git a/lcms2.spec b/lcms2.spec index 6efbb1b..e2aa914 100644 --- a/lcms2.spec +++ b/lcms2.spec @@ -1,10 +1,10 @@ Name: lcms2 -Version: 2.3 -Release: 3%{?dist} +Version: 2.4 +Release: 1%{?dist} Summary: Color Management Engine License: MIT URL: http://www.littlecms.com/ -Source0: http://www.littlecms.com/lcms2-2.3.tar.gz +Source0: http://www.littlecms.com/lcms2-2.4.tar.gz BuildRequires: libjpeg-devel BuildRequires: libtiff-devel @@ -51,9 +51,9 @@ install -D -m 644 include/lcms2.h $RPM_BUILD_ROOT/usr/include/lcms2.h install -D -m 644 include/lcms2_plugin.h $RPM_BUILD_ROOT/usr/include/lcms2_plugin.h # install docs as this is all we've got -install -D -m 644 doc/LittleCMS2.3\ tutorial.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.3/tutorial.pdf -install -D -m 644 doc/LittleCMS2.?\ API.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.3/api.pdf -install -D -m 644 doc/LittleCMS2.?\ Plugin\ API.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.3/plugin-api.pdf +install -D -m 644 doc/LittleCMS2.4\ tutorial.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.4/tutorial.pdf +install -D -m 644 doc/LittleCMS2.?\ API.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.4/api.pdf +install -D -m 644 doc/LittleCMS2.?\ Plugin\ API.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.4/plugin-api.pdf %clean rm -rf ${RPM_BUILD_ROOT} @@ -74,12 +74,20 @@ rm -rf ${RPM_BUILD_ROOT} %files devel %defattr(-,root,root,-) -%{_datadir}/doc/lcms2-devel-2.3/*.pdf +%{_datadir}/doc/lcms2-devel-2.4/*.pdf %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/%{name}.pc %changelog +* Sat Sep 15 2012 Richard Hughes 2.4-1 +- Update to new upstream version. +- Black point detection from the algorithm disclosed by Adobe +- Added support for transforms on planar data with different stride +- Added a new plug-in type for optimizing full transforms +- Linear (gamma 1.0) profiles can now operate in unbounded mode +- Added "half" float support + * Thu Jul 19 2012 Fedora Release Engineering - 2.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 337558c..7abfb13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -327348d67c979c88c2dec59a23a17d85 lcms2-2.3.tar.gz +861ef15fa0bc018f9ddc932c4ad8b6dd lcms2-2.4.tar.gz