CVS: sylpheedclaws/plugins/notification ChangeLog,1.1.2.44,1.1.2.45 PATCHSETS,1.1.2.28,1.1.2.29 configure.ac,1.1.2.43,1.1.2.44
[email protected] Fri, 15 Dec 2006 19:59:42 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /pack/anoncvs/sylpheedclaws/plugins/notification
In directory sunsite.dk:/tmp/cvs-serv29192
Modified Files:
Tag: gtk2
ChangeLog PATCHSETS configure.ac
Log Message:
2006-12-15 [ticho] 0.7cvs2
* configure.ac
* src/notification_plugin.c
Use check_plugin_version() for version check.
Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/notification/Attic/ChangeLog,v
retrieving revision 1.1.2.44
retrieving revision 1.1.2.45
diff -u -d -r1.1.2.44 -r1.1.2.45
--- ChangeLog 2006/12/04 22:35:24 1.1.2.44
+++ ChangeLog 2006/12/15 19:59:37 1.1.2.45
@@ -1,3 +1,9 @@
+2006-12-15 [ticho] 0.7cvs2
+
+ * configure.ac
+ * src/notification_plugin.c
+ Use check_plugin_version() for version check.
+
2006-12-04 [holger] 0.7cvs1
* configure.ac
Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/notification/Attic/PATCHSETS,v
retrieving revision 1.1.2.28
retrieving revision 1.1.2.29
diff -u -d -r1.1.2.28 -r1.1.2.29
--- PATCHSETS 2006/12/04 22:35:24 1.1.2.28
+++ PATCHSETS 2006/12/15 19:59:37 1.1.2.29
@@ -26,3 +26,4 @@
( cvs diff -u -r 1.1.2.10 -r 1.1.2.11 src/notification_plugin.c; cvs diff -u -r 1.1.2.12 -r 1.1.2.13 src/notification_prefs.c; ) > 0.6cvs2.patchset
( cvs diff -u -r 1.1.2.40 -r 1.1.2.41 configure.ac; ) > 0.6cvs3.patchset
( cvs diff -u -r 1.1.2.42 -r 1.1.2.43 configure.ac; ) > 0.7cvs1.patchset
+( cvs diff -u -r 1.1.2.43 -r 1.1.2.44 configure.ac; cvs diff -u -r 1.1.2.11 -r 1.1.2.12 src/notification_plugin.c; ) > 0.7cvs2.patchset
Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/notification/Attic/configure.ac,v
retrieving revision 1.1.2.43
retrieving revision 1.1.2.44
diff -u -d -r1.1.2.43 -r1.1.2.44
--- configure.ac 2006/12/04 22:35:25 1.1.2.43
+++ configure.ac 2006/12/15 19:59:37 1.1.2.44
@@ -7,7 +7,7 @@
MAJOR_VERSION=0
MINOR_VERSION=7
MICRO_VERSION=0
-EXTRA_VERSION=1
+EXTRA_VERSION=2
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 )