rpms/valknut/devel valknut-gcc44.patch, 1.2, 1.3 valknut.spec, 1.17, 1.18

Miloš Jakubíček mjakubicek at fedoraproject.org
Wed Feb 4 00:05:33 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/valknut/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30476

Modified Files:
	valknut-gcc44.patch valknut.spec 
Log Message:
- fix tabs/spaces in spec
- next gcc44 patch version
- running "make -k" to discover all the missing headers at once



valknut-gcc44.patch:

Index: valknut-gcc44.patch
===================================================================
RCS file: /cvs/pkgs/rpms/valknut/devel/valknut-gcc44.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- valknut-gcc44.patch	3 Feb 2009 23:55:56 -0000	1.2
+++ valknut-gcc44.patch	4 Feb 2009 00:05:33 -0000	1.3
@@ -8,3 +8,13 @@
  
  /** */
  DCShellCommandRunner::DCShellCommandRunner( QString a, QObject * parent ) : QThread( parent )
+--- valknut/dctranslator.cpp.orig	2009-02-04 01:02:59.000000000 +0100
++++ valknut/dctranslator.cpp	2009-02-04 01:03:17.000000000 +0100
+@@ -31,6 +31,7 @@
+ #include <QRadioButton>
+ #include <QTextCodec>
+ #include <QHttp>
++#include <cstdio>
+ 
+ #include "dcevent.h"
+ 


Index: valknut.spec
===================================================================
RCS file: /cvs/pkgs/rpms/valknut/devel/valknut.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- valknut.spec	3 Feb 2009 23:41:32 -0000	1.17
+++ valknut.spec	4 Feb 2009 00:05:33 -0000	1.18
@@ -8,7 +8,7 @@
 URL:            http://sourceforge.net/projects/wxdcgui/
 Source0:        http://dl.sourceforge.net/wxdcgui/%{name}-%{version}.tar.bz2
 Source1:        valknut.desktop
-Patch0:			valknut-gcc44.patch
+Patch0:         valknut-gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  dclib-devel >= 0.3.22
@@ -27,7 +27,7 @@
 
 %build
 %configure --enable-mt
-make %{?_smp_mflags}
+make -k %{?_smp_mflags}
 
 
 %install




More information about the fedora-extras-commits mailing list