[lcms2/f20] Update to new upstream version

Richard Hughes rhughes at fedoraproject.org
Mon Mar 17 15:54:50 UTC 2014


commit 3b36287bebf7cc3e1425b1b3ef3cd340da43c685
Author: Richard Hughes <richard at hughsie.com>
Date:   Mon Mar 17 15:22:34 2014 +0000

    Update to new upstream version

 .gitignore |    1 +
 lcms2.spec |   18 ++++++++++++++----
 sources    |    2 +-
 3 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 04c9c0c..e9a1c1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ lcms2-2.0a.tar.gz
 /lcms2-2.5rc1.tar.gz
 /lcms2-2.5rc3.tar.gz
 /lcms2-2.5.tar.gz
+/lcms2-2.6.tar.gz
diff --git a/lcms2.spec b/lcms2.spec
index 8534e2d..dac74f0 100644
--- a/lcms2.spec
+++ b/lcms2.spec
@@ -1,10 +1,10 @@
 Name:           lcms2
-Version:        2.5
-Release:        2%{?dist}
+Version:        2.6
+Release:        1%{?dist}
 Summary:        Color Management Engine
 License:        MIT
 URL:            http://www.littlecms.com/
-Source0:        http://www.littlecms.com/lcms2-2.5.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.5
+%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 <richard at 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
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 3d53d2c..112b386 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-396d106600251441ff195fcaa277d10b  lcms2-2.5.tar.gz
+6c5bb5f3a253124715764dae16fe8367  lcms2-2.6.tar.gz


More information about the scm-commits mailing list