Hello community, here is the log from the commit of package libqt5-qtwebengine for openSUSE:Factory checked in at 2016-06-29 15:10:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libqt5-qtwebengine (Old) and /work/SRC/openSUSE:Factory/.libqt5-qtwebengine.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libqt5-qtwebengine" Changes: -------- --- /work/SRC/openSUSE:Factory/libqt5-qtwebengine/libqt5-qtwebengine.changes 2016-05-19 12:14:17.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libqt5-qtwebengine.new/libqt5-qtwebengine.changes 2016-06-29 15:10:41.000000000 +0200 @@ -1,0 +2,14 @@ +Thu Jun 23 08:10:46 UTC 2016 - lbeltrame@kde.org + +- Add use-fno-delete-null-pointer-checks-with-gcc-6.diff: fix + crashes with GCC 6 (https://codereview.qt-project.org/#/c/161965/) + +------------------------------------------------------------------- +Wed Jun 8 14:15:23 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.6.1 + * For more details please see: + http://blog.qt.io/blog/2016/06/08/qt-5-6-1-released/ +- Drop obsolete gcc50-fixes.diff + +------------------------------------------------------------------- Old: ---- gcc50-fixes.diff qtwebengine-opensource-src-5.6.0.tar.xz New: ---- qtwebengine-opensource-src-5.6.1.tar.xz use-fno-delete-null-pointer-checks-with-gcc-6.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqt5-qtwebengine.spec ++++++ --- /var/tmp/diff_new_pack.ecCRz4/_old 2016-06-29 15:10:50.000000000 +0200 +++ /var/tmp/diff_new_pack.ecCRz4/_new 2016-06-29 15:10:50.000000000 +0200 @@ -19,22 +19,22 @@ %define qt5_snapshot 0 Name: libqt5-qtwebengine -Version: 5.6.0 +Version: 5.6.1 Release: 0 Summary: Qt 5 WebEngine Library License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0 Group: Development/Libraries/X11 Url: http://qt.digia.com %define base_name libqt5 -%define real_version 5.6.0 -%define so_version 5.6.0 +%define real_version 5.6.1 +%define so_version 5.6.1 %define tar_version qtwebengine-opensource-src-%{real_version} Source: %{tar_version}.tar.xz Source1: baselibs.conf +# PATCH-FIX-UPSTREAM: use-fno-delete-null-pointer-checks-with-gcc-6.diff - Fix crashes when using GCC6 +Patch0: use-fno-delete-null-pointer-checks-with-gcc-6.diff # http://www.chromium.org/blink not ported to PowerPC ExcludeArch: ppc ppc64 ppc64le s390 s390x -# PATCH-FIX-OPENSUSE gcc50-fixes.diff -- Fix the detection of the Gcc 5.x compiler -Patch2: gcc50-fixes.diff BuildRequires: bison BuildRequires: fdupes BuildRequires: flac-devel @@ -50,6 +50,7 @@ BuildRequires: libpng-devel BuildRequires: libqt5-qtbase-private-headers-devel >= %{version} BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{version} +BuildRequires: libqt5-qttools-private-headers-devel >= %{version} BuildRequires: libqt5-qtwebchannel-private-headers-devel >= %{version} BuildRequires: libqt5-qtxmlpatterns-private-headers-devel >= %{version} BuildRequires: pam-devel @@ -135,8 +136,8 @@ %prep %setup -q -n qtwebengine-opensource-src-%{real_version} -%patch2 -p0 sed -i 's|$(STRIP)|strip|g' src/core/core_module.pro +%patch0 -p1 %package devel Summary: Qt Development Kit @@ -243,6 +244,7 @@ %dir %{_libqt5_libexecdir} %{_libqt5_libexecdir}/QtWebEngineProcess %{_libqt5_archdatadir}/qml/QtWebEngine/ +%{_libqt5_plugindir}/designer/ %files private-headers-devel %defattr(-,root,root,755) @@ -254,7 +256,7 @@ %doc LICENSE.* %exclude %{_libqt5_includedir}/*/%{so_version} %{_libqt5_includedir}/*/ -%{_libqt5_libdir}/cmake/Qt5Web*/ +%{_libqt5_libdir}/cmake/Qt5*/ %{_libqt5_libdir}/libQt*Web*.so %{_libqt5_libdir}/libQt*Web*.prl %{_libqt5_libdir}/qt5/mkspecs/modules/qt_lib_*.pri ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.ecCRz4/_old 2016-06-29 15:10:50.000000000 +0200 +++ /var/tmp/diff_new_pack.ecCRz4/_new 2016-06-29 15:10:50.000000000 +0200 @@ -1,7 +1,7 @@ <constraints> <hardware> <memory> - <size unit="G">4</size> + <size unit="G">6</size> </memory> <processors>4</processors> </hardware> ++++++ qtwebengine-opensource-src-5.6.0.tar.xz -> qtwebengine-opensource-src-5.6.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/libqt5-qtwebengine/qtwebengine-opensource-src-5.6.0.tar.xz /work/SRC/openSUSE:Factory/.libqt5-qtwebengine.new/qtwebengine-opensource-src-5.6.1.tar.xz differ: char 26, line 1 ++++++ use-fno-delete-null-pointer-checks-with-gcc-6.diff ++++++ X-Git-Url: https://codereview.qt-project.org/gitweb?p=qt%2Fqtwebengine-chromium.git;a=b... diff --git a/src/3rdparty/chromium/build/common.gypi b/src/3rdparty/chromium/build/common.gypi index f02d100..fccfc7b 100644 --- a/src/3rdparty/chromium/build/common.gypi +++ b/src/3rdparty/chromium/build/common.gypi @@ -4716,6 +4716,26 @@ }], ], }], + ['gcc_version>=60 and clang==0', { + 'target_conditions': [ + ['_toolset=="target"', { + 'cflags_cc': [ + # V8 needs this, see https://bugs.chromium.org/p/v8/issues/detail?id=3782 + '-fno-delete-null-pointer-checks', + ], + }], + ], + }], + ['host_gcc_version>=60 and clang==0 and host_clang==0', { + 'target_conditions': [ + ['_toolset=="host"', { + 'cflags_cc': [ + # V8 needs this, see https://bugs.chromium.org/p/v8/issues/detail?id=3782 + '-fno-delete-null-pointer-checks', + ], + }], + ], + }], ], }, }],