[lcms2] Update to new release candidate version.

Richard Hughes rhughes at fedoraproject.org
Thu May 30 08:23:40 UTC 2013


commit 8c4037a16210ee48454584c822d95ee6e47397c6
Author: Richard Hughes <richard at hughsie.com>
Date:   Thu May 30 09:23:22 2013 +0100

    Update to new release candidate version.

 .gitignore                   |    1 +
 lcms2-threading-plugin.patch |  470 ------------------------------------------
 lcms2.spec                   |   21 +-
 sources                      |    2 +-
 4 files changed, 13 insertions(+), 481 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 406de7a..e939683 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ lcms2-2.0a.tar.gz
 /lcms2-2.2.tar.gz
 /lcms2-2.3.tar.gz
 /lcms2-2.4.tar.gz
+/lcms2-2.5rc1.tar.gz
diff --git a/lcms2.spec b/lcms2.spec
index 76635b2..eb6b561 100644
--- a/lcms2.spec
+++ b/lcms2.spec
@@ -1,11 +1,10 @@
 Name:           lcms2
-Version:        2.4
-Release:        6%{?dist}
+Version:        2.5
+Release:        0.1%{?dist}
 Summary:        Color Management Engine
 License:        MIT
 URL:            http://www.littlecms.com/
-Source0:        http://www.littlecms.com/lcms2-2.4.tar.gz
-Patch1:		lcms2-threading-plugin.patch
+Source0:        http://www.littlecms.com/lcms2-2.5rc1.tar.gz
 
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
@@ -34,8 +33,7 @@ Provides:       littlecms-devel = %{version}-%{release}
 Development files for LittleCMS.
 
 %prep
-%setup -q
-%patch1 -p1 -b .threading-plugin
+%setup -q -n lcms2-2.5rc1
 
 %build
 %configure --disable-static --program-suffix=2
@@ -54,9 +52,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.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
+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
 
 %clean
 rm -rf ${RPM_BUILD_ROOT}
@@ -77,12 +75,15 @@ rm -rf ${RPM_BUILD_ROOT}
 
 %files devel
 %defattr(-,root,root,-)
-%{_datadir}/doc/lcms2-devel-2.4/*.pdf
+%{_datadir}/doc/lcms2-devel-2.5/*.pdf
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Thu May 30 2013 Richard Hughes <richard at hughsie.com> 2.5-0.1
+- Update to new release candidate version.
+
 * Thu Apr 25 2013 Tim Waugh <twaugh at redhat.com> - 2.4-6
 - Applied upstream fixes for threading (bug #951984).
 
diff --git a/sources b/sources
index 7abfb13..aee62c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-861ef15fa0bc018f9ddc932c4ad8b6dd  lcms2-2.4.tar.gz
+afdba105daaf419c22dd96b5ecf0bb6a  lcms2-2.5rc1.tar.gz


More information about the scm-commits mailing list