rpms/kdegraphics/devel kdegraphics-3.4.1-gcc4.patch, NONE, 1.1 kdegraphics.spec, 1.50, 1.51

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jun 28 21:29:47 UTC 2005


Author: than

Update of /cvs/dist/rpms/kdegraphics/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv755

Modified Files:
	kdegraphics.spec 
Added Files:
	kdegraphics-3.4.1-gcc4.patch 
Log Message:
fix gcc4 build problem


kdegraphics-3.4.1-gcc4.patch:
 kiconconfig.h |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE kdegraphics-3.4.1-gcc4.patch ---
--- kdegraphics-3.4.1/kiconedit/kiconconfig.h.tn	2005-06-28 23:27:15.000000000 +0200
+++ kdegraphics-3.4.1/kiconedit/kiconconfig.h	2005-06-28 23:27:27.000000000 +0200
@@ -36,6 +36,7 @@
 class KKeyChooser;
 class KColorButton;
 class KURLRequester;
+class QComboBox;
 
 class KTemplateEditDlg : public KDialogBase
 {


Index: kdegraphics.spec
===================================================================
RCS file: /cvs/dist/rpms/kdegraphics/devel/kdegraphics.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- kdegraphics.spec	28 Jun 2005 21:15:00 -0000	1.50
+++ kdegraphics.spec	28 Jun 2005 21:29:43 -0000	1.51
@@ -24,6 +24,7 @@
 Patch1: kdegraphics-3.3.0-misc.patch
 Patch2: kdegraphics-3.3.1-xorg.patch
 Patch3: admin-visibility.patch
+Patch4: kdegraphics-3.4.1-gcc4.patch
 
 %ifnarch %{no_scanner_archs}
 BuildRequires: sane-backends-devel >= 1.0.3-10
@@ -259,6 +260,7 @@
 %patch1 -p1 -b .misc
 %patch2 -p1 -b .xorg
 %patch3 -p1 -b .gcc
+%patch4 -p1 -b .gcc4
 
 %if %{rhel}
   echo "DO_NOT_COMPILE=\"\$DO_NOT_COMPILE kfax\"" >kfax/configure.in.in
@@ -350,6 +352,7 @@
 %changelog
 * Tue Jun 28 2005 Than Ngo <than at redhat.com> 7:3.4.1-1
 - 3.4.1
+- fix gcc4 build problem
 
 * Wed Mar 30 2005 Florian La Roche <laroche at redhat.com>
 - try rebuilding




More information about the fedora-cvs-commits mailing list