Hello community, here is the log from the commit of package virtuoso for openSUSE:Factory checked in at 2012-04-18 15:29:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virtuoso (Old) and /work/SRC/openSUSE:Factory/.virtuoso.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virtuoso", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/virtuoso/virtuoso.changes 2012-03-29 14:08:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.virtuoso.new/virtuoso.changes 2012-04-18 15:29:14.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Apr 14 13:54:12 UTC 2012 - [email protected] + +- fix sequence point warning + +------------------------------------------------------------------- New: ---- sequence-point-warning.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virtuoso.spec ++++++ --- /var/tmp/diff_new_pack.RJfboS/_old 2012-04-18 15:29:20.000000000 +0200 +++ /var/tmp/diff_new_pack.RJfboS/_new 2012-04-18 15:29:20.000000000 +0200 @@ -36,6 +36,7 @@ Patch5: virtuoso-wrong-memset.patch # PATCH-FIX-OPENSUSE Do not include build date and hostname in binaries Patch6: virtuoso-no-build-dates.patch +Patch7: sequence-point-warning.diff BuildRequires: bison BuildRequires: flex BuildRequires: gperf @@ -100,6 +101,7 @@ %patch3 -p1 %patch5 -p1 %patch6 -p1 +%patch7 %build # autogen.sh because of patching Makefile.am ++++++ sequence-point-warning.diff ++++++ --- binsrc/tests/isql.c +++ binsrc/tests/isql.c @@ -2153,7 +2153,8 @@ case 'x': /* There's a hexadecimal char constant \xhh */ case 'X': { /* Well, we should check that only max 2 digits are parsed */ - *res_ptr++ = ((UTCHAR) hextoi (&string, ++string)); + *res_ptr++ = ((UTCHAR) hextoi (&string, string+1)); + string++; continue; } /* The following might conflict with some other usage. Commented out. */ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
