[claws-mail-cvs-commit] configure.ac
Salvatore De Paolis <[email protected]> Thu, 24 Sep 2009 16:28:22 +0000
| Newsgroups | gmane.mail.sylpheed.claws.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /srv/cvs/claws-mail/claws
In directory ran:/tmp/cvs-serv17565
Modified Files:
Tag: gtk2
configure.ac PATCHSETS ChangeLog
Log Message:
2009-09-24 [iwkse] 3.7.2cvs38
* configure.ac
...
Index: configure.ac
===================================================================
RCS file: /srv/cvs/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.3931
retrieving revision 1.654.2.3932
diff -u -d -r1.654.2.3931 -r1.654.2.3932
--- configure.ac 24 Sep 2009 16:26:22 -0000 1.654.2.3931
+++ configure.ac 24 Sep 2009 16:28:19 -0000 1.654.2.3932
@@ -12,7 +12,7 @@
MICRO_VERSION=2
INTERFACE_AGE=0
BINARY_AGE=0
-EXTRA_VERSION=37
+EXTRA_VERSION=38
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=
@@ -140,7 +140,7 @@
if test "$GCC" = "yes"
then
- CFLAGS="$CFLAGS -Wno-unused-function"
+ CFLAGS="$CFLAGS -Wno-unused -function"
fi
AC_MSG_CHECKING([if gcc supports -Wno-pointer-sign])
Index: PATCHSETS
===================================================================
RCS file: /srv/cvs/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.3874
retrieving revision 1.1.2.3875
diff -u -d -r1.1.2.3874 -r1.1.2.3875
--- PATCHSETS 24 Sep 2009 16:26:23 -0000 1.1.2.3874
+++ PATCHSETS 24 Sep 2009 16:28:19 -0000 1.1.2.3875
@@ -3862,3 +3862,4 @@
( cvs diff -u -r 1.3.2.2 -r 1.3.2.3 tools/convert_mbox.pl; cvs diff -u -r 1.1.2.3 -r 1.1.2.4 tools/popfile-link.sh; ) > 3.7.2cvs35.patchset
( cvs diff -u -r 1.12.2.57 -r 1.12.2.58 src/action.c; ) > 3.7.2cvs36.patchset
( cvs diff -u -r 1.654.2.3930 -r 1.654.2.3931 configure.ac; ) > 3.7.2cvs37.patchset
+( cvs diff -u -r 1.654.2.3931 -r 1.654.2.3932 configure.ac; ) > 3.7.2cvs38.patchset
Index: ChangeLog
===================================================================
RCS file: /srv/cvs/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3024
retrieving revision 1.396.2.3025
diff -u -d -r1.396.2.3024 -r1.396.2.3025
--- ChangeLog 24 Sep 2009 16:26:23 -0000 1.396.2.3024
+++ ChangeLog 24 Sep 2009 16:28:20 -0000 1.396.2.3025
@@ -1,3 +1,8 @@
+2009-09-24 [iwkse] 3.7.2cvs38
+
+ * configure.ac
+ ...
+
2009-09-24 [iwkse] 3.7.2cvs37
* configure.ac