libbonobo changes landed
- From: Havoc Pennington <hp redhat com>
- To: gnome-components-list gnome org
- Subject: libbonobo changes landed
- Date: 19 Sep 2001 14:50:34 -0400
Hi,
As for bonobo-activation, landing parallel install fixes.
Let me know if it's broken.
Havoc
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/libbonobo/ChangeLog,v
retrieving revision 1.185
diff -u -p -u -r1.185 ChangeLog
--- ChangeLog 2001/09/11 02:54:19 1.185
+++ ChangeLog 2001/09/19 18:52:19
@@ -1,3 +1,12 @@
+2001-09-17 Havoc Pennington <hp redhat com>
+
+ * bonobo/bonobo-types.c (bonobo_closure_invoke_va_list): patch
+ from Ariel Rios to fix on Alpha, PPC
+
+ * bonobo/libbonobo-2.0.pc.in (idldir): update
+
+ * idl/Makefile.am (idldir): change to datadir/idl/bonobo-2.0
+
2001-09-10 Alex Larsson <alexl redhat com>
* bonobo/bonobo-types.c (bonobo_corba_any_get_type),
Index: configure.in
===================================================================
RCS file: /cvs/gnome/libbonobo/configure.in,v
retrieving revision 1.39
diff -u -p -u -r1.39 configure.in
--- configure.in 2001/09/10 01:34:58 1.39
+++ configure.in 2001/09/19 18:52:20
@@ -1,4 +1,3 @@
-AC_PREREQ(2.52)
AC_INIT(message-of-doom)
AM_CONFIG_HEADER(config.h)
Index: bonobo/bonobo-types.c
===================================================================
RCS file: /cvs/gnome/libbonobo/bonobo/bonobo-types.c,v
retrieving revision 1.18
diff -u -p -u -r1.18 bonobo-types.c
--- bonobo/bonobo-types.c 2001/09/11 02:54:20 1.18
+++ bonobo/bonobo-types.c 2001/09/19 18:52:20
@@ -420,7 +420,6 @@ bonobo_closure_invoke_va_list (GClosure
{
GArray *params;
GValue return_value = { 0, };
- gpointer retloc_ptr = var_args;
GType type, rtype;
int i;
@@ -479,7 +478,7 @@ bonobo_closure_invoke_va_list (GClosure
* g_value_unset() it here.
*/
- G_VALUE_LCOPY (&return_value, retloc_ptr,
+ G_VALUE_LCOPY (&return_value, var_args,
G_VALUE_NOCOPY_CONTENTS,
&error);
Index: bonobo/libbonobo-2.0.pc.in
===================================================================
RCS file: /cvs/gnome/libbonobo/bonobo/libbonobo-2.0.pc.in,v
retrieving revision 1.7
diff -u -p -u -r1.7 libbonobo-2.0.pc.in
--- bonobo/libbonobo-2.0.pc.in 2001/09/05 22:41:03 1.7
+++ bonobo/libbonobo-2.0.pc.in 2001/09/19 18:52:20
@@ -2,7 +2,7 @@ prefix= prefix@
exec_prefix= exec_prefix@
libdir= libdir@
includedir= includedir@
-idldir= datadir@/idl
+idldir= datadir@/idl/bonobo-2.0
Name: libbonobo
Description: libbonobo
Index: idl/Makefile.am
===================================================================
RCS file: /cvs/gnome/libbonobo/idl/Makefile.am,v
retrieving revision 1.44
diff -u -p -u -r1.44 Makefile.am
--- idl/Makefile.am 2001/08/21 09:41:32 1.44
+++ idl/Makefile.am 2001/09/19 18:52:20
@@ -1,6 +1,6 @@
NULL=
-idldir = $(datadir)/idl
+idldir = $(datadir)/idl/bonobo-2.0
idl_DATA = \
Bonobo.idl \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]