CVS: sylpheedclaws/plugins/vcalendar configure.ac,1.2.2.145,1.2.2.146 PATCHSETS,1.1.2.61,1.1.2.62 ChangeLog,1.2.2.138,1.2.2.139
[email protected] Fri, 15 Dec 2006 20:34:35 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/plugins/vcalendar
In directory sunsite.dk:/tmp/cvs-serv8189
Modified Files:
Tag: gtk2
configure.ac PATCHSETS ChangeLog
Log Message:
2006-12-15 [ticho] 1.91.0cvs4
* configure.ac
* src/plugin.c
Use check_plugin_version() for version check.
Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/vcalendar/configure.ac,v
retrieving revision 1.2.2.145
retrieving revision 1.2.2.146
diff -u -d -r1.2.2.145 -r1.2.2.146
--- configure.ac 2006/12/15 12:22:54 1.2.2.145
+++ configure.ac 2006/12/15 20:34:28 1.2.2.146
@@ -9,7 +9,7 @@
MAJOR_VERSION=1
MINOR_VERSION=91
MICRO_VERSION=0
-EXTRA_VERSION=3
+EXTRA_VERSION=4
if test \( $EXTRA_VERSION -eq 0 \); then
if test \( $MICRO_VERSION -eq 0 \); then
@@ -51,7 +51,7 @@
#
# Check for claws-mail
#
-PKG_CHECK_MODULES(CLAWS_MAIL, claws-mail >= 2.6.0.64)
+PKG_CHECK_MODULES(CLAWS_MAIL, claws-mail >= 2.6.1.41)
AC_SUBST(CLAWS_MAIL_CFLAGS)
AC_SUBST(CLAWS_MAIL_LIBS)
if test -z $prefix || test "${prefix}" == "NONE" ; then
Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/vcalendar/Attic/PATCHSETS,v
retrieving revision 1.1.2.61
retrieving revision 1.1.2.62
diff -u -d -r1.1.2.61 -r1.1.2.62
--- PATCHSETS 2006/12/15 12:22:54 1.1.2.61
+++ PATCHSETS 2006/12/15 20:34:29 1.1.2.62
@@ -59,3 +59,4 @@
( cvs diff -u -r 1.1.2.44 -r 1.1.2.45 src/vcal_manager.c; ) > 1.91.0cvs1.patchset
( cvs diff -u -r 1.1.2.45 -r 1.1.2.46 src/vcal_manager.c; ) > 1.91.0cvs2.patchset
( cvs diff -u -r 1.1.2.46 -r 1.1.2.47 src/vcal_manager.c; cvs diff -u -r 1.2.2.43 -r 1.2.2.44 src/vcalendar.c; ) > 1.91.0cvs3.patchset
+( cvs diff -u -r 1.2.2.145 -r 1.2.2.146 configure.ac; cvs diff -u -r 1.1.2.25 -r 1.1.2.26 src/plugin.c; ) > 1.91.0cvs4.patchset
Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/vcalendar/ChangeLog,v
retrieving revision 1.2.2.138
retrieving revision 1.2.2.139
diff -u -d -r1.2.2.138 -r1.2.2.139
--- ChangeLog 2006/12/15 12:22:54 1.2.2.138
+++ ChangeLog 2006/12/15 20:34:29 1.2.2.139
@@ -1,3 +1,9 @@
+2006-12-15 [ticho] 1.91.0cvs4
+
+ * configure.ac
+ * src/plugin.c
+ Use check_plugin_version() for version check.
+
2006-12-15 [colin] 1.91.0cvs3
* src/vcal_manager.c