rpms/qtpfsgui/devel qtpfsgui-1.9.3-disable-sse2.patch, NONE, 1.1 qtpfsgui.spec, 1.18, 1.19

Douglas E. Warner silfreed at fedoraproject.org
Thu Jul 30 18:45:36 UTC 2009


Author: silfreed

Update of /cvs/pkgs/rpms/qtpfsgui/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24877

Modified Files:
	qtpfsgui.spec 
Added Files:
	qtpfsgui-1.9.3-disable-sse2.patch 
Log Message:
* Mon Jul 30 2009 Douglas E. Warner <silfreed at silfreed.net> 1.9.3-3
- disabling SSE2 on all arches except x86_64


qtpfsgui-1.9.3-disable-sse2.patch:
 project.pro |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE qtpfsgui-1.9.3-disable-sse2.patch ---
diff -ruN qtpfsgui-1.9.3-orig/project.pro qtpfsgui-1.9.3/project.pro
--- qtpfsgui-1.9.3-orig/project.pro	2009-03-29 09:25:15.000000000 -0400
+++ qtpfsgui-1.9.3/project.pro	2009-07-30 14:38:06.000000000 -0400
@@ -3,7 +3,7 @@
 DEFINES += QT_NO_DEBUG_OUTPUT
 
 # Assume openmp-capable g++ (>=4.2)
-QMAKE_CXXFLAGS += -funroll-loops -fstrength-reduce -fschedule-insns2 -felide-constructors -frerun-loop-opt -fexceptions -fno-strict-aliasing -fexpensive-optimizations -ffast-math -pipe -fopenmp -msse2
+QMAKE_CXXFLAGS += -funroll-loops -fstrength-reduce -fschedule-insns2 -felide-constructors -frerun-loop-opt -fexceptions -fno-strict-aliasing -fexpensive-optimizations -ffast-math -pipe -fopenmp
 QMAKE_LFLAGS += -fopenmp
 
 TARGET = qtpfsgui


Index: qtpfsgui.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qtpfsgui/devel/qtpfsgui.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- qtpfsgui.spec	27 Jul 2009 02:38:13 -0000	1.18
+++ qtpfsgui.spec	30 Jul 2009 18:45:35 -0000	1.19
@@ -1,12 +1,13 @@
 Name: qtpfsgui
 Version: 1.9.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: A graphical tool for creating and tone-mapping HDR images
 
 Group: Applications/Productivity
 License: GPLv2+
 URL: http://qtpfsgui.sourceforge.net/
 Source0: http://downloads.sourceforge.net/qtpfsgui/%{name}-%{version}.tar.gz
+Patch0: qtpfsgui-1.9.3-disable-sse2.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: qt4-devel
@@ -26,6 +27,11 @@ operators for creating low dynamic range
 %prep
 %setup -q
 
+# fix missing SSE on everything bug x86_64
+%ifarch x86_64
+%patch0
+%endif
+
 # fix inconsistant newlines
 %{__sed} -i 's/\r//' Changelog
 
@@ -72,6 +78,9 @@ fi
 
 
 %changelog
+* Mon Jul 30 2009 Douglas E. Warner <silfreed at silfreed.net> 1.9.3-3
+- disabling SSE2 on all arches except x86_64
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list