Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package json-c for openSUSE:Factory checked in at 2021-05-21 21:49:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/json-c (Old) and /work/SRC/openSUSE:Factory/.json-c.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "json-c" Fri May 21 21:49:30 2021 rev:27 rq:894477 version:0.15 Changes: -------- --- /work/SRC/openSUSE:Factory/json-c/json-c.changes 2020-08-23 09:18:34.802598704 +0200 +++ /work/SRC/openSUSE:Factory/.json-c.new.2988/json-c.changes 2021-05-21 21:49:32.054353279 +0200 @@ -1,0 +2,5 @@ +Wed May 19 15:04:03 UTC 2021 - Fridrich Strba <[email protected]> + +- Add -std=gnu99 to fix build with some gcc versions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ json-c.spec ++++++ --- /var/tmp/diff_new_pack.1Cfx2X/_old 2021-05-21 21:49:32.470351552 +0200 +++ /var/tmp/diff_new_pack.1Cfx2X/_new 2021-05-21 21:49:32.470351552 +0200 @@ -1,7 +1,7 @@ # # spec file for package json-c # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -96,6 +96,7 @@ -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DCMAKE_INSTALL_LIBDIR=%{_libdir} \ + -DCMAKE_C_FLAGS=-std=gnu99 \ -DENABLE_THREADING=ON \ -DENABLE_RDRAND=ON
