[boinc-client] Rebuild for new xcb-util boinc-glib-compat.patch: Build compat with new glib

Adam Jackson ajax at fedoraproject.org
Tue Nov 29 18:28:44 UTC 2011


commit 646fbb3f837b96377b6f19042e6a2b78334a6312
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Nov 29 18:27:42 2011 -0500

    Rebuild for new xcb-util
    boinc-glib-compat.patch: Build compat with new glib

 boinc-client.spec       |    4 ++++
 boinc-glib-compat.patch |   12 ++++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/boinc-client.spec b/boinc-client.spec
index a057686..36c9ace 100644
--- a/boinc-client.spec
+++ b/boinc-client.spec
@@ -34,6 +34,8 @@ Patch0:		boinc-guirpcauth.patch
 #Patch to build with libnotify 0.7
 #Filed upstream: http://boinc.berkeley.edu/trac/ticket/1131
 Patch1:		boinc-libnotify.patch
+# build fix for new glib
+Patch2:		boinc-glib-compat.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 Requires:	logrotate
@@ -123,6 +125,7 @@ This package contains documentation files for %{name}.
 %setup -q -n boinc_core_release_%{version_}
 %patch0
 %patch1 -p1
+%patch2 -p1
 
 # fix utf8
 iconv -f ISO88591 -t UTF8 < checkin_notes > checkin_notes.utf8
@@ -352,6 +355,7 @@ fi
 %changelog
 * Tue Nov 29 2011 Adam Jackson <ajax at redhat.com> 6.12.35-2.rsvn
 - Rebuild for new xcb-util
+- boinc-glib-compat.patch: Build compat with new glib
 
 * Fri Aug 19 2011 Miloš Jakubíček <xjakub at fi.muni.cz> - 6.12.35-1.r24014svn
 - Update to 6.12 branch (fix BZ#719875, BZ#690333)
diff --git a/boinc-glib-compat.patch b/boinc-glib-compat.patch
new file mode 100644
index 0000000..2ff622d
--- /dev/null
+++ b/boinc-glib-compat.patch
@@ -0,0 +1,12 @@
+diff -up boinc_core_release_6_12/clientgui/gtk/taskbarex.cpp.jx boinc_core_release_6_12/clientgui/gtk/taskbarex.cpp
+--- boinc_core_release_6_12/clientgui/gtk/taskbarex.cpp.jx	2011-11-29 17:01:19.000000000 -0500
++++ boinc_core_release_6_12/clientgui/gtk/taskbarex.cpp	2011-11-29 18:26:41.363000512 -0500
+@@ -25,7 +25,7 @@
+ #include <libnotify/notify.h>
+ #endif 
+ 
+-#include <glib/gtypes.h>
++#include <glib.h>
+ #include <glib-object.h>
+ 
+ #include "BOINCGUIApp.h"


More information about the scm-commits mailing list