CVS: sylpheedclaws/plugins/fetchinfo ChangeLog,1.7.2.24,1.7.2.25 PATCHSETS,1.1.2.11,1.1.2.12 configure.ac,1.7.2.27,1.7.2.28

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

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

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

Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/fetchinfo/ChangeLog,v
retrieving revision 1.7.2.24
retrieving revision 1.7.2.25
diff -u -d -r1.7.2.24 -r1.7.2.25
--- ChangeLog	2006/12/04 11:42:12	1.7.2.24
+++ ChangeLog	2006/12/15 19:15:00	1.7.2.25
@@ -1,3 +1,9 @@
+2006-12-15 [ticho]	0.4.17cvs1
+
+	* configure.ac
+	* src/fetchinfo_plugin.c
+		Use check_plugin_version() for version check.
+
 2006-12-04 [paul]	0.4.17
 
 	0.4.17 released

Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/fetchinfo/Attic/PATCHSETS,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.12
diff -u -d -r1.1.2.11 -r1.1.2.12
--- PATCHSETS	2006/11/28 07:58:35	1.1.2.11
+++ PATCHSETS	2006/12/15 19:15:01	1.1.2.12
@@ -9,3 +9,4 @@
 ( cvs diff -u -r 1.2.2.7 -r 1.2.2.8 src/Makefile.am;  cvs diff -u -r 1.4.2.10 -r 1.4.2.11 src/fetchinfo_plugin.c;  cvs diff -u -r 1.3.2.9 -r 1.3.2.10 src/fetchinfo_plugin_gtk.c;  ) > 0.4.16cvs2.patchset
 ( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 README;  cvs diff -u -r 1.7.2.24 -r 1.7.2.25 configure.ac;  cvs diff -u -r 1.1.2.2 -r 1.1.2.3 debian/README.Debian;  cvs diff -u -r 1.4.2.11 -r 1.4.2.12 src/fetchinfo_plugin.c;  cvs diff -u -r 1.3.2.10 -r 1.3.2.11 src/fetchinfo_plugin_gtk.c;  ) > 0.4.16cvs3.patchset
 ( cvs diff -u -r 1.7.2.25 -r 1.7.2.26 configure.ac;  ) > 0.4.16cvs4.patchset
+( cvs diff -u -r 1.7.2.27 -r 1.7.2.28 configure.ac;  cvs diff -u -r 1.4.2.12 -r 1.4.2.13 src/fetchinfo_plugin.c;  ) > 0.4.17cvs1.patchset

Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/fetchinfo/configure.ac,v
retrieving revision 1.7.2.27
retrieving revision 1.7.2.28
diff -u -d -r1.7.2.27 -r1.7.2.28
--- configure.ac	2006/12/04 11:42:13	1.7.2.27
+++ configure.ac	2006/12/15 19:15:01	1.7.2.28
@@ -8,7 +8,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=4
 MICRO_VERSION=17
-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 )