Hello community, here is the log from the commit of package postgresql11 for openSUSE:Factory checked in at 2020-02-03 11:11:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql11 (Old) and /work/SRC/openSUSE:Factory/.postgresql11.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql11" Mon Feb 3 11:11:15 2020 rev:6 rq:768273 version:11.6 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql11/postgresql11.changes 2020-01-28 10:46:06.328457448 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql11.new.26092/postgresql11.changes 2020-02-03 11:11:33.789791705 +0100 @@ -1,0 +2,6 @@ +Mon Jan 27 09:10:34 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Disable explicitly armv8 CRC for %arm, as we use some armv8 + workers for armv6/7 builds which is confusing configure script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql11.spec ++++++ --- /var/tmp/diff_new_pack.7IsKPT/_old 2020-02-03 11:11:36.529793090 +0100 +++ /var/tmp/diff_new_pack.7IsKPT/_new 2020-02-03 11:11:36.529793090 +0100 @@ -435,6 +435,9 @@ %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects export PYTHON=python3 +%ifarch %arm +export USE_ARMV8_CRC32C=0 +%endif PACKAGE_TARNAME=%pgname %configure \ --bindir=%pgbindir \ --libdir=%pglibdir \