[lcms2/f22] Update to new upstream version

Richard Hughes rhughes at fedoraproject.org
Sun Mar 22 14:03:18 UTC 2015


commit b504c17c44d3c51c128223e0153f9b6cccca28e1
Author: Richard Hughes <richard at hughsie.com>
Date:   Sun Mar 22 14:03:08 2015 +0000

    Update to new upstream version

 .gitignore                  |  3 +++
 define-ppc64le-endian.patch | 14 --------------
 lcms2.spec                  | 15 +++++++++------
 sources                     |  2 +-
 4 files changed, 13 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 552faf8..5ad6445 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,6 @@ lcms2-2.0a.tar.gz
 /lcms2-2.6rc1.tar.gz
 /lcms2-2.6rc3.tar.gz
 /lcms2-2.6.tar.gz
+/lcms2-2.7rc1.tar.gz
+/lcms2-2.7rc3.tar.gz
+/lcms2-2.7.tar.gz
diff --git a/lcms2.spec b/lcms2.spec
index edd7abd..ca97ea0 100644
--- a/lcms2.spec
+++ b/lcms2.spec
@@ -1,11 +1,10 @@
 Name:           lcms2
-Version:        2.6
-Release:        4%{?dist}
+Version:        2.7
+Release:        1%{?dist}
 Summary:        Color Management Engine
 License:        MIT
 URL:            http://www.littlecms.com/
-Source0:        http://www.littlecms.com/lcms2-2.6.tar.gz
-Patch0:		define-ppc64le-endian.patch
+Source0:        http://www.littlecms.com/lcms2-2.7.tar.gz
 
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
@@ -34,8 +33,7 @@ Provides:       littlecms-devel = %{version}-%{release}
 Development files for LittleCMS.
 
 %prep
-%setup -q -n lcms2-2.6
-%patch0 -p1
+%setup -q -n lcms2-2.7
 %build
 %configure --disable-static --program-suffix=2
 
@@ -82,6 +80,11 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Sun Mar 22 2015 Richard Hughes <richard at hughsie.com> - 2.7-1
+- Update to new upstream version.
+- Added a flag  to clip negative values in unbounded transforms
+- Added a global optimization that merges consecutive matrices in pipelines.
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.6-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 112b386..a239156 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6c5bb5f3a253124715764dae16fe8367  lcms2-2.6.tar.gz
+06c1626f625424a811fb4b5eb070839d  lcms2-2.7.tar.gz


More information about the scm-commits mailing list