Hello community,

here is the log from the commit of package webkit2gtk3 for openSUSE:Factory 
checked in at 2020-12-09 22:12:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/webkit2gtk3 (Old)
 and      /work/SRC/openSUSE:Factory/.webkit2gtk3.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "webkit2gtk3"

Wed Dec  9 22:12:01 2020 rev:108 rq:853736 version:2.30.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/webkit2gtk3/webkit2gtk3.changes  2020-12-04 
21:27:05.850005115 +0100
+++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new.2328/webkit2gtk3.changes        
2020-12-09 22:12:05.155107461 +0100
@@ -1,0 +2,9 @@
+Thu Dec  3 22:23:20 UTC 2020 - Michael Gorse <mgo...@suse.com>
+
+- Add old-wayland-scanner.patch for 15.0/15.1: support older
+  wayland-scanner. Also renumber patches to group
+  15.0/15.1-specific patches together.
+- Have the libwebkit2gtk package require libjavascriptcoregtk of
+  the same version (boo#1171531).
+
+-------------------------------------------------------------------

New:
----
  old-wayland-scanner.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ webkit2gtk3.spec ++++++
--- /var/tmp/diff_new_pack.jAmDcj/_old  2020-12-09 22:12:05.883108199 +0100
+++ /var/tmp/diff_new_pack.jAmDcj/_new  2020-12-09 22:12:05.883108199 +0100
@@ -41,12 +41,15 @@
 Source1:        %{url}/releases/%{_name}-%{version}.tar.xz.asc
 Source98:       baselibs.conf
 Source99:       webkit2gtk3.keyring
-# PATCH-FIX-OPENSUSE webkit-process.patch boo#1159329 mgo...@suse.com -- use 
single web process for evolution and geary.
-Patch0:         webkit-process.patch
 # PATCH-FIX-OPENSUSE no-forced-sse.patch jeng...@iani.de -- cure execution of 
illegal instruction in i586 firefox.
-Patch1:         no-forced-sse.patch
+Patch0:         no-forced-sse.patch
 # PATCH-FIX-UPSTREAM 
0001-ICU-68.1-no-longer-exposes-FALSE-and-TRUE-macros-by-.patch 
dims...@opensuse.org -- ICU 68.1 no longer exposes FALSE and TRUE macros by 
default
-Patch2:         
http://git.yoctoproject.org/cgit/cgit.cgi/poky/plain/meta/recipes-sato/webkit/webkitgtk/0001-ICU-68.1-no-longer-exposes-FALSE-and-TRUE-macros-by-.patch
+Patch1:         
http://git.yoctoproject.org/cgit/cgit.cgi/poky/plain/meta/recipes-sato/webkit/webkitgtk/0001-ICU-68.1-no-longer-exposes-FALSE-and-TRUE-macros-by-.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
@@ -139,6 +142,7 @@
 %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200
 Requires:       bubblewrap
 %endif
+Requires:       libjavascriptcoregtk%{_sover} = %{version}
 Requires:       webkit2gtk-4_0-injected-bundles
 %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200
 Requires:       xdg-dbus-proxy
@@ -272,11 +276,12 @@
 
 %prep
 %setup -n webkitgtk-%{version}
-%if 0%{?suse_version} <= 1500 && 0%{?sle_version} < 150200
 %patch0 -p1
-%endif
 %patch1 -p1
-%patch2 -p1
+%if 0%{?suse_version} <= 1500 && 0%{?sle_version} < 150200
+%patch100 -p1
+%patch101 -p1
+%endif
 
 %build
 %define _lto_cflags %{nil}

++++++ old-wayland-scanner.patch ++++++
diff -urp webkitgtk-2.30.3.orig/Source/WebKit/PlatformGTK.cmake 
webkitgtk-2.30.3/Source/WebKit/PlatformGTK.cmake
--- webkitgtk-2.30.3.orig/Source/WebKit/PlatformGTK.cmake       2020-09-11 
03:11:29.000000000 -0500
+++ webkitgtk-2.30.3/Source/WebKit/PlatformGTK.cmake    2020-12-02 
14:05:01.252761221 -0600
@@ -572,14 +572,14 @@ if (ENABLE_WAYLAND_TARGET)
         DEPENDS ${WEBKIT_DIR}/Shared/gtk/WebKitWaylandProtocol.xml
         COMMAND ${WAYLAND_SCANNER} server-header 
${WEBKIT_DIR}/Shared/gtk/WebKitWaylandProtocol.xml 
${DERIVED_SOURCES_WEBKIT2GTK_DIR}/WebKitWaylandServerProtocol.h
         COMMAND ${WAYLAND_SCANNER} client-header 
${WEBKIT_DIR}/Shared/gtk/WebKitWaylandProtocol.xml 
${DERIVED_SOURCES_WEBKIT2GTK_DIR}/WebKitWaylandClientProtocol.h
-        COMMAND ${WAYLAND_SCANNER} private-code 
${WEBKIT_DIR}/Shared/gtk/WebKitWaylandProtocol.xml 
${DERIVED_SOURCES_WEBKIT2GTK_DIR}/WebKitWaylandClientProtocol.c
+        COMMAND ${WAYLAND_SCANNER} code 
${WEBKIT_DIR}/Shared/gtk/WebKitWaylandProtocol.xml 
${DERIVED_SOURCES_WEBKIT2GTK_DIR}/WebKitWaylandClientProtocol.c
         VERBATIM
     )
 
     add_custom_command(
         OUTPUT 
${DERIVED_SOURCES_WEBKIT2GTK_DIR}/pointer-constraints-unstable-v1-protocol.c
         DEPENDS 
${WAYLAND_PROTOCOLS_DATADIR}/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
-        COMMAND ${WAYLAND_SCANNER} private-code 
${WAYLAND_PROTOCOLS_DATADIR}/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
 ${DERIVED_SOURCES_WEBKIT2GTK_DIR}/pointer-constraints-unstable-v1-protocol.c
+        COMMAND ${WAYLAND_SCANNER} code 
${WAYLAND_PROTOCOLS_DATADIR}/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
 ${DERIVED_SOURCES_WEBKIT2GTK_DIR}/pointer-constraints-unstable-v1-protocol.c
         COMMAND ${WAYLAND_SCANNER} client-header 
${WAYLAND_PROTOCOLS_DATADIR}/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
 
${DERIVED_SOURCES_WEBKIT2GTK_DIR}/pointer-constraints-unstable-v1-client-protocol.h
         VERBATIM
     )
@@ -587,7 +587,7 @@ if (ENABLE_WAYLAND_TARGET)
     add_custom_command(
         OUTPUT 
${DERIVED_SOURCES_WEBKIT2GTK_DIR}/relative-pointer-unstable-v1-protocol.c
         DEPENDS 
${WAYLAND_PROTOCOLS_DATADIR}/unstable/relative-pointer/relative-pointer-unstable-v1.xml
-        COMMAND ${WAYLAND_SCANNER} private-code 
${WAYLAND_PROTOCOLS_DATADIR}/unstable/relative-pointer/relative-pointer-unstable-v1.xml
 ${DERIVED_SOURCES_WEBKIT2GTK_DIR}/relative-pointer-unstable-v1-protocol.c
+        COMMAND ${WAYLAND_SCANNER} code 
${WAYLAND_PROTOCOLS_DATADIR}/unstable/relative-pointer/relative-pointer-unstable-v1.xml
 ${DERIVED_SOURCES_WEBKIT2GTK_DIR}/relative-pointer-unstable-v1-protocol.c
         COMMAND ${WAYLAND_SCANNER} client-header 
${WAYLAND_PROTOCOLS_DATADIR}/unstable/relative-pointer/relative-pointer-unstable-v1.xml
 
${DERIVED_SOURCES_WEBKIT2GTK_DIR}/relative-pointer-unstable-v1-client-protocol.h
         VERBATIM
     )
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to