rpms/boinc-client/devel boinc-client-6.4.5-event.patch, NONE, 1.1 boinc-client.spec, 1.24, 1.25

Miloš Jakubíček mjakubicek at fedoraproject.org
Tue Feb 24 21:39:25 UTC 2009


Author: mjakubicek

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

Modified Files:
	boinc-client.spec 
Added Files:
	boinc-client-6.4.5-event.patch 
Log Message:
- Added boinc-client-6.4.5-event.patch to fix build with gcc 4.4



boinc-client-6.4.5-event.patch:

--- NEW FILE boinc-client-6.4.5-event.patch ---
diff -up boinc_core_release_6_4_5/clientgui/common/wxFlatNotebook.cpp.event boinc_core_release_6_4_5/clientgui/common/wxFlatNotebook.cpp
--- boinc_core_release_6_4_5/clientgui/common/wxFlatNotebook.cpp.event	2009-02-20 07:35:19.000000000 -0500
+++ boinc_core_release_6_4_5/clientgui/common/wxFlatNotebook.cpp	2009-02-20 07:34:40.000000000 -0500
@@ -607,7 +607,7 @@ const wxColour& wxFlatNotebookBase::GetA
 //
 ///////////////////////////////////////////////////////////////////////////////////////////
 
-BEGIN_EVENT_TABLE(wxPageContainerBase, wxControl)
+BEGIN_EVENT_TABLE(wxPageContainerBase, wxPanel)
 EVT_PAINT(wxPageContainerBase::OnPaint)
 EVT_SIZE(wxPageContainerBase::OnSize)
 EVT_LEFT_DOWN(wxPageContainerBase::OnLeftDown)


Index: boinc-client.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boinc-client/devel/boinc-client.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- boinc-client.spec	24 Feb 2009 05:26:05 -0000	1.24
+++ boinc-client.spec	24 Feb 2009 21:38:55 -0000	1.25
@@ -4,7 +4,7 @@
 Summary:	The BOINC client core
 Name:		boinc-client
 Version:	6.4.5
-Release:	5.%{snap}svn%{?dist}
+Release:	6.%{snap}svn%{?dist}
 License:	LGPLv2+
 Group:		Applications/Engineering
 URL:		http://boinc.berkeley.edu/
@@ -34,6 +34,7 @@
 #Fixed in SVN trunk, not yet in BOINC 6 branch.
 Patch3:		boinc-locales.patch
 Patch4:		boinc-gcc44.patch
+Patch5:		boinc-client-6.4.5-event.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires:	logrotate
@@ -100,6 +101,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4
+%patch5
 
 %build
 %ifarch i386
@@ -274,6 +276,9 @@
 %{_includedir}/boinc/*
 
 %changelog
+* Tue Feb 24 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 6.4.5-6.20081217svn
+- Added boinc-client-6.4.5-event.patch to fix build with gcc 4.4
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.4.5-5.20081217svn
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list