Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package chromium for openSUSE:Factory checked in at 2021-12-27 16:08:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chromium (Old) and /work/SRC/openSUSE:Factory/.chromium.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chromium" Mon Dec 27 16:08:27 2021 rev:313 rq:942656 version:96.0.4664.110 Changes: -------- --- /work/SRC/openSUSE:Factory/chromium/chromium.changes 2021-12-24 20:23:36.938033112 +0100 +++ /work/SRC/openSUSE:Factory/.chromium.new.2520/chromium.changes 2021-12-27 16:08:28.929746669 +0100 @@ -1,0 +2,8 @@ +Sun Dec 26 23:02:18 UTC 2021 - Callum Farmer <gm...@opensuse.org> + +- Define GNU_SOURCE and fix the below patched issues +- Removed patches: + * chromium-86-f_seal.patch + * chromium-90-fseal.patch + +------------------------------------------------------------------- Old: ---- chromium-86-f_seal.patch chromium-90-fseal.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chromium.spec ++++++ --- /var/tmp/diff_new_pack.DztXB7/_old 2021-12-27 16:08:33.749750091 +0100 +++ /var/tmp/diff_new_pack.DztXB7/_new 2021-12-27 16:08:33.753750094 +0100 @@ -86,9 +86,7 @@ Patch17: chromium-86-ImageMemoryBarrierData-init.patch Patch18: chromium-86-nearby-explicit.patch Patch19: chromium-86-nearby-include.patch -Patch20: chromium-86-f_seal.patch Patch21: chromium-gcc11.patch -Patch25: chromium-90-fseal.patch Patch31: chromium-89-missing-cstring-header.patch Patch40: chromium-91-java-only-allowed-in-android-builds.patch Patch44: chromium-95-libyuv-aarch64.patch @@ -615,7 +613,7 @@ # ignore warnings due to gcc bug (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84055) export CXXFLAGS="${CXXFLAGS} -Wno-ignored-attributes" # ingore new gcc 8 warnings that aren't yet handled upstream -export CXXFLAGS="${CXXFLAGS} -Wno-address -Wno-dangling-else" +export CXXFLAGS="${CXXFLAGS} -Wno-address -Wno-dangling-else -D_GNU_SOURCE" # for wayland export CXXFLAGS="${CXXFLAGS} -I/usr/include/wayland -I/usr/include/libxkbcommon" %if %{with clang}