On 04/06/13 21:56, Daniel Espinosa wrote: > Please check all is Ok to release a new DEB file for 5.04.
Thanks for the release! I had to fix a build issue (see attached patch). After that one test failed: FAIL: check_cnc_lock On a second try it passed. I haven't investigated it much though. Cheers, Emilio > ---------- Forwarded message ---------- > From: Vivien Malerba <vmale...@gmail.com> > Date: 2013/6/4 > Subject: Re: [gnome-db] Fixed on LIBGDA_5.0 branch > To: Daniel Espinosa <eso...@gmail.com> > Cc: gnome-db list <gnome-db-l...@gnome.org> > > > Libgda 5.0.4 has been released (I had not cleaned correctly a previous > build...) > Regards, > > Vivien > > > On 3 June 2013 23:33, Daniel Espinosa <eso...@gmail.com> wrote: > >> That file is not part of LIBGDA_5.0 branch. >> >> I have a local copy on a VM with Debian 7.0 and it compiles without >> problems. >> >> That file is part of Vala Extensions, added to be released with 5.2. >> >> Please review your repo. >> >> >> 2013/6/3 Vivien Malerba <vmale...@gmail.com> >> >>> I can't make the 5.0 branch compile, I get: >>> config.status: error: cannot find input file: `libgda/data/ >>> libgdadata-5.0.pc.in >>> when running the configure script. >>> Do you have that file in your repo? >>> >>> Vivien >>> >>> >>> On 3 June 2013 21:00, Daniel Espinosa <eso...@gmail.com> wrote: >>> >>>> I've managed to fix Debian Bug #708806 for libgda-5.0 upcoming version >>>> 5.0.4. >>>> >>>> Just wait for a 5.0.4 release. >>>> >>>> Vivien: Could you Release 5.0.4 version with this changes? >>>> >>>> Thanks. >>>> >>>> -- >>>> Trabajar, la mejor arma para tu superación >>>> "de grano en grano, se hace la arena" (R) (en trámite, pero para los >>>> cuates: LIBRE) >>>> >>>> _______________________________________________ >>>> gnome-db-list mailing list >>>> gnome-db-l...@gnome.org >>>> https://mail.gnome.org/mailman/listinfo/gnome-db-list >>>> >>>> >>> >> >> >> -- >> Trabajar, la mejor arma para tu superación >> "de grano en grano, se hace la arena" (R) (en trámite, pero para los >> cuates: LIBRE) >> >> _______________________________________________ >> gnome-db-list mailing list >> gnome-db-l...@gnome.org >> https://mail.gnome.org/mailman/listinfo/gnome-db-list >> >> > > > > > > _______________________________________________ > pkg-gnome-maintainers mailing list > pkg-gnome-maintain...@lists.alioth.debian.org > http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-gnome-maintainers >
--- a/tools/gda-sql.c +++ b/tools/gda-sql.c @@ -6576,11 +6576,11 @@ color_print (GdaSqlColor color, OutputFormat format, const char *fmt, ...) { va_list args; - g_print (color_s (color, format)); + g_print ("%s", color_s (color, format)); va_start (args, fmt); g_vprintf (fmt, args); va_end (args); - g_print (color_s (GDA_SQL_COLOR_RESET, format)); + g_print ("%s", color_s (GDA_SQL_COLOR_RESET, format)); } const gchar *