[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9_1-67-gf47932b

Pierre Biava nobody at users.sourceforge.net
Thu May 26 19:08:16 CEST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".

The branch, master has been updated
       via  f47932bcd6f90e6eb0b26eb737aa6b2ccc4a2ea0 (commit)
       via  6e2a2c1ad9ac2431ee2ccd015d6a4a5e14ebe414 (commit)
      from  9bdea03deb64d2655362d8e9f12b385bac074fb4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f47932bcd6f90e6eb0b26eb737aa6b2ccc4a2ea0
Author: pbiava <pierre.biava at nerim.net>
Date:   Thu May 26 19:05:46 2011 +0200

    new unstable version 0.9.2

commit 6e2a2c1ad9ac2431ee2ccd015d6a4a5e14ebe414
Author: pbiava <pierre.biava at nerim.net>
Date:   Thu May 26 19:05:09 2011 +0200

    Removes the prefix OFX_ for the libofx library

-----------------------------------------------------------------------

Changes:
diff --git a/configure.in b/configure.in
index cb6bc12..a3b865d 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 m4_define(grisbi_major_version, 0)
 m4_define(grisbi_minor_version, 9)
-m4_define(grisbi_micro_version, 1)
+m4_define(grisbi_micro_version, 2)
 m4_define(grisbi_version, grisbi_major_version.grisbi_minor_version.grisbi_micro_version)
 
 AC_INIT([grisbi],[grisbi_version],[http://grisbi.tuxfamily.org/mantis/login_select_proj_page.php?ref=bug_report_page.php],[grisbi],[http://www.grisbi.org/index.fr.html])
diff --git a/grisbi.spec b/grisbi.spec
index 4723426..ccb4e43 100644
--- a/grisbi.spec
+++ b/grisbi.spec
@@ -1,5 +1,5 @@
 %define name    grisbi
-%define version 0.9.1
+%define version 0.9.2
 %define release %mkrel 1
 
 %define _disable_ld_no_undefined 1
diff --git a/src/plugins/ofx/ofx.c b/src/plugins/ofx/ofx.c
index b6e8047..867a88d 100644
--- a/src/plugins/ofx/ofx.c
+++ b/src/plugins/ofx/ofx.c
@@ -193,11 +193,11 @@ int ofx_proc_status_cb(struct OfxStatusData data, void * status_data)
     {
 	switch ( data.severity )
 	{
-	    case OFX_INFO :
+	    case INFO :
 		/* 		pas de pb, on fait rien */
 		break;
 
-	    case OFX_WARN :
+	    case WARN :
 		if ( data.code_valid )
 		    dialogue_warning ( g_strconcat ( _("OFX processing returned following message:\n"),
 						     data.name,
@@ -209,7 +209,7 @@ int ofx_proc_status_cb(struct OfxStatusData data, void * status_data)
 /* 		erreur_import_ofx = 1; */
 		break;
 
-	    case OFX_ERROR:
+	    case ERROR:
 		if ( data.code_valid )
 		    dialogue_error ( g_strconcat ( _("OFX processing returned following error message:\n"),
 						   data.name,


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list