Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package envoy-proxy for openSUSE:Factory checked in at 2021-05-25 21:07:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/envoy-proxy (Old) and /work/SRC/openSUSE:Factory/.envoy-proxy.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "envoy-proxy" Tue May 25 21:07:53 2021 rev:13 rq:894252 version:1.14.4 Changes: -------- --- /work/SRC/openSUSE:Factory/envoy-proxy/envoy-proxy.changes 2021-03-19 16:40:29.485898228 +0100 +++ /work/SRC/openSUSE:Factory/.envoy-proxy.new.2988/envoy-proxy.changes 2021-05-25 21:07:56.267080158 +0200 @@ -1,0 +2,5 @@ +Wed May 19 08:15:16 UTC 2021 - Martin Li??ka <[email protected]> + +- Build it with GCC 10 for now (boo#1183836). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ envoy-proxy.spec ++++++ --- /var/tmp/diff_new_pack.CU3PMw/_old 2021-05-25 21:07:57.351075401 +0200 +++ /var/tmp/diff_new_pack.CU3PMw/_new 2021-05-25 21:07:57.351075401 +0200 @@ -156,7 +156,7 @@ BuildRequires: cmake BuildRequires: fdupes BuildRequires: fmt-devel -BuildRequires: gcc-c++ +BuildRequires: gcc10-c++ BuildRequires: gcovr BuildRequires: git BuildRequires: golang-packaging @@ -213,7 +213,8 @@ GIT_AUTHOR_DATE=2000-01-01T01:01:01 GIT_COMMITTER_DATE=2000-01-01T01:01:01 \ git commit -m "Dummy commit just to satisfy bazel" &> /dev/null -bazel build \ +# workaround for boo#1183836 +CC=gcc-10 CXX=g++-10 bazel build \ -c dbg \ --color=no \ --copt="-fsigned-char" \
