[lcms2/f15] Update to new upstream version Stability and efficienty fixes Adds support for dictionary metatag

Richard Hughes rhughes at fedoraproject.org
Fri Jun 10 10:35:18 UTC 2011


commit 55bdaa45a653fcdfa60279c80294ee21e0e4ef0b
Author: Richard Hughes <richard at hughsie.com>
Date:   Fri Jun 10 11:35:06 2011 +0100

    Update to new upstream version
    Stability and efficienty fixes
    Adds support for dictionary metatag

 .gitignore |    1 +
 lcms2.spec |   19 ++++++++++++-------
 sources    |    2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 34d5103..13dec53 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 lcms2-2.0a.tar.gz
 /lcms2-2.1.tar.gz
+/lcms2-2.2.tar.gz
diff --git a/lcms2.spec b/lcms2.spec
index 1d4be17..91befff 100644
--- a/lcms2.spec
+++ b/lcms2.spec
@@ -1,10 +1,10 @@
 Name:           lcms2
-Version:        2.1
-Release:        2%{?dist}
+Version:        2.2
+Release:        1%{?dist}
 Summary:        Color Management Engine
 License:        MIT
 URL:            http://www.littlecms.com/
-Source0:        http://www.littlecms.com/lcms2-2.1.tar.gz
+Source0:        http://www.littlecms.com/lcms2-2.2.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.1\ tutorial.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.1/tutorial.pdf
-install -D -m 644 doc/LittleCMS2.1\ API.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.1/api.pdf
-install -D -m 644 doc/LittleCMS2.1\ Plugin\ API.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.1/plugin-api.pdf
+install -D -m 644 doc/LittleCMS2.2\ tutorial.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.2/tutorial.pdf
+install -D -m 644 doc/LittleCMS2.?\ API.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.2/api.pdf
+install -D -m 644 doc/LittleCMS2.?\ Plugin\ API.pdf $RPM_BUILD_ROOT/usr/share/doc/lcms2-devel-2.2/plugin-api.pdf
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -74,12 +74,17 @@ rm -rf ${RPM_BUILD_ROOT}
 
 %files devel
 %defattr(-,root,root,-)
-%{_datadir}/doc/lcms2-devel-2.1/*.pdf
+%{_datadir}/doc/lcms2-devel-2.2/*.pdf
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Fri Jun 10 2011 Richard Hughes <richard at hughsie.com> 2.2-1
+- Update to new upstream version
+- Stability and efficienty fixes
+- Adds support for dictionary metatag
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 586537d..a31d5dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-08036edb115ad74456dfa20b1998b5f4  lcms2-2.1.tar.gz
+aaf33c7c25675e6163189ba488ae20f5  lcms2-2.2.tar.gz


More information about the scm-commits mailing list