rpms/qdevelop/F-13 qdevelop.spec,1.10,1.11

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


Author: eponyme

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

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


Index: qdevelop.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qdevelop/F-13/qdevelop.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- qdevelop.spec	20 Apr 2010 17:20:32 -0000	1.10
+++ qdevelop.spec	20 Apr 2010 20:17:35 -0000	1.11
@@ -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