[lcms2/f17] Update to new upstream version.

Richard Hughes rhughes at fedoraproject.org
Mon Sep 17 09:13:02 UTC 2012


commit d084c507f6de5be2b2888be0cd7ddd14e14d590e
Author: Richard Hughes <richard at hughsie.com>
Date:   Sun Sep 16 09:10:58 2012 +0100

    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 c708ff4..1bf2174 100644
--- a/lcms2.spec
+++ b/lcms2.spec
@@ -1,10 +1,10 @@
 Name:           lcms2
-Version:        2.3
-Release:        2%{?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 <richard at hughsie.com> 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
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_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


More information about the scm-commits mailing list