[rawtherapee/f20] update f20 to 4.1

Matthew Miller mattdm at fedoraproject.org
Fri Jun 13 02:04:02 UTC 2014


commit 0ad68a3dcb8f1b3afbc544c3f2fbd8c957e0e920
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Thu Jun 12 21:56:40 2014 -0400

    update f20 to 4.1

 .gitignore       |    1 +
 rawtherapee.spec |   33 ++++++++++++++++-----------------
 sources          |    2 +-
 3 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8b691e5..8e7f42a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ rawtherapee-3.0-a1.tar.bz2
 /rawtherapee-4.0.9.tar.xz
 /rawtherapee-4.0.10.tar.xz
 /rawtherapee-4.0.11.tar.xz
+/rawtherapee-4.1.tar.xz
diff --git a/rawtherapee.spec b/rawtherapee.spec
index 2e69f7a..92295e0 100644
--- a/rawtherapee.spec
+++ b/rawtherapee.spec
@@ -1,12 +1,12 @@
 Name:           rawtherapee
-Version:        4.0.11
-Release:        2%{?dist}
+Version:        4.1
+Release:        1%{?dist}
 Summary:        Raw image processing software
 
 Group:          Applications/Multimedia 
 License:        GPLv3 and MIT and IJG
 URL:            http://www.rawtherapee.com/
-Source0:        https://rawtherapee.googlecode.com/files/%{name}-%{version}.tar.xz
+Source0:        http://rawtherapee.com/shared/source/rawtherapee-%{version}.tar.xz
 
 BuildRequires:  cmake >= 2.6
 BuildRequires:  gtk2-devel >= 2.12
@@ -16,26 +16,18 @@ BuildRequires:  libpng-devel libiptcdata-devel desktop-file-utils
 BuildRequires:  expat-devel libcanberra-devel fftw-devel fftw-libs
 Requires:       hicolor-icon-theme fftw
 
+Obsoletes:      rawtherapee-doc < %{version}-%{release}
 
 %description
 Rawtherapee is a RAW image processing software. It gives full control over
 many parameters to enhance the raw picture before finally exporting it
 to some common image format.
 
-%package doc
-Group:          Applications/Multimedia 
-Summary:        Documentation for RawTherapee
-BuildArch:      noarch
-Requires:       %{name} = %{version}-%{release}
-
-%description doc
-The %{name}-doc package contains the documentation for Rawtherapee
-
 %prep
 %setup -q
 
 # fix wrong line endings
-sed -i "s|\r||g" AUTHORS.txt COMPILE.txt LICENSE.txt
+sed -i "s|\r||g" LICENSE.txt
 
 # Remove mercurial dependency and specify version
 cat > rtgui/version.h << EOF
@@ -88,7 +80,7 @@ fi || :
 
 
 %files
-%doc AUTHORS.txt LICENSE.txt COMPILE.txt
+%doc AUTHORS.txt LICENSE.txt RELEASE_NOTES.txt
 %{_mandir}/man1/rawtherapee.1.gz
 %{_bindir}/rawtherapee
 %{_libdir}/*.so
@@ -96,11 +88,18 @@ fi || :
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/rawtherapee.png
 
-%files doc
-%doc doc/*.pdf
-
 
 %changelog
+* Thu Jun 12 2014 Matthew Miller <mattdm at fedoraproject.org> - 4.1-1
+- update to new upstream stable release (first officially-stable release
+  since 3.1)
+- see changelog at http://rawtherapee.com/blog/rawtherapee-4.1-is-out
+- drop documentation subpackage, because upstream does not yet have a pdf
+  for 4.1; see docs online at http://rawtherapee.com/blog/documentation and
+  http://rawpedia.rawtherapee.com/
+- no need to include COMPILE.txt in binary package, but do incliude 
+  RELEASE_NOTES.txt
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.0.11-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 6f7b8ec..0a660a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d30a54e6446326d8299c06ec76c281d8  rawtherapee-4.0.11.tar.xz
+cba0db325142fc49bb2cbda09eb57028  rawtherapee-4.1.tar.xz


More information about the scm-commits mailing list