Hello community, here is the log from the commit of package envoy-proxy for openSUSE:Factory checked in at 2020-03-19 19:45:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/envoy-proxy (Old) and /work/SRC/openSUSE:Factory/.envoy-proxy.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "envoy-proxy" Thu Mar 19 19:45:08 2020 rev:7 rq:785692 version:1.12.2+git.20200109 Changes: -------- --- /work/SRC/openSUSE:Factory/envoy-proxy/envoy-proxy.changes 2020-03-11 18:44:47.643356920 +0100 +++ /work/SRC/openSUSE:Factory/.envoy-proxy.new.3160/envoy-proxy.changes 2020-03-19 19:49:00.420139352 +0100 @@ -1,0 +2,5 @@ +Mon Mar 16 16:49:33 UTC 2020 - MichaĆ Rostecki <[email protected]> + +- Fix the include dir of moonjit. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ envoy-proxy.spec ++++++ --- /var/tmp/diff_new_pack.ajZe6O/_old 2020-03-19 19:49:03.376141059 +0100 +++ /var/tmp/diff_new_pack.ajZe6O/_new 2020-03-19 19:49:03.380141061 +0100 @@ -16,6 +16,8 @@ # +%define moonjit_version %(rpm -q --qf '%%{VERSION}' moonjit) +%define moonjit_shortver %(cut -d . -f 1 <<< %{moonjit_version}).%(cut -d . -f 2 <<< %{moonjit_version}) %define src_install_dir /usr/src/%{name} Name: envoy-proxy @@ -185,7 +187,7 @@ envoy/bazel/repositories.bzl # Bump the version of luajit. -sed -i "s|luajit-2.1|luajit-5_1-2.1|g" envoy/source/extensions/filters/common/lua/lua.h +sed -i "s|luajit-2.1|moonjit-%{moonjit_shortver}|g" envoy/source/extensions/filters/common/lua/lua.h # Fix includes of sqlparser headers. find . -type f "(" -name "*.cc" -o -name "*.h" ")" -exec sed -i -e "s|include/sqlparser|sqlparser|" {} +
