rpms/qt/devel qt.spec,1.361,1.362

Kevin Kofler kkofler at fedoraproject.org
Wed Dec 23 12:32:38 UTC 2009


Author: kkofler

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

Modified Files:
	qt.spec 
Log Message:
* Wed Dec 23 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.6.0-3
- disable QtWebKit JavaScript JIT again, incompatible with SELinux (#549994)


Index: qt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qt/devel/qt.spec,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -p -r1.361 -r1.362
--- qt.spec	5 Dec 2009 04:24:35 -0000	1.361
+++ qt.spec	23 Dec 2009 12:32:38 -0000	1.362
@@ -13,7 +13,7 @@ Summary: Qt toolkit
 Name:    qt
 Epoch:   1
 Version: 4.6.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
 License: LGPLv2 with exceptions or GPLv3 with exceptions
@@ -403,8 +403,7 @@ Qt libraries used for drawing widgets an
 %patch19 -p1 -b .servicesfile
 %patch21 -p1 -b .gst-pulsaudio
 %patch22 -p1 -b .system_ca_certificates
-## FIXME: I think this one can be replaced with ./configure -no-javascript-jit
-## test first if it's still needed
+## FIXME: ./configure -no-javascript-jit should be sufficient, check
 #patch23 -p1 -b .javascriptcore-disable-jit
 %patch51 -p1 -b .qdoc3
 ## FIXME: port patch
@@ -507,6 +506,7 @@ done
   %{?phonon} %{!?phonon:-no-phonon} \
   %{?phonon_backend} \
   %{?no_pch} \
+  -no-javascript-jit \
   -sm \
   -stl \
   -system-libmng \
@@ -1019,6 +1019,9 @@ fi
 
 
 %changelog
+* Wed Dec 23 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.6.0-3
+- disable QtWebKit JavaScript JIT again, incompatible with SELinux (#549994)
+
 * Sat Dec 05 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.6.0-2
 - own %%{_qt4_plugindir}/gui_platform
 




More information about the fedora-extras-commits mailing list