Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package webkit2gtk3 for openSUSE:Factory 
checked in at 2022-09-21 14:40:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/webkit2gtk3 (Old)
 and      /work/SRC/openSUSE:Factory/.webkit2gtk3.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "webkit2gtk3"

Wed Sep 21 14:40:10 2022 rev:152 rq:1004770 version:2.38.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/webkit2gtk3/webkit2gtk3.changes  2022-08-28 
13:12:15.652535264 +0200
+++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new.2083/webkit2gtk3.changes        
2022-09-21 14:40:40.101461413 +0200
@@ -1,0 +2,69 @@
+Fri Sep 16 22:44:55 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Update to version 2.38.0 (boo#1203530):
+  + New media controls UI style.
+  + Add new API to set WebView???s Content-Security-Policy for web
+    extensions support.
+  + Make it possible to use the remote inspector from other
+    browsers using WEBKIT_INSPECTOR_HTTP_SERVER env var.
+  + MediaSession is enabled by default, allowing remote media
+    control using MPRIS.
+  + Add support for PDF documents using PDF.js.
++ Security fixes: CVE-2022-32886, CVE-2022-32912.
+
+-------------------------------------------------------------------
+Mon Sep  5 06:25:57 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Update to version 2.37.91:
+  + Cache and reuse image-based backing stores to improve memory
+    consumption.
+  + Fix printing with bubblewrap sandbox enabled.
+  + Deprecate enable-frame-flattening setting because the
+    functionality will be removed for 2.40.
+  + Fix deadlock when disposing player while handling rotation tag.
+  + Fix several crashes and rendering issues.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Aug 26 13:40:09 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Update to version 2.37.90:
+  + Remove libnotify dependency.
+  + Add support for service worker notifications.
+  + Add support for loading the notification icon.
+  + Add support for pac proxy type in WebDriver.
+  + Fix several crashes and rendering issues.
+  + Updated translations.
+- Changes from version 2.37.1:
+  + Add initial implementation of WebRTC using GstWebRTC if
+    GStreamer 1.20 is available, disabled by default via web view
+    settings.
+  + Add new API to set WebView???s Content-Security-Policy for web
+    extensions support.
+  + Add new API to run async JavaScript functions.
+  + Expose typed arrays in JavaScriptCore GLib API.
+  + Add support for PDF documents using PDF.js.
+  + Show font name and font variant settings in the inspector.
+  + MediaSession is enabled by default, allowing remote media
+    control using MPRIS.
+  + Modernized media controls UI.
+  + Add Support Google Dynamic Ad Insertion (DAI).
+  + Add support for capturing encoded video streams from a webcam.
+  + Make it possible to use the remote inspector from other
+    browsers using WEBKIT_INSPECTOR_HTTP_SERVER env var.
+  + Add support for IPv6 in the remote inspector.
+  + Update form elements style to match libadwaita.
+  + Fix canvas animations and images with threaded rendering
+    enabled.
+  + Switch to use gi-docgen for API documentation instead of
+    gtk-doc.
+  + Remove the ATK a11y implementation that has been replaced by
+    AT-SPI DBus interfaces.
+  + Fix several crashes and rendering issues.
+- Update no-forced-sse.patch with quilt.
+- Pass -DENABLE_DOCUMENTATION=OFF to configure, we did not build
+  the API docs in the past, and I see no reason to start now.
+- Drop pkgconfig(libnotify) BuildRequires: No longer needed, nor
+  used if available.
+
+-------------------------------------------------------------------
@@ -27 +96 @@
-  + Security fixes: CVE-2022-32792, CVE-2022-32816.
+  + Security fixes: CVE-2022-32792, CVE-2022-32816, CVE-2022-32891.

Old:
----
  webkitgtk-2.36.7.tar.xz
  webkitgtk-2.36.7.tar.xz.asc

New:
----
  webkitgtk-2.38.0.tar.xz
  webkitgtk-2.38.0.tar.xz.asc

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

Other differences:
------------------
++++++ webkit2gtk3.spec ++++++
--- /var/tmp/diff_new_pack.WtS3Am/_old  2022-09-21 14:40:41.589465540 +0200
+++ /var/tmp/diff_new_pack.WtS3Am/_new  2022-09-21 14:40:41.597465562 +0200
@@ -70,7 +70,7 @@
 %endif
 
 Name:           webkit2%{_gtknamesuffix}
-Version:        2.36.7
+Version:        2.38.0
 Release:        0
 Summary:        Library for rendering web content, GTK+ Port
 License:        BSD-3-Clause AND LGPL-2.0-or-later
@@ -144,7 +144,6 @@
 BuildRequires:  pkgconfig(harfbuzz) >= 0.9.18
 BuildRequires:  pkgconfig(lcms2)
 BuildRequires:  pkgconfig(libavif) >= 0.9.0
-BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(libseccomp)
 BuildRequires:  pkgconfig(libsecret-1)
@@ -355,6 +354,7 @@
 %cmake \
   -GNinja \
   -DCMAKE_BUILD_TYPE=Release \
+  -DENABLE_DOCUMENTATION=OFF \
 %if %usegcc10
   -DCMAKE_C_COMPILER=gcc-10 \
   -DCMAKE_CXX_COMPILER=g++-10 \

++++++ no-forced-sse.patch ++++++
--- /var/tmp/diff_new_pack.WtS3Am/_old  2022-09-21 14:40:41.661465740 +0200
+++ /var/tmp/diff_new_pack.WtS3Am/_new  2022-09-21 14:40:41.665465751 +0200
@@ -1,7 +1,9 @@
---- orig-webkitgtk-2.35.3/Source/cmake/WebKitCompilerFlags.cmake       
2022-02-10 14:13:15.967239967 +0100
-+++ webkitgtk-2.35.3/Source/cmake/WebKitCompilerFlags.cmake    2022-02-10 
18:20:56.008703314 +0100
-@@ -156,15 +156,6 @@
-         WEBKIT_PREPEND_GLOBAL_COMPILER_FLAGS(-Wno-expansion-to-defined)
+Index: webkitgtk-2.37.90/Source/cmake/WebKitCompilerFlags.cmake
+===================================================================
+--- webkitgtk-2.37.90.orig/Source/cmake/WebKitCompilerFlags.cmake
++++ webkitgtk-2.37.90/Source/cmake/WebKitCompilerFlags.cmake
+@@ -154,15 +154,6 @@ if (COMPILER_IS_GCC_OR_CLANG)
+         WEBKIT_PREPEND_GLOBAL_CXX_FLAGS(-Wno-odr)
      endif ()
  
 -    # Force SSE2 fp on x86 builds.


++++++ webkitgtk-2.36.7.tar.xz -> webkitgtk-2.38.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/webkit2gtk3/webkitgtk-2.36.7.tar.xz 
/work/SRC/openSUSE:Factory/.webkit2gtk3.new.2083/webkitgtk-2.38.0.tar.xz 
differ: char 26, line 1

Reply via email to