[Commits] claws-mail.pc.in 1.1.2.3 1.1.2.4 PATCHSETS 1.1.2.4435 1.1.2.4436 ChangeLog 1.396.2.3605 1.396.2.3606 configure.ac 1.654.2.4502 1.654.2.4503

colin at claws-mail.org colin at claws-mail.org
Wed Sep 12 09:34:17 CEST 2012


Update of /home/claws-mail/claws
In directory srv:/tmp/cvs-serv20791

Modified Files:
      Tag: gtk2
	claws-mail.pc.in PATCHSETS ChangeLog configure.ac 
Log Message:
2012-09-12 [colin]	3.8.1cvs50

	* claws-mail.pc.in
		Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
		where the included menu.h could come from Ncurses.
		Thanks to 'Stainless Steel Rat' <ratinox at gweep.net>

Index: claws-mail.pc.in
===================================================================
RCS file: /home/claws-mail/claws/Attic/claws-mail.pc.in,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- claws-mail.pc.in	10 Oct 2008 05:32:25 -0000	1.1.2.3
+++ claws-mail.pc.in	12 Sep 2012 07:34:14 -0000	1.1.2.4
@@ -11,4 +11,4 @@
 Description: Claws Mail
 Version: @MAJOR_VERSION at .@MINOR_VERSION at .@MICRO_VERSION at .@EXTRA_VERSION@
 
-Cflags: @ENCHANT_CFLAGS@ @GPGME_CFLAGS@ -I${pkgincludedir} -I${pkgincludedir}/common -I${pkgincludedir}/gtk
+Cflags: -I${pkgincludedir}/common -I${pkgincludedir}/gtk @ENCHANT_CFLAGS@ @GPGME_CFLAGS@ -I${pkgincludedir}

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/claws/configure.ac,v
retrieving revision 1.654.2.4502
retrieving revision 1.654.2.4503
diff -u -d -r1.654.2.4502 -r1.654.2.4503
--- configure.ac	11 Sep 2012 19:35:27 -0000	1.654.2.4502
+++ configure.ac	12 Sep 2012 07:34:15 -0000	1.654.2.4503
@@ -12,7 +12,7 @@
 MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=49
+EXTRA_VERSION=50
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/claws/PATCHSETS,v
retrieving revision 1.1.2.4435
retrieving revision 1.1.2.4436
diff -u -d -r1.1.2.4435 -r1.1.2.4436
--- PATCHSETS	11 Sep 2012 19:35:26 -0000	1.1.2.4435
+++ PATCHSETS	12 Sep 2012 07:34:14 -0000	1.1.2.4436
@@ -4424,3 +4424,4 @@
 ( cvs diff -u -r 1.1.2.43 -r 1.1.2.44 src/plugins/bogofilter/bogofilter.c;  ) > 3.8.1cvs47.patchset
 ( cvs diff -u -r 1.115.2.254 -r 1.115.2.255 src/main.c;  ) > 3.8.1cvs48.patchset
 ( cvs diff -u -r 1.115.2.255 -r 1.115.2.256 src/main.c;  ) > 3.8.1cvs49.patchset
+( cvs diff -u -r 1.1.2.3 -r 1.1.2.4 claws-mail.pc.in;  ) > 3.8.1cvs50.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/claws/ChangeLog,v
retrieving revision 1.396.2.3605
retrieving revision 1.396.2.3606
diff -u -d -r1.396.2.3605 -r1.396.2.3606
--- ChangeLog	11 Sep 2012 19:35:26 -0000	1.396.2.3605
+++ ChangeLog	12 Sep 2012 07:34:14 -0000	1.396.2.3606
@@ -1,3 +1,10 @@
+2012-09-12 [colin]	3.8.1cvs50
+
+	* claws-mail.pc.in
+		Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
+		where the included menu.h could come from Ncurses.
+		Thanks to 'Stainless Steel Rat' <ratinox at gweep.net>
+
 2012-09-11 [colin]	3.8.1cvs49
 
 	* src/main.c



More information about the Commits mailing list