rpms/boinc-client/devel boinc-gcc44.patch, NONE, 1.1 boinc-client.spec, 1.22, 1.23

Miloš Jakubíček mjakubicek at fedoraproject.org
Tue Feb 3 23:59:35 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/boinc-client/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29194

Modified Files:
	boinc-client.spec 
Added Files:
	boinc-gcc44.patch 
Log Message:
- trying to fix the gcc 4.4 build



boinc-gcc44.patch:

--- NEW FILE boinc-gcc44.patch ---
--- sched/sched_driver.cpp.orig	2009-02-04 00:51:45.000000000 +0100
+++ sched/sched_driver.cpp	2009-02-04 00:52:00.000000000 +0100
@@ -40,6 +40,7 @@
 #define HOSTID "7"
     // ID of a host belonging to that user
 
+#include <cstdio>
 #include <vector>
 #include "util.h"
 


Index: boinc-client.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boinc-client/devel/boinc-client.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- boinc-client.spec	26 Jan 2009 09:09:04 -0000	1.22
+++ boinc-client.spec	3 Feb 2009 23:59:05 -0000	1.23
@@ -4,7 +4,7 @@
 Summary:	The BOINC client core
 Name:		boinc-client
 Version:	6.4.5
-Release:	3.%{snap}svn%{?dist}
+Release:	4.%{snap}svn%{?dist}
 License:	LGPLv2+
 Group:		Applications/Engineering
 URL:		http://boinc.berkeley.edu/
@@ -33,6 +33,7 @@
 #Reported in upstream bugtracker: http://boinc.berkeley.edu/trac/ticket/722
 #Fixed in SVN trunk, not yet in BOINC 6 branch.
 Patch3:		boinc-locales.patch
+Patch4:		boinc-gcc44.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires:	logrotate
@@ -98,6 +99,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4
 
 %build
 %ifarch i386
@@ -272,6 +274,9 @@
 %{_includedir}/boinc/*
 
 %changelog
+* Wed Feb  4 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 6.4.5-4.20081217svn
+- Added boinc-gcc44.patch to fix build with gcc 4.4
+
 * Mon Jan 26 2009 Tomas Mraz <tmraz at redhat.com> - 6.4.5-3.20081217svn 
 - rebuild with new openssl and mysql
 




More information about the fedora-extras-commits mailing list