Hello community, here is the log from the commit of package gnucash for openSUSE:Factory checked in at 2018-06-18 13:50:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnucash (Old) and /work/SRC/openSUSE:Factory/.gnucash.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnucash" Mon Jun 18 13:50:41 2018 rev:74 rq:616332 version:3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gnucash/gnucash.changes 2018-06-08 23:12:29.302514857 +0200 +++ /work/SRC/openSUSE:Factory/.gnucash.new/gnucash.changes 2018-06-18 13:50:47.888107714 +0200 @@ -1,0 +2,13 @@ +Tue Jun 12 09:20:27 UTC 2018 - [email protected] + +- Export C/CXXFLAGS="-Wno-error=parentheses, fix build with gcc8. + This is more or less the exact route taken by upstream to + workaround gcc8. + +------------------------------------------------------------------- +Wed Jun 6 21:43:13 UTC 2018 - [email protected] + +- Drop pkgconfig(libgoffice-0.8) BuildRequires: No longer needed, + nor used. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnucash.spec ++++++ --- /var/tmp/diff_new_pack.5XTB2d/_old 2018-06-18 13:50:49.840035565 +0200 +++ /var/tmp/diff_new_pack.5XTB2d/_new 2018-06-18 13:50:49.844035417 +0200 @@ -20,6 +20,7 @@ Name: gnucash Version: 3.1 Release: 0 +### FIXME ### Remove export of C/CXXFLAGS on next version update, should be fixed upstream by then. Summary: Personal Finance Manager License: SUSE-GPL-2.0-with-openssl-exception OR SUSE-GPL-3.0-with-openssl-exception Group: Productivity/Office/Finance @@ -64,7 +65,6 @@ BuildRequires: pkgconfig(icu-uc) BuildRequires: pkgconfig(ktoblzcheck) BuildRequires: pkgconfig(libglade-2.0) -BuildRequires: pkgconfig(libgoffice-0.8) >= 0.7.0 BuildRequires: pkgconfig(libofx) >= 0.9.0 BuildRequires: pkgconfig(libxml-2.0) >= 2.7.0 BuildRequires: pkgconfig(libxslt) @@ -117,6 +117,8 @@ %autosetup -p1 %build +export CXXFLAGS="-Wno-error=parentheses %{optflags}" +export CFLAGS="-Wno-error=parentheses %{optflags}" %cmake \ -DCMAKE_SKIP_RPATH=OFF \ -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON \
