CVS: sylpheedclaws/plugins/maildir ChangeLog,1.25.2.40,1.25.2.41 PATCHSETS,1.1.2.15,1.1.2.16 configure.ac,1.6.2.40,1.6.2.41

[email protected] Fri, 15 Dec 2006 19:38:38 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /pack/anoncvs/sylpheedclaws/plugins/maildir
In directory sunsite.dk:/tmp/cvs-serv14353

Modified Files:
      Tag: gtk2
	ChangeLog PATCHSETS configure.ac 
Log Message:
2006-12-15 [ticho]	0.24.3cvs1

	* configure.ac
	* src/plugin.c
		Use check_plugin_version() for version check. 

Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/maildir/ChangeLog,v
retrieving revision 1.25.2.40
retrieving revision 1.25.2.41
diff -u -d -r1.25.2.40 -r1.25.2.41
--- ChangeLog	2006/12/04 11:43:27	1.25.2.40
+++ ChangeLog	2006/12/15 19:38:27	1.25.2.41
@@ -1,3 +1,9 @@
+2006-12-15 [ticho]	0.24.3cvs1
+
+	* configure.ac
+	* src/plugin.c
+		Use check_plugin_version() for version check.
+
 2006-12-04 [paul]	0.24.3
 
 	0.24.3 released

Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/maildir/Attic/PATCHSETS,v
retrieving revision 1.1.2.15
retrieving revision 1.1.2.16
diff -u -d -r1.1.2.15 -r1.1.2.16
--- PATCHSETS	2006/11/28 08:00:23	1.1.2.15
+++ PATCHSETS	2006/12/15 19:38:27	1.1.2.16
@@ -13,3 +13,4 @@
 ( cvs diff -u -r 1.22.2.10 -r 1.22.2.11 src/maildir.c;  ) > 0.24.2cvs4.patchset
 ( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 debian/README.Debian;  cvs diff -u -r 1.6.2.11 -r 1.6.2.12 src/maildir_gtk.c;  cvs diff -u -r 1.6.2.11 -r 1.6.2.12 src/plugin.c;  ) > 0.24.2cvs5.patchset
 ( cvs diff -u -r 1.6.2.38 -r 1.6.2.39 configure.ac;  ) > 0.24.2cvs6.patchset
+( cvs diff -u -r 1.6.2.40 -r 1.6.2.41 configure.ac;  cvs diff -u -r 1.6.2.12 -r 1.6.2.13 src/plugin.c;  ) > 0.24.3cvs1.patchset

Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/maildir/configure.ac,v
retrieving revision 1.6.2.40
retrieving revision 1.6.2.41
diff -u -d -r1.6.2.40 -r1.6.2.41
--- configure.ac	2006/12/04 11:43:27	1.6.2.40
+++ configure.ac	2006/12/15 19:38:28	1.6.2.41
@@ -8,7 +8,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=24
 MICRO_VERSION=3
-EXTRA_VERSION=0
+EXTRA_VERSION=1
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then
@@ -46,7 +46,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)
 if test -z $prefix || test "${prefix}" == "NONE" ; then
   prefix=$( $PKG_CONFIG --variable=prefix claws-mail )
   CLAWS_MAIL_PLUGINDIR=$( $PKG_CONFIG --variable=plugindir claws-mail )