rpms/qdevelop/F-11 qdevelop.spec,1.9,1.10

Nicoleau Fabien eponyme at fedoraproject.org
Tue Apr 20 20:20:04 UTC 2010


Author: eponyme

Update of /cvs/pkgs/rpms/qdevelop/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv7529

Modified Files:
	qdevelop.spec 
Log Message:
Update to 0.28


Index: qdevelop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qdevelop/F-11/qdevelop.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- qdevelop.spec	20 Apr 2010 17:23:51 -0000	1.9
+++ qdevelop.spec	20 Apr 2010 20:20:04 -0000	1.10
@@ -34,7 +34,9 @@ sed -i -e 's/\r//' README.txt
 sed -i -e "s/lib/%{_lib}/" src/mainimpl.cpp
 # Change translation directory
 sed -i -e "s/lib\//share\//" src/main.cpp
-
+# Change initialization to avoid compilation error with Qt 4.7.0
+sed -i -e "s/=0/=QString::null/" src/build.h
+sed -i -e "s/ttf=0/ttf=QString::null/" src/textEdit.h
 
 %build
 lrelease-qt4 QDevelop.pro
@@ -93,6 +95,7 @@ rm -rf $RPM_BUILD_ROOT
 - Patch for qt 4.5.1 no more required
 - New plugins package
 - Using translation files
+- Changed initialization for QString to avoid compilation issues
 * Thu Jul 30 2009 Jesse Keating <jkeating at redhat.com> - 0.27.4-4
 - Bump for F12 mass rebuild
 * Thu Apr 30 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> - 0.27.4-3



More information about the scm-commits mailing list