[grisbi-cvs] [SCM] grisbi branch, grisbi-1.0.x, updated. upstream_version_0_9_90
Pierre Biava
nobody at users.sourceforge.net
Tue Jan 1 18:45:59 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 7f7044de52fb265dd85d414142790c9a0f53017e (commit)
from f000ea93cc63032ceb015e509b5be76e2bd44919 (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 7f7044de52fb265dd85d414142790c9a0f53017e
Author: pbiava <pierre.biava at nerim.net>
Date: Tue Jan 1 18:38:47 2013 +0100
grisbi-0.9.90 first pre-release of grisbi-1.0.0
-----------------------------------------------------------------------
Changes:
diff --git a/configure.in b/configure.in
index 08c99d2..ea83ce0 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, 5)
+m4_define(grisbi_micro_version, 90)
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])
@@ -224,7 +224,7 @@ AC_ARG_ENABLE(werror,
enable_werror=no)
if test "x$enable_werror" = xyes ; then
if test "x$GCC" = "xyes" ; then
- CFLAGS="$CFLAGS -ansi -Wall -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-unused-function"
+ CFLAGS="$CFLAGS -ansi -Wall -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-unused-function -Wno-unused-result"
AC_MSG_WARN([Wall and Wunused flags are enabled])
else
AC_MSG_WARN([Wall and Wunused can be enabled only with gcc])
diff --git a/grisbi.spec b/grisbi.spec
index 964e604..e0987d8 100644
--- a/grisbi.spec
+++ b/grisbi.spec
@@ -1,5 +1,5 @@
%define name grisbi
-%define version 0.9.5
+%define version 0.9.90
%define release %mkrel 1
%define _disable_ld_no_undefined 1
hooks/post-receive
--
grisbi
More information about the cvs
mailing list