CVS: sylpheedclaws/plugins/newmail ChangeLog,1.1.2.17,1.1.2.18 PATCHSETS,1.1.2.9,1.1.2.10 configure.ac,1.1.2.19,1.1.2.20

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

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

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

Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/newmail/Attic/ChangeLog,v
retrieving revision 1.1.2.17
retrieving revision 1.1.2.18
diff -u -d -r1.1.2.17 -r1.1.2.18
--- ChangeLog	2006/12/04 11:44:36	1.1.2.17
+++ ChangeLog	2006/12/15 19:54:26	1.1.2.18
@@ -1,3 +1,9 @@
+2006-12-15 [ticho]	0.0.8cvs1
+
+	* configure.ac
+	* src/newmail.c
+		Use check_plugin_version() for version check.
+
 2006-12-04 [paul]	0.0.8
 
 	0.0.8 released

Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/newmail/Attic/PATCHSETS,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -d -r1.1.2.9 -r1.1.2.10
--- PATCHSETS	2006/11/28 08:01:54	1.1.2.9
+++ PATCHSETS	2006/12/15 19:54:27	1.1.2.10
@@ -7,3 +7,4 @@
 ( cvs diff -u -r 1.1.2.13 -r 1.1.2.14 ChangeLog;  cvs diff -u -r 1.1.2.1 -r 1.1.2.2 INSTALL;  cvs diff -u -r 1.1.2.1 -r 1.1.2.2 NEWS;  cvs diff -u -r 1.1.2.1 -r 1.1.2.2 README;  cvs diff -u -r 1.1.2.15 -r 1.1.2.16 configure.ac;  cvs diff -u -r 1.1.2.3 -r 1.1.2.4 src/Makefile.am;  cvs diff -u -r 1.1.2.10 -r 1.1.2.11 src/newmail.c;  ) > 0.0.7cvs1.patchset
 ( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 README;  cvs diff -u -r 1.1.2.11 -r 1.1.2.12 src/newmail.c;  ) > 0.0.7cvs2.patchset
 ( cvs diff -u -r 1.1.2.17 -r 1.1.2.18 configure.ac;  ) > 0.0.7cvs3.patchset
+( cvs diff -u -r 1.1.2.19 -r 1.1.2.20 configure.ac;  cvs diff -u -r 1.1.2.12 -r 1.1.2.13 src/newmail.c;  ) > 0.0.8cvs1.patchset

Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/newmail/Attic/configure.ac,v
retrieving revision 1.1.2.19
retrieving revision 1.1.2.20
diff -u -d -r1.1.2.19 -r1.1.2.20
--- configure.ac	2006/12/04 11:44:36	1.1.2.19
+++ configure.ac	2006/12/15 19:54:27	1.1.2.20
@@ -7,7 +7,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=0
 MICRO_VERSION=8
-EXTRA_VERSION=0
+EXTRA_VERSION=1
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then
@@ -44,7 +44,7 @@
 AC_SUBST(PKG_CONFIG_PATH)
 
 dnl 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 )