Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package webkit2gtk3 for openSUSE:Factory checked in at 2021-01-30 13:55:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/webkit2gtk3 (Old) and /work/SRC/openSUSE:Factory/.webkit2gtk3.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "webkit2gtk3" Sat Jan 30 13:55:44 2021 rev:111 rq:866803 version:2.30.4 Changes: -------- --- /work/SRC/openSUSE:Factory/webkit2gtk3/webkit2gtk3.changes 2021-01-25 18:23:06.984385622 +0100 +++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new.28504/webkit2gtk3.changes 2021-01-30 13:55:47.065963415 +0100 @@ -1,0 +2,6 @@ +Wed Jan 20 10:47:33 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com> + +- Add gir-multilib.patch: Fix multilib conflict in gir files. +- Disable gold linker for ppc64le + +------------------------------------------------------------------- New: ---- gir-multilib.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ webkit2gtk3.spec ++++++ --- /var/tmp/diff_new_pack.1NF7rx/_old 2021-01-30 13:55:47.865964997 +0100 +++ /var/tmp/diff_new_pack.1NF7rx/_new 2021-01-30 13:55:47.869965005 +0100 @@ -27,7 +27,7 @@ %define _name webkitgtk # gold linker not available on old s390/s390x %define _gold_linker 1 -%ifarch ppc s390 +%ifarch ppc ppc64le s390 %define _gold_linker 0 %endif Name: webkit2gtk3 @@ -41,15 +41,20 @@ Source1: %{url}/releases/%{_name}-%{version}.tar.xz.asc Source98: baselibs.conf Source99: webkit2gtk3.keyring + # PATCH-FIX-OPENSUSE no-forced-sse.patch jeng...@iani.de -- cure execution of illegal instruction in i586 firefox. Patch0: no-forced-sse.patch # PATCH-FIX-UPSTREAM webkit-font-scaling.patch https://bugs.webkit.org/show_bug.cgi?id=218450 badshah...@gmail.com -- Fix system font scaling not applied to 'font-size: XXXpt' Patch1: webkit-font-scaling.patch +# PATCH-FIX-UPSTREAM gir-multilib.patch -- Fix multilib conflict in gir files +Patch2: gir-multilib.patch + # Below patches are for 15.0/15.1 only # PATCH-FIX-OPENSUSE webkit-process.patch boo#1159329 mgo...@suse.com -- use single web process for evolution and geary. Patch100: webkit-process.patch # PATCH-FIX-OPENSUSE old-wayland-scanner.patch mgo...@suse.com -- pass code to wayland-scanner, rather than private-code Patch101: old-wayland-scanner.patch + BuildRequires: Mesa-libEGL-devel BuildRequires: Mesa-libGL-devel BuildRequires: Mesa-libGLESv1_CM-devel @@ -278,6 +283,7 @@ %setup -q -n webkitgtk-%{version} %patch0 -p1 %patch1 -p1 +%patch2 -p1 %if 0%{?suse_version} <= 1500 && 0%{?sle_version} < 150200 %patch100 -p1 %patch101 -p1 ++++++ gir-multilib.patch ++++++ --- a/Source/JavaScriptCore/PlatformGTK.cmake +++ a/Source/JavaScriptCore/PlatformGTK.cmake @@ -79,6 +79,8 @@ if (ENABLE_INTROSPECTION) --pkg-export=javascriptcoregtk-${WEBKITGTK_API_VERSION} --output=${CMAKE_BINARY_DIR}/JavaScriptCore-${WEBKITGTK_API_VERSION}.gir --c-include="jsc/jsc.h" + --sources-top-dirs=${CMAKE_BINARY_DIR} + --sources-top-dirs=${CMAKE_SOURCE_DIR} -DJSC_COMPILATION -I${CMAKE_SOURCE_DIR}/Source -I${JAVASCRIPTCORE_DIR} --- a/Source/WebKit/PlatformGTK.cmake +++ a/Source/WebKit/PlatformGTK.cmake @@ -678,6 +678,8 @@ if (ENABLE_INTROSPECTION) --pkg-export=webkit2gtk-${WEBKITGTK_API_VERSION} --output=${CMAKE_BINARY_DIR}/WebKit2-${WEBKITGTK_API_VERSION}.gir --c-include="webkit2/webkit2.h" + --sources-top-dirs=${CMAKE_BINARY_DIR} + --sources-top-dirs=${CMAKE_SOURCE_DIR} -DBUILDING_WEBKIT -DWEBKIT2_COMPILATION -I${CMAKE_SOURCE_DIR}/Source