[grisbi-cvs] [SCM] grisbi branch, grisbi-1.0.x, updated. upstream_version_0_9_90-31-g5cc1df9

Rémi Cardona nobody at users.sourceforge.net
Wed Jan 9 09:02:22 CET 2013


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, grisbi-1.0.x has been updated
       via  5cc1df94b3cb24d3cbe89437010ed8de339bd44b (commit)
       via  70b9fc7373572d0ea01c34535c14db9b40697c2f (commit)
       via  22853008c3df521d26e841a17bb6cfe3918d98b0 (commit)
      from  fab60f0ef1480421ca2715d6ac75f0675757a196 (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 5cc1df94b3cb24d3cbe89437010ed8de339bd44b
Author: Rémi Cardona <remi at gentoo.org>
Date:   Mon Jan 7 23:36:24 2013 +0100

    Release version 0.9.91

commit 70b9fc7373572d0ea01c34535c14db9b40697c2f
Author: Rémi Cardona <remi at gentoo.org>
Date:   Wed Jan 9 08:34:04 2013 +0100

    Compress tarball with bz2 instead of gzip

commit 22853008c3df521d26e841a17bb6cfe3918d98b0
Author: Rémi Cardona <remi at gentoo.org>
Date:   Mon Jan 7 23:30:34 2013 +0100

    Remove deleted gsb_plugins.c from POTFILES.in

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

Changes:
diff --git a/configure.in b/configure.in
index 7382a5b..bbaf043 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, 90)
+m4_define(grisbi_micro_version, 91)
 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])
@@ -33,7 +33,7 @@ AC_PROG_OBJC
 dnl Check if we have backtrace support
 AC_CHECK_FUNCS(backtrace)
 
-AM_INIT_AUTOMAKE([-Wall foreign])
+AM_INIT_AUTOMAKE([-Wall foreign dist-bzip2 no-dist-gzip])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 dnl Initialize libtool
diff --git a/grisbi.spec b/grisbi.spec
index e0987d8..b32e19b 100644
--- a/grisbi.spec
+++ b/grisbi.spec
@@ -1,5 +1,5 @@
 %define name    grisbi
-%define version 0.9.90
+%define version 0.9.91
 %define release %mkrel 1
 
 %define _disable_ld_no_undefined 1
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 9c0c34a..82746c9 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -90,7 +90,6 @@ src/gsb_fyear.c
 src/gsb_fyear_config.c
 src/gsb_payment_method.c
 src/gsb_payment_method_config.c
-src/gsb_plugins.c
 src/gsb_real.c
 src/gsb_reconcile.c
 src/gsb_reconcile_config.c


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list