rpms/kdesdk/F-10 kdesdk-4.2.0-gcc44.patch, NONE, 1.1 kdesdk-4.2.0-kompare-qt45-crash.patch, NONE, 1.1

Rex Dieter rdieter at fedoraproject.org
Fri Feb 20 17:10:37 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/kdesdk/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26739

Added Files:
	kdesdk-4.2.0-gcc44.patch kdesdk-4.2.0-kompare-qt45-crash.patch 
Log Message:
patches too


kdesdk-4.2.0-gcc44.patch:

--- NEW FILE kdesdk-4.2.0-gcc44.patch ---
Index: poxml/antlr/antlr/CharScanner.hpp
===================================================================
--- poxml/antlr/antlr/CharScanner.hpp	(Revision 928150)
+++ poxml/antlr/antlr/CharScanner.hpp	(Arbeitskopie)
@@ -43,6 +43,7 @@
 #include "antlr/BitSet.hpp"
 #include "antlr/LexerSharedInputState.hpp"
 #include <map>
+#include <cstdio>
 
 ANTLR_BEGIN_NAMESPACE(antlr)
 

kdesdk-4.2.0-kompare-qt45-crash.patch:

--- NEW FILE kdesdk-4.2.0-kompare-qt45-crash.patch ---
Index: kompare/libdiff2/komparemodellist.cpp
===================================================================
--- kompare/libdiff2/komparemodellist.cpp	(Revision 924538)
+++ kompare/libdiff2/komparemodellist.cpp	(Revision 924539)
@@ -468,7 +468,7 @@
 		emit error( m_diffProcess->stdErr() );
 	}
 
-	delete m_diffProcess;
+	m_diffProcess->deleteLater();
 	m_diffProcess = 0;
 }
 




More information about the scm-commits mailing list