[Commits] ChangeLog 1.1.2.24 1.1.2.25 PATCHSETS 1.1.2.21 1.1.2.22 configure.ac 1.1.2.24 1.1.2.25
holger at claws-mail.org
holger at claws-mail.org
Sat Dec 31 01:40:12 CET 2011
Update of /home/claws-mail/plugins/gdata
In directory claws-mail:/tmp/cvs-serv6193
Modified Files:
Tag: gtk2
ChangeLog PATCHSETS configure.ac
Log Message:
2011-12-31 [holger] 0.3cvs2
* configure.ac
Also check for libgdata 0.9.1
* src/cm_gdata_contacts.c
When libgdata 0.9.1 is available, only fetch
contacts in the "My Contacts" system group.
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/gdata/Attic/configure.ac,v
retrieving revision 1.1.2.24
retrieving revision 1.1.2.25
diff -u -d -r1.1.2.24 -r1.1.2.25
--- configure.ac 18 Dec 2011 23:53:15 -0000 1.1.2.24
+++ configure.ac 31 Dec 2011 00:40:10 -0000 1.1.2.25
@@ -9,7 +9,7 @@
MAJOR_VERSION=0
MINOR_VERSION=3
MICRO_VERSION=0
-EXTRA_VERSION=1
+EXTRA_VERSION=2
if test \( $EXTRA_VERSION -eq 0 \); then
if test \( $MICRO_VERSION -eq 0 \); then
@@ -102,6 +102,10 @@
PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.6)
dnl Check for libgdata
+PKG_CHECK_MODULES(GDATA, libgdata >= 0.9.1, [have_gdata=yes], [have_gdata=no])
+if test x"$have_gdata" = x"yes"; then
+ AC_DEFINE(HAVE_GDATA_VERSION_0_9_1, 1, [at least version 0.9.1 of libgdata is available])
+fi
PKG_CHECK_MODULES(GDATA, libgdata >= 0.9.0, [have_gdata=yes], [have_gdata=no])
if test x"$have_gdata" = x"yes"; then
AC_DEFINE(HAVE_GDATA_VERSION_0_9, 1, [at least version 0.9.0 of libgdata is available])
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/gdata/Attic/PATCHSETS,v
retrieving revision 1.1.2.21
retrieving revision 1.1.2.22
diff -u -d -r1.1.2.21 -r1.1.2.22
--- PATCHSETS 18 Dec 2011 23:53:15 -0000 1.1.2.21
+++ PATCHSETS 31 Dec 2011 00:40:10 -0000 1.1.2.22
@@ -19,3 +19,4 @@
( cvs diff -u -r 1.1.2.11 -r 1.1.2.12 src/cm_gdata_contacts.c; ) > 0.2cvs12.patchset
( cvs diff -u -r 1.1.2.21 -r 1.1.2.22 configure.ac; diff -u /dev/null po/cs.po; diff -u /dev/null po/es.po; diff -u /dev/null po/fr.po; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 po/hu.po; diff -u /dev/null po/id_ID.po; diff -u /dev/null po/pt_BR.po; diff -u /dev/null po/sk.po; ) > 0.2cvs13.patchset
( cvs diff -u -r 1.1.2.12 -r 1.1.2.13 src/cm_gdata_contacts.c; cvs diff -u -r 1.1.2.5 -r 1.1.2.6 src/gdata_plugin.c; ) > 0.3cvs1.patchset
+( cvs diff -u -r 1.1.2.24 -r 1.1.2.25 configure.ac; cvs diff -u -r 1.1.2.13 -r 1.1.2.14 src/cm_gdata_contacts.c; ) > 0.3cvs2.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/gdata/Attic/ChangeLog,v
retrieving revision 1.1.2.24
retrieving revision 1.1.2.25
diff -u -d -r1.1.2.24 -r1.1.2.25
--- ChangeLog 18 Dec 2011 23:53:15 -0000 1.1.2.24
+++ ChangeLog 31 Dec 2011 00:40:10 -0000 1.1.2.25
@@ -1,3 +1,11 @@
+2011-12-31 [holger] 0.3cvs2
+
+ * configure.ac
+ Also check for libgdata 0.9.1
+ * src/cm_gdata_contacts.c
+ When libgdata 0.9.1 is available, only fetch
+ contacts in the "My Contacts" system group.
+
2011-12-18 [holger] 0.3cvs1
* src/cm_gdata_contacts.c
More information about the Commits
mailing list