[rawtherapee] Update to 4.0.10

Thibault North tnorth at fedoraproject.org
Sun Apr 7 20:57:25 UTC 2013


commit 5445e0daf6d1f529916f57ab7610fb739881a890
Author: Thibault North <tnorth at fedoraproject.org>
Date:   Sun Apr 7 16:57:13 2013 -0400

    Update to 4.0.10

 .gitignore       |    1 +
 rawtherapee.spec |   15 +++++++++------
 sources          |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index af8fae6..0f980b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ rawtherapee-3.0-a1.tar.bz2
 /rawtherapee-4.0.7.tar.bz2
 /rawtherapee-4.0.8.tar.xz
 /rawtherapee-4.0.9.tar.xz
+/rawtherapee-4.0.10.tar.xz
diff --git a/rawtherapee.spec b/rawtherapee.spec
index d5cff6f..e39690a 100644
--- a/rawtherapee.spec
+++ b/rawtherapee.spec
@@ -2,14 +2,13 @@
 # wget https://rawtherapee.googlecode.com/files/%{name}-%{version}.tar.xz
 # tar xf %{name}-%{version}.tar.xz && cd  %{name}-%{version}
 # rm tools/createicon.exe
-# rm -rf doc/source
 # find doc/ -name "*.pdf" | grep -v "4\.0" | xargs rm
 # cd -
 # tar -c --xz -f %{name}-%{version}.tar.xz %{name}-%{version}/
 
 Name:           rawtherapee
-Version:        4.0.9
-Release:        5%{?dist}
+Version:        4.0.10
+Release:        1%{?dist}
 Summary:        Raw image processing software
 
 Group:          Applications/Multimedia 
@@ -22,8 +21,8 @@ BuildRequires:  gtk2-devel >= 2.12
 BuildRequires:  gtkmm24-devel >= 2.16
 BuildRequires:  lcms2-devel  libjpeg-devel libtiff-devel
 BuildRequires:  libpng-devel libiptcdata-devel desktop-file-utils
-BuildRequires:  expat-devel
-Requires:       hicolor-icon-theme
+BuildRequires:  expat-devel libcanberra-devel fftw-devel fftw-libs
+Requires:       hicolor-icon-theme fftw
 
 
 %description
@@ -98,6 +97,7 @@ fi || :
 
 %files
 %doc AUTHORS.txt LICENSE.txt COMPILE.txt
+%{_mandir}/man1/rawtherapee.1.gz
 %{_bindir}/rawtherapee
 %{_libdir}/*.so
 %{_datadir}/rawtherapee
@@ -105,10 +105,13 @@ fi || :
 %{_datadir}/icons/hicolor/*/apps/rawtherapee.png
 
 %files doc
-%doc doc/built/pdf/*/*%{version}.pdf
+%doc doc/*.pdf
 
 
 %changelog
+* Sun Apr 7 2013 Thibault North <tnorth at fedoraproject.org> - 4.0.10-1
+- Update to 4.0.10
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.0.9-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 6202f7f..442f240 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7f926c80fa117edf1561a2a7a765f4d8  rawtherapee-4.0.9.tar.xz
+881724a0ee3e8551cd5e90ffdb07f1e7  rawtherapee-4.0.10.tar.xz


More information about the scm-commits mailing list