Mailinglist Archive: opensuse-commit (1426 mails)
| < Previous | Next > |
commit libopensync-plugin-evolution2
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 29 Mar 2007 22:19:01 +0200
- Message-id: <20070329201901.A5BE167817D@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libopensync-plugin-evolution2
checked in at Thu Mar 29 22:19:01 CEST 2007.
--------
--- libopensync-plugin-evolution2/libopensync-plugin-evolution2.changes 2006-11-06 20:11:32.000000000 +0100
+++ /mounts/work_src_done/STABLE/libopensync-plugin-evolution2/libopensync-plugin-evolution2.changes 2007-03-29 20:30:31.719370000 +0200
@@ -1,0 +2,6 @@
+Thu Mar 29 15:45:06 CEST 2007 - cstender@xxxxxxx
+
+- updated to version 0.22
+ o added osync_change_set_member(change, env->member)
+
+-------------------------------------------------------------------
Old:
----
libopensync-plugin-evolution2-0.20.tar.bz2
New:
----
libopensync-plugin-evolution2-0.22.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libopensync-plugin-evolution2.spec ++++++
--- /var/tmp/diff_new_pack.K17912/_old 2007-03-29 22:18:56.000000000 +0200
+++ /var/tmp/diff_new_pack.K17912/_new 2007-03-29 22:18:56.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package libopensync-plugin-evolution2 (Version 0.20)
+# spec file for package libopensync-plugin-evolution2 (Version 0.22)
#
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -13,7 +13,7 @@
Name: libopensync-plugin-evolution2
BuildRequires: evolution-data-server-devel libbonobo-devel libopensync-devel update-desktop-files
URL: http://www.opensync.org
-Version: 0.20
+Version: 0.22
Release: 1
Summary: Evolution 2 Synchronization Plug-In for OpenSync
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
@@ -83,7 +83,10 @@
%{_libdir}/opensync/plugins/evo2_sync.la
%doc AUTHORS COPYING INSTALL ChangeLog NEWS README
-%changelog -n libopensync-plugin-evolution2
+%changelog
+* Thu Mar 29 2007 - cstender@xxxxxxx
+- updated to version 0.22
+ o added osync_change_set_member(change, env->member)
* Mon Nov 06 2006 - cstender@xxxxxxx
- bumped version to 0.20
* Tue Oct 03 2006 - aj@xxxxxxx
++++++ libopensync-plugin-evolution2-0.20.tar.bz2 -> libopensync-plugin-evolution2-0.22.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/libopensync-plugin-evolution2-0.20/configure.in new/libopensync-plugin-evolution2-0.22/configure.in
--- old/libopensync-plugin-evolution2-0.20/configure.in 2006-11-06 18:43:24.000000000 +0100
+++ new/libopensync-plugin-evolution2-0.22/configure.in 2007-03-25 18:17:30.000000000 +0200
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.58)
-AC_INIT([OpenSync Evolution 2 Plugin], 0.20, [], [libopensync-plugin-evolution2])
+AC_INIT([OpenSync Evolution 2 Plugin], 0.22, [], [libopensync-plugin-evolution2])
AM_INIT_AUTOMAKE(foreign)
AC_CONFIG_SRCDIR(src/evolution2_sync.c)
AM_CONFIG_HEADER(config.h)
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/libopensync-plugin-evolution2-0.20/src/evolution2_sync.c new/libopensync-plugin-evolution2-0.22/src/evolution2_sync.c
--- old/libopensync-plugin-evolution2-0.20/src/evolution2_sync.c 2006-01-13 18:15:02.000000000 +0100
+++ new/libopensync-plugin-evolution2-0.22/src/evolution2_sync.c 2007-02-22 15:30:53.000000000 +0100
@@ -212,7 +212,9 @@
void evo2_report_change(OSyncContext *ctx, char *objtypestr, char *objformatstr, char *data, int datasize, const char *uid, OSyncChangeType type)
{
+ evo_environment *env = (evo_environment *)osync_context_get_plugin_data(ctx);
OSyncChange *change = osync_change_new();
+ osync_change_set_member(change, env->member);
osync_change_set_uid(change, uid);
osync_change_set_objformat_string(change, objformatstr);
osync_change_set_changetype(change, type);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |