[Commits] configure.ac 1.1.2.232 1.1.2.233 PATCHSETS 1.1.2.186 1.1.2.187 ChangeLog 1.1.2.227 1.1.2.228

colin at claws-mail.org colin at claws-mail.org
Mon Sep 10 09:50:21 CEST 2012


Update of /home/claws-mail/plugins/notification
In directory srv:/tmp/cvs-serv24462

Modified Files:
      Tag: gtk2
	configure.ac PATCHSETS ChangeLog 
Log Message:
2012-09-10 [colin]	0.30cvs4

	* configure.ac
		Revert mistakinly commited hunk, thanks
		to Holger for noticing.

Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/notification/Attic/configure.ac,v
retrieving revision 1.1.2.232
retrieving revision 1.1.2.233
diff -u -d -r1.1.2.232 -r1.1.2.233
--- configure.ac	8 Sep 2012 20:32:01 -0000	1.1.2.232
+++ configure.ac	10 Sep 2012 07:50:19 -0000	1.1.2.233
@@ -9,7 +9,7 @@
 MAJOR_VERSION=0
 MINOR_VERSION=30
 MICRO_VERSION=0
-EXTRA_VERSION=3
+EXTRA_VERSION=4
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then
@@ -273,7 +273,6 @@
 if test "x$enable_libindicate" != "xno"; then
   LIBINDICATE_MODULE=indicate
   PKG_CHECK_EXISTS(indicate-0.5 >= 0.5.0,[LIBINDICATE_MODULE=indicate-0.5], [])
-  PKG_CHECK_EXISTS(indicate-0.7 >= 0.5.0,[LIBINDICATE_MODULE=indicate-0.7], [])
   PKG_CHECK_MODULES(libindicate, $LIBINDICATE_MODULE >= $LIBINDICATE_REQUIRED,
     have_libindicate=yes, have_libindicate=no)
   if test "x$have_libindicate" = "xno" -a "x$enable_libindicate" = "xyes"; then

Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/notification/Attic/PATCHSETS,v
retrieving revision 1.1.2.186
retrieving revision 1.1.2.187
diff -u -d -r1.1.2.186 -r1.1.2.187
--- PATCHSETS	8 Sep 2012 20:32:01 -0000	1.1.2.186
+++ PATCHSETS	10 Sep 2012 07:50:19 -0000	1.1.2.187
@@ -188,3 +188,4 @@
 ( cvs diff -u -r 1.1.2.15 -r 1.1.2.16 src/notification_foldercheck.c;  cvs diff -u -r 1.1.2.44 -r 1.1.2.45 src/notification_plugin.c;  ) > 0.30cvs1.patchset
 ( cvs diff -u -r 1.1.2.2 -r 1.1.2.3 src/gettext.h;  ) > 0.30cvs2.patchset
 ( cvs diff -u -r 1.1.2.30 -r 1.1.2.31 src/notification_core.c;  cvs diff -u -r 1.1.2.45 -r 1.1.2.46 src/notification_plugin.c;  cvs diff -u -r 1.1.2.39 -r 1.1.2.40 src/notification_trayicon.c;  ) > 0.30cvs3.patchset
+( cvs diff -u -r 1.1.2.232 -r 1.1.2.233 configure.ac;  ) > 0.30cvs4.patchset

Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/notification/Attic/ChangeLog,v
retrieving revision 1.1.2.227
retrieving revision 1.1.2.228
diff -u -d -r1.1.2.227 -r1.1.2.228
--- ChangeLog	8 Sep 2012 20:32:01 -0000	1.1.2.227
+++ ChangeLog	10 Sep 2012 07:50:19 -0000	1.1.2.228
@@ -1,3 +1,9 @@
+2012-09-10 [colin]	0.30cvs4
+
+	* configure.ac
+		Revert mistakinly commited hunk, thanks
+		to Holger for noticing.
+
 2012-09-08 [colin]	0.30cvs3
 
 	* src/notification_core.c



More information about the Commits mailing list