CVS: sylpheedclaws/plugins/smime ChangeLog,1.1.2.21,1.1.2.22 PATCHSETS,1.1.2.12,1.1.2.13 configure.ac,1.1.2.22,1.1.2.23
[email protected] Fri, 15 Dec 2006 20:23:50 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/plugins/smime
In directory sunsite.dk:/tmp/cvs-serv3323
Modified Files:
Tag: gtk2
ChangeLog PATCHSETS configure.ac
Log Message:
2006-12-15 [ticho] 0.5.7cvs1
* configure.ac
* src/plugin.c
Use check_plugin_version() for version check.
Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/smime/Attic/ChangeLog,v
retrieving revision 1.1.2.21
retrieving revision 1.1.2.22
diff -u -d -r1.1.2.21 -r1.1.2.22
--- ChangeLog 2006/12/04 11:47:14 1.1.2.21
+++ ChangeLog 2006/12/15 20:23:44 1.1.2.22
@@ -1,3 +1,9 @@
+2006-12-15 [ticho] 0.5.7cvs1
+
+ * configure.ac
+ * src/plugin.c
+ Use check_plugin_version() for version check.
+
2006-12-04 [paul] 0.5.7
0.5.7 released
Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/smime/Attic/PATCHSETS,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -u -d -r1.1.2.12 -r1.1.2.13
--- PATCHSETS 2006/11/28 08:04:57 1.1.2.12
+++ PATCHSETS 2006/12/15 20:23:45 1.1.2.13
@@ -10,3 +10,4 @@
( cvs diff -u -r 1.1.2.17 -r 1.1.2.18 ChangeLog; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 INSTALL; cvs diff -u -r 1.1.2.18 -r 1.1.2.19 configure.ac; cvs diff -u -r 1.1.2.6 -r 1.1.2.7 src/Makefile.am; cvs diff -u -r 1.1.2.4 -r 1.1.2.5 src/plugin.c; cvs diff -u -r 1.1.2.5 -r 1.1.2.6 src/smime.c; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 src/smime.h; ) > 0.5.6cvs1.patchset
( cvs diff -u -r 1.1.2.7 -r 1.1.2.8 src/Makefile.am; cvs diff -u -r 1.1.2.5 -r 1.1.2.6 src/plugin.c; ) > 0.5.6cvs2.patchset
( cvs diff -u -r 1.1.2.20 -r 1.1.2.21 configure.ac; ) > 0.5.6cvs3.patchset
+( cvs diff -u -r 1.1.2.22 -r 1.1.2.23 configure.ac; cvs diff -u -r 1.1.2.6 -r 1.1.2.7 src/plugin.c; ) > 0.5.7cvs1.patchset
Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/smime/Attic/configure.ac,v
retrieving revision 1.1.2.22
retrieving revision 1.1.2.23
diff -u -d -r1.1.2.22 -r1.1.2.23
--- configure.ac 2006/12/04 11:47:14 1.1.2.22
+++ configure.ac 2006/12/15 20:23:45 1.1.2.23
@@ -7,7 +7,7 @@
MAJOR_VERSION=0
MINOR_VERSION=5
MICRO_VERSION=7
-EXTRA_VERSION=0
+EXTRA_VERSION=1
if test \( $EXTRA_VERSION -eq 0 \); then
if test \( $MICRO_VERSION -eq 0 \); then
@@ -41,7 +41,7 @@
fi
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 )