[rawtherapee] Fix lcms2 require

Thibault North tnorth at fedoraproject.org
Sun Nov 27 18:47:12 UTC 2011


commit a8c3b58908ecd88cc8b37386cc63675edd5916bb
Author: Thibault North <tnorth at fedoraproject.org>
Date:   Sun Nov 27 13:47:01 2011 -0500

    Fix lcms2 require

 rawtherapee.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rawtherapee.spec b/rawtherapee.spec
index 17977d3..c238a29 100644
--- a/rawtherapee.spec
+++ b/rawtherapee.spec
@@ -16,7 +16,7 @@
 
 Name:           rawtherapee
 Version:        4.0.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Raw image processing software
 
 Group:          Applications/Multimedia 
@@ -29,7 +29,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  cmake >= 2.6
 BuildRequires:  gtk2-devel >= 2.12
 BuildRequires:  gtkmm24-devel >= 2.16
-BuildRequires:  lcms-devel  libjpeg-devel libtiff-devel
+BuildRequires:  lcms2-devel  libjpeg-devel libtiff-devel
 BuildRequires:  libpng-devel libiptcdata-devel desktop-file-utils
 Requires:       hicolor-icon-theme
 
@@ -112,6 +112,9 @@ fi || :
 %{_datadir}/icons/hicolor/*/apps/rawtherapee.png
 
 %changelog
+* Sun Nov 27 2011  Thibault North <tnorth at fedoraproject.org> - 4.0.5-2
+- Now require lcms2
+
 * Sun Nov 27 2011  Thibault North <tnorth at fedoraproject.org> - 4.0.5-1
 - Upgrade to release 4.0.5
 


More information about the scm-commits mailing list