Hello community,

here is the log from the commit of package libqt5-qtwebengine for 
openSUSE:Factory checked in at 2019-07-22 12:18:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtwebengine (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtwebengine.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtwebengine"

Mon Jul 22 12:18:04 2019 rev:47 rq:714779 version:5.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtwebengine/libqt5-qtwebengine.changes    
2019-06-28 16:32:14.638451586 +0200
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtwebengine.new.4126/libqt5-qtwebengine.changes
  2019-07-22 12:18:04.895700716 +0200
@@ -1,0 +2,10 @@
+Fri Jul 12 07:26:17 UTC 2019 - Fabian Vogt <[email protected]>
+
+- Increase assumed per-job memory use to 2.5GB
+
+-------------------------------------------------------------------
+Thu Jul 11 07:46:30 UTC 2019 - Jiri Slaby <[email protected]>
+
+- add 0001-fix-build-after-y2038-changes-in-glibc.patch
+
+-------------------------------------------------------------------

New:
----
  0001-fix-build-after-y2038-changes-in-glibc.patch

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

Other differences:
------------------
++++++ libqt5-qtwebengine.spec ++++++
--- /var/tmp/diff_new_pack.u5zItc/_old  2019-07-22 12:18:08.559699755 +0200
+++ /var/tmp/diff_new_pack.u5zItc/_new  2019-07-22 12:18:08.563699754 +0200
@@ -68,6 +68,8 @@
 Patch1:         armv6-ffmpeg-no-thumb.patch
 # PATCH-FIX-UPSTREAM disable-gpu-when-using-nouveau-boo-1005323.diff
 Patch2:         disable-gpu-when-using-nouveau-boo-1005323.diff
+# PATCH-FIX-UPSTREAM 0001-fix-build-after-y2038-changes-in-glibc.patch
+Patch3:         0001-fix-build-after-y2038-changes-in-glibc.patch
 # PATCH-FIX-UPSTREAM harmony-fix.diff -- Show the patent-free LCD rendering. 
Without this patch, only grayscale rendering is used. (for freetype-2.8.1) 
boo#1061344
 Patch5:         harmony-fix.diff
 # PATCH-FIX-OPENSUSE (copied from the chromium package)
@@ -291,7 +293,7 @@
         -system-webengine-opus -system-webengine-webp 
-webengine-pepper-plugins -webengine-printing-and-pdf
 
 # Determine the right number of parallel processes based on the available 
memory
-%limit_build -m 2000
+%limit_build -m 2500
 
 # Ensure that also the internal chromium build follows the right number of 
parallel
 # processes instead of its defaults.

++++++ 0001-fix-build-after-y2038-changes-in-glibc.patch ++++++
From: Jiri Slaby <[email protected]>
Date: Thu, 11 Jul 2019 09:35:13 +0200
Subject: fix build after y2038 changes in glibc
Patch-mainline: submitted on 2019/07/11
References: QTBUG-76963

SIOCGSTAMP is defined in linux/sockios.h since kernel 5.2. Include that
file wherever needed.

Signed-off-by: Jiri Slaby <[email protected]>
---
 chromium/third_party/webrtc/rtc_base/physical_socket_server.cc | 1 +
 1 file changed, 1 insertion(+)

--- 
a/src/3rdparty/chromium/third_party/webrtc/rtc_base/physical_socket_server.cc
+++ 
b/src/3rdparty/chromium/third_party/webrtc/rtc_base/physical_socket_server.cc
@@ -67,6 +67,7 @@ typedef void* SockOptArg;
 #endif  // WEBRTC_POSIX
 
 #if defined(WEBRTC_POSIX) && !defined(WEBRTC_MAC) && 
!defined(__native_client__)
+#include <linux/sockios.h>
 
 int64_t GetSocketRecvTimestamp(int socket) {
   struct timeval tv_ioctl;
-- 
2.21.0


Reply via email to