rpms/kdelibs/F-9 kdelibs-4.2.0-kjs-gcc44-crash.patch, 1.2, 1.3 kdelibs.spec, 1.383, 1.384 kdelibs-4.2.1-kjs-gcc44-crash.patch, 1.1, NONE

Kevin Kofler kkofler at fedoraproject.org
Tue Mar 3 22:06:41 UTC 2009


Author: kkofler

Update of /cvs/pkgs/rpms/kdelibs/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13907/F-9

Modified Files:
	kdelibs.spec 
Added Files:
	kdelibs-4.2.0-kjs-gcc44-crash.patch 
Removed Files:
	kdelibs-4.2.1-kjs-gcc44-crash.patch 
Log Message:
Revert, the "better" patch does not work.

kdelibs-4.2.0-kjs-gcc44-crash.patch:

Index: kdelibs-4.2.0-kjs-gcc44-crash.patch
===================================================================
RCS file: kdelibs-4.2.0-kjs-gcc44-crash.patch
diff -N kdelibs-4.2.0-kjs-gcc44-crash.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ kdelibs-4.2.0-kjs-gcc44-crash.patch	3 Mar 2009 22:06:10 -0000	1.3
@@ -0,0 +1,12 @@
+diff -ur kdelibs-4.2.0/kjs/CMakeLists.txt kdelibs-4.2.0-kjs-gcc44-crash/kjs/CMakeLists.txt
+--- kdelibs-4.2.0/kjs/CMakeLists.txt	2008-11-19 11:20:10.000000000 +0100
++++ kdelibs-4.2.0-kjs-gcc44-crash/kjs/CMakeLists.txt	2009-02-18 19:43:20.000000000 +0100
+@@ -183,6 +183,8 @@
+    CompileState.cpp
+    )
+ 
++set_source_files_properties(dtoa.cpp PROPERTIES COMPILE_FLAGS -fno-strict-aliasing)
++
+ if (NOT DEFINED QT_ONLY)
+    set(KJSLIBNAME kjs)
+ else (NOT DEFINED QT_ONLY)


Index: kdelibs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdelibs/F-9/kdelibs.spec,v
retrieving revision 1.383
retrieving revision 1.384
diff -u -r1.383 -r1.384
--- kdelibs.spec	3 Mar 2009 19:40:16 -0000	1.383
+++ kdelibs.spec	3 Mar 2009 22:06:10 -0000	1.384
@@ -1,6 +1,6 @@
 Summary: K Desktop Environment 4 - Libraries
 Version: 4.2.1
-Release: 3%{?dist}
+Release: 2%{?dist}
 
 %if 0%{?fedora} > 8
 Name: kdelibs
@@ -79,8 +79,8 @@
 Patch20: kdelibs-4.1.70-cmake.patch
 Patch22: kdelibs-4.1.96-cmake.patch
 Patch23: kdelibs-4.2.0-gcc44-workaround.patch
-# fix aliasing problems in kjs/dtoa.cpp (GCC 4.4 crash) (#485968)
-Patch24: kdelibs-4.2.1-kjs-gcc44-crash.patch
+# disable strict aliasing in kjs/dtoa.cpp (GCC 4.4 x86_64 crash) (#485968)
+Patch24: kdelibs-4.2.0-kjs-gcc44-crash.patch
 Patch25: kdelibs-4.2.0-gcc44-misc.patch
 
 # upstream
@@ -401,9 +401,6 @@
 
 
 %changelog
-* Tue Mar 03 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 4.2.1-3
-- better fix for #485968 (fix aliasing instead of using -fno-strict-aliasing)
-
 * Sun Mar 01 2009 Than Ngo <than at redhat.com> - 4.2.1-2
 - respin
 


--- kdelibs-4.2.1-kjs-gcc44-crash.patch DELETED ---




More information about the fedora-extras-commits mailing list