SOURCES: libopensync-python_wrapper_update.patch (NEW) - update symbol name...

sls sls at pld-linux.org
Thu Oct 23 10:23:22 CEST 2008


Author: sls                          Date: Thu Oct 23 08:23:22 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- update symbol names for python wrapper

---- Files affected:
SOURCES:
   libopensync-python_wrapper_update.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libopensync-python_wrapper_update.patch
diff -u /dev/null SOURCES/libopensync-python_wrapper_update.patch:1.1
--- /dev/null	Thu Oct 23 10:23:23 2008
+++ SOURCES/libopensync-python_wrapper_update.patch	Thu Oct 23 10:23:16 2008
@@ -0,0 +1,21 @@
+--- libopensync-0.37/wrapper/opensync-plugin.i.orig	2008-10-21 21:24:58.170224877 +0200
++++ libopensync-0.37/wrapper/opensync-plugin.i	2008-10-21 21:26:53.662287371 +0200
+@@ -373,15 +373,15 @@
+ 	}
+ 
+ 	const char *nth_objformat(int nth) {
+-		return osync_objtype_sink_nth_objformat(self, nth);
++		return osync_objtype_sink_nth_objformat_sink(self, nth);
+ 	}
+ 
+ 	void add_objformat(const char *format) {
+-		osync_objtype_sink_add_objformat(self, format);
++		osync_objtype_sink_add_objformat_sink(self, format);
+ 	}
+ 
+ 	void remove_objformat(const char *format) {
+-		osync_objtype_sink_remove_objformat(self, format);
++		osync_objtype_sink_remove_objformat_sink(self, format);
+ 	}
+ 
+ 	/* TODO: set_functions */
================================================================


More information about the pld-cvs-commit mailing list