CVS: sylpheedclaws/sylpheed-claws PATCHSETS,1.1.2.2173,1.1.2.2174 ChangeLog,1.396.2.1275,1.396.2.1276 configure.ac,1.654.2.2216,1.654.2.2217
[email protected] Tue, 19 Dec 2006 20:02:53 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws
In directory sunsite.dk:/tmp/cvs-serv29138
Modified Files:
Tag: gtk2
PATCHSETS ChangeLog configure.ac
Log Message:
2006-12-19 [colin] 2.6.1cvs55
* src/jpilot.c
Same as before, without depending on
pisock >= 0.12
Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/PATCHSETS,v
retrieving revision 1.1.2.2173
retrieving revision 1.1.2.2174
diff -u -d -r1.1.2.2173 -r1.1.2.2174
--- PATCHSETS 2006/12/19 18:08:48 1.1.2.2173
+++ PATCHSETS 2006/12/19 20:02:20 1.1.2.2174
@@ -2162,3 +2162,4 @@
( cvs diff -u -r 1.4.2.45 -r 1.4.2.46 src/gtk/about.c; ) > 2.6.1cvs52.patchset
( cvs diff -u -r 1.42.2.28 -r 1.42.2.29 po/fr.po; ) > 2.6.1cvs53.patchset
( cvs diff -u -r 1.18.2.18 -r 1.18.2.19 src/jpilot.c; ) > 2.6.1cvs54.patchset
+( cvs diff -u -r 1.18.2.19 -r 1.18.2.20 src/jpilot.c; ) > 2.6.1cvs55.patchset
Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/ChangeLog,v
retrieving revision 1.396.2.1275
retrieving revision 1.396.2.1276
diff -u -d -r1.396.2.1275 -r1.396.2.1276
--- ChangeLog 2006/12/19 18:08:50 1.396.2.1275
+++ ChangeLog 2006/12/19 20:02:30 1.396.2.1276
@@ -1,3 +1,9 @@
+2006-12-19 [colin] 2.6.1cvs55
+
+ * src/jpilot.c
+ Same as before, without depending on
+ pisock >= 0.12
+
2006-12-19 [colin] 2.6.1cvs54
* src/jpilot.c
Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/configure.ac,v
retrieving revision 1.654.2.2216
retrieving revision 1.654.2.2217
diff -u -d -r1.654.2.2216 -r1.654.2.2217
--- configure.ac 2006/12/19 18:08:53 1.654.2.2216
+++ configure.ac 2006/12/19 20:02:46 1.654.2.2217
@@ -11,7 +11,7 @@
MICRO_VERSION=1
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=54
+EXTRA_VERSION=55
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
@@ -587,7 +587,7 @@
AC_DEFINE(USE_JPILOT, 1, Define if you want JPilot support in addressbook.) ])
fi
- AC_CHECK_LIB(pisock, unpack_Address, [JPILOT_LIBS="-lpisock -lpisync"], [JPILOT_LIBS="" ac_cv_enable_jpilot="no"])
+ AC_CHECK_LIB(pisock, unpack_Address, [JPILOT_LIBS="-lpisock"], [JPILOT_LIBS="" ac_cv_enable_jpilot="no"])
if test x"$ac_cv_enable_jpilot" = xyes; then
AC_DEFINE(USE_JPILOT, 1, Define if you want JPilot support in addressbook.)
else