[lcms2/f20] Update to new upstream version

Richard Hughes rhughes at fedoraproject.org
Sun Mar 22 20:46:59 UTC 2015


commit 53f999b64f0e654f7d64af5e69797f63d4e1afaa
Author: Richard Hughes <richard at hughsie.com>
Date:   Sun Mar 22 20:46:11 2015 +0000

    Update to new upstream version

 .gitignore |  5 +++++
 lcms2.spec | 20 ++++++++++++--------
 sources    |  2 +-
 3 files changed, 18 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e9a1c1d..5ad6445 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,4 +6,9 @@ lcms2-2.0a.tar.gz
 /lcms2-2.5rc1.tar.gz
 /lcms2-2.5rc3.tar.gz
 /lcms2-2.5.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 dac74f0..4b22671 100644
--- a/lcms2.spec
+++ b/lcms2.spec
@@ -1,10 +1,10 @@
 Name:           lcms2
-Version:        2.6
+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
+Source0:        http://www.littlecms.com/lcms2-2.7.tar.gz
 
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
@@ -33,8 +33,7 @@ Provides:       littlecms-devel = %{version}-%{release}
 Development files for LittleCMS.
 
 %prep
-%setup -q -n lcms2-2.6
-
+%setup -q -n lcms2-2.7
 %build
 %configure --disable-static --program-suffix=2
 
@@ -52,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.?\ tutorial.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.5/tutorial.pdf
-install -D -m 644 doc/LittleCMS2.?\ API.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.5/api.pdf
-install -D -m 644 doc/LittleCMS2.?\ Plugin\ API.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.5/plugin-api.pdf
+install -D -m 644 doc/LittleCMS2.?\ tutorial.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.6/tutorial.pdf
+install -D -m 644 doc/LittleCMS2.?\ API.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.6/api.pdf
+install -D -m 644 doc/LittleCMS2.?\ Plugin\ API.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.6/plugin-api.pdf
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -75,12 +74,17 @@ rm -rf ${RPM_BUILD_ROOT}
 
 %files devel
 %defattr(-,root,root,-)
-%{_datadir}/doc/lcms2-devel-2.5/*.pdf
+%{_datadir}/doc/lcms2-devel-2.6/*.pdf
 %{_includedir}/*
 %{_libdir}/*.so
 %{_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.
+
 * 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
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