Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libqt5-qtdeclarative for 
openSUSE:Factory checked in at 2021-04-24 23:07:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtdeclarative (Old)
 and      /work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqt5-qtdeclarative"

Sat Apr 24 23:07:08 2021 rev:66 rq:887816 version:5.15.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/libqt5-qtdeclarative/libqt5-qtdeclarative.changes    
    2021-03-16 15:43:03.752908335 +0100
+++ 
/work/SRC/openSUSE:Factory/.libqt5-qtdeclarative.new.12324/libqt5-qtdeclarative.changes
     2021-04-24 23:07:31.383256498 +0200
@@ -1,0 +2,6 @@
+Thu Apr 22 14:43:09 UTC 2021 - Fabian Vogt <[email protected]>
+
+- Add patch to fix build with GCC 11 (boo#1185100):
+  * 0001-Include-limits-to-fix-build-with-GCC-11.patch
+
+-------------------------------------------------------------------

New:
----
  0001-Include-limits-to-fix-build-with-GCC-11.patch

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

Other differences:
------------------
++++++ libqt5-qtdeclarative.spec ++++++
--- /var/tmp/diff_new_pack.hzNRqz/_old  2021-04-24 23:07:31.887257212 +0200
+++ /var/tmp/diff_new_pack.hzNRqz/_new  2021-04-24 23:07:31.891257217 +0200
@@ -33,6 +33,7 @@
 Source1:        baselibs.conf
 # PATCH-FIX-OPENSUSE sse2_nojit.patch -- enable JIT and sse2 only on sse2 case
 Patch100:       sse2_nojit.patch
+Patch101:       0001-Include-limits-to-fix-build-with-GCC-11.patch
 Patch103:       qtdeclarative-5.15.0-FixMaxXMaxYExtent.patch
 BuildRequires:  fdupes
 BuildRequires:  libQt5Core-private-headers-devel >= %{version}

++++++ 0001-Include-limits-to-fix-build-with-GCC-11.patch ++++++
>From 9bc2fa1c7ecd907dd513c07e69a95e5c994b8d9a Mon Sep 17 00:00:00 2001
From: Fabian Vogt <[email protected]>
Date: Thu, 22 Apr 2021 16:41:52 +0200
Subject: [PATCH] Include <limits> to fix build with GCC 11

Yarr.h is even broken in upstream WebKit as of now.

References: QTBUG-89977
---
 src/3rdparty/masm/yarr/Yarr.h      | 1 +
 src/qmldebug/qqmlprofilerevent_p.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/3rdparty/masm/yarr/Yarr.h b/src/3rdparty/masm/yarr/Yarr.h
index ccf78f9880..2955ea7e72 100644
--- a/src/3rdparty/masm/yarr/Yarr.h
+++ b/src/3rdparty/masm/yarr/Yarr.h
@@ -28,6 +28,7 @@
 #pragma once
 
 #include <limits.h>
+#include <limits>
 #include "YarrErrorCode.h"
 
 namespace JSC { namespace Yarr {
diff --git a/src/qmldebug/qqmlprofilerevent_p.h 
b/src/qmldebug/qqmlprofilerevent_p.h
index a7e37d1964..3f13679a6a 100644
--- a/src/qmldebug/qqmlprofilerevent_p.h
+++ b/src/qmldebug/qqmlprofilerevent_p.h
@@ -49,6 +49,7 @@
 
 #include <initializer_list>
 #include <type_traits>
+#include <limits>
 
 //
 //  W A R N I N G
-- 
2.20.1

Reply via email to