[Commits] ChangeLog 1.1.2.86 1.1.2.87 PATCHSETS 1.1.2.61 1.1.2.62 configure.ac 1.1.2.86 1.1.2.87
claws at claws-mail.org
claws at claws-mail.org
Sat Jun 30 11:08:14 CEST 2012
Update of /home/claws-mail/plugins/python
In directory srv:/tmp/cvs-serv22015
Modified Files:
Tag: gtk2
ChangeLog PATCHSETS configure.ac
Log Message:
2012-06-30 [paul] 0.10cvs1
* configure.ac
fix building with Claws 3.8.1cvs1
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/python/Attic/configure.ac,v
retrieving revision 1.1.2.86
retrieving revision 1.1.2.87
diff -u -d -r1.1.2.86 -r1.1.2.87
--- configure.ac 27 Jun 2012 12:48:49 -0000 1.1.2.86
+++ configure.ac 30 Jun 2012 09:08:12 -0000 1.1.2.87
@@ -1,8 +1,8 @@
AC_PREREQ(2.60)
AC_INIT(src/python_plugin.c)
AC_CONFIG_AUX_DIR(config)
-AC_CONFIG_MACRO_DIR([m4])
AM_MAINTAINER_MODE
+AC_CONFIG_HEADERS(config.h)
PACKAGE=python_plugin
@@ -10,7 +10,7 @@
MAJOR_VERSION=0
MINOR_VERSION=10
MICRO_VERSION=0
-EXTRA_VERSION=0
+EXTRA_VERSION=1
if test \( $EXTRA_VERSION -eq 0 \); then
if test \( $MICRO_VERSION -eq 0 \); then
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/python/Attic/PATCHSETS,v
retrieving revision 1.1.2.61
retrieving revision 1.1.2.62
diff -u -d -r1.1.2.61 -r1.1.2.62
--- PATCHSETS 27 Jun 2012 10:29:53 -0000 1.1.2.61
+++ PATCHSETS 30 Jun 2012 09:08:12 -0000 1.1.2.62
@@ -63,3 +63,4 @@
( cvs diff -u -r 1.1.2.81 -r 1.1.2.82 configure.ac; cvs diff -u -r 1.1.2.2 -r 1.1.2.3 po/es.po; cvs diff -u -r -1.1.2.2 -r -1.1.2.3 po/id.po; diff -u /dev/null po/id_ID.po; cvs diff -u -r 1.1.2.4 -r 1.1.2.5 po/pt_BR.po; cvs diff -u -r 1.1.2.4 -r 1.1.2.5 po/sk.po; ) > 0.8cvs1.patchset
( cvs diff -u -r 1.1.2.13 -r 1.1.2.14 src/composewindowtype.c; ) > 0.9cvs1.patchset
( cvs diff -u -r 1.1.2.4 -r 1.1.2.5 po/hu.po; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 po/id_ID.po; cvs diff -u -r 1.1.2.1 -r 1.1.2.2 po/lt.po; ) > 0.9cvs2.patchset
+( cvs diff -u -r 1.1.2.86 -r 1.1.2.87 configure.ac; ) > 0.10cvs1.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/python/Attic/ChangeLog,v
retrieving revision 1.1.2.86
retrieving revision 1.1.2.87
diff -u -d -r1.1.2.86 -r1.1.2.87
--- ChangeLog 27 Jun 2012 12:48:49 -0000 1.1.2.86
+++ ChangeLog 30 Jun 2012 09:08:12 -0000 1.1.2.87
@@ -1,3 +1,8 @@
+2012-06-30 [paul] 0.10cvs1
+
+ * configure.ac
+ fix building with Claws 3.8.1cvs1
+
2012-06-27 [paul] 0.10
0.10 released
More information about the Commits
mailing list