rpms/rawtherapee/F-13 import.log, 1.3, 1.4 rawtherapee.spec, 1.4, 1.5 sources, 1.4, 1.5

Thibault North tnorth at fedoraproject.org
Mon Apr 12 14:44:30 UTC 2010


Author: tnorth

Update of /cvs/pkgs/rpms/rawtherapee/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30628/F-13

Modified Files:
	import.log rawtherapee.spec sources 
Log Message:
Sync with upstream for new resize algos



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/rawtherapee/F-13/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- import.log	8 Apr 2010 13:44:32 -0000	1.3
+++ import.log	12 Apr 2010 14:44:29 -0000	1.4
@@ -1,3 +1,4 @@
 rawtherapee-3_0-0_10_a1_fc12:F-13:rawtherapee-3.0-0.10.a1.fc12.src.rpm:1269088707
 rawtherapee-3_0-0_14_a1_fc12:F-13:rawtherapee-3.0-0.14.a1.fc12.src.rpm:1269409518
 rawtherapee-3_0-0_15_a1_fc12:F-13:rawtherapee-3.0-0.15.a1.fc12.src.rpm:1270732688
+rawtherapee-3_0-0_16_a1_fc12:F-13:rawtherapee-3.0-0.16.a1.fc12.src.rpm:1271083359


Index: rawtherapee.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rawtherapee/F-13/rawtherapee.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- rawtherapee.spec	8 Apr 2010 13:44:32 -0000	1.4
+++ rawtherapee.spec	12 Apr 2010 14:44:29 -0000	1.5
@@ -5,8 +5,8 @@
 # rm -rf .git*
 # rm -rf doc/
 # rm -rf rawzor_*
-# rm -f rtdata/themes/* tools/createicon.exe
-# mv rtdata/languages/english-us . && rm -f rtdata/languages/* && mv english-us rtdata/languages/
+# rm -rf rtdata/themes/* tools/createicon.exe
+# mv "rtdata/languages/English (US)" . && rm -f rtdata/languages/* && mv "English (US)" rtdata/languages/
 # rm -f lib/*.a
 # tar -cjvf ~/%{name}-%{version}-%{prerelease}-fork.tar.bz2 ../%{name}-%{version}
 %global prerelease a1
@@ -14,7 +14,7 @@
 
 Name:           rawtherapee
 Version:        3.0
-Release:        0.15.%{prerelease}%{?dist}
+Release:        0.16.%{prerelease}%{?dist}
 Summary:        Raw image processing software
 
 Group:          Applications/Multimedia 
@@ -47,17 +47,17 @@ sed -i 's#\"Build with Rawzor support\" 
 
 # Remove unlicenced themes (keep default) and languages (keep english)
 sed -ri "s/^\s+.languages\/.*$//g" rtdata/CMakeLists.txt
-sed -ri "s/\/catala/\/english-us\)/" rtdata/CMakeLists.txt
+sed -ri "s/LANGUAGEFILES /LANGUAGEFILES \"languages\/English (US)\"\)/" rtdata/CMakeLists.txt
 sed -ri "s/^\s+themes\/.*//g" rtdata/CMakeLists.txt
 sed -ri "s/(set \(THEMEFILES.+?)//" rtdata/CMakeLists.txt
 # Allow compiling without theme
 sed -ri "s/(install.+?themes\))//" rtdata/CMakeLists.txt
 
 # fix wrong line endings
-sed -i "s|\r||g" authors compile
+sed -i "s|\r||g" AUTHORS.txt COMPILE.txt
 
 # settle more permissions
-chmod a-x {authors,compile,copying}
+chmod a-x {AUTHORS.txt,COMPILE.txt,LICENSE.txt}
 
 
 %build
@@ -100,7 +100,7 @@ fi || :
 
 %files
 %defattr(-,root,root,-)
-%doc authors copying compile
+%doc AUTHORS.txt LICENSE.txt COMPILE.txt
 %{_bindir}/rt
 %{_datadir}/%{name}/*
 %{_datadir}/applications/%{name}.desktop
@@ -108,6 +108,10 @@ fi || :
 %{_datadir}/icons/hicolor/32x32/apps/rawtherapee.png
 
 %changelog
+* Mon Apr 12 2010 Thibault North <tnorth at fedoraproject.org> - 3.0-0.16.a1
+- Sync with upstream for new resizing algorithms
+- File renames
+
 * Thu Apr 8 2010 Thibault North <tnorth at fedoraproject.org> - 3.0-0.15.a1
 - Sync with upstream for new demosaicing algorithms
 - Fix segfault


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rawtherapee/F-13/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	8 Apr 2010 13:44:32 -0000	1.4
+++ sources	12 Apr 2010 14:44:29 -0000	1.5
@@ -1 +1 @@
-1a67a654bfc9f071d98d76ae30b8c344  rawtherapee-3.0-a1-fork.tar.bz2
+07308907f22772d1496b08bfa2320345  rawtherapee-3.0-a1-fork.tar.bz2



More information about the scm-commits mailing list