From 31b3e54cdc4bc7f2108b910674688ea0d59b7032 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 27 Oct 2020 22:03:08 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/qt5-qtconnectivity.git#0ae88b90f857bfcc2d0ea33d16753d8eed5db9e1 --- qt5-qtconnectivity-gcc11.patch | 13 +++++++++++++ qt5-qtconnectivity.spec | 7 ++++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 qt5-qtconnectivity-gcc11.patch diff --git a/qt5-qtconnectivity-gcc11.patch b/qt5-qtconnectivity-gcc11.patch new file mode 100644 index 0000000..d6175a2 --- /dev/null +++ b/qt5-qtconnectivity-gcc11.patch @@ -0,0 +1,13 @@ +diff --git a/src/bluetooth/lecmaccalculator.cpp b/src/bluetooth/lecmaccalculator.cpp +index b150466..507603c 100644 +--- a/src/bluetooth/lecmaccalculator.cpp ++++ b/src/bluetooth/lecmaccalculator.cpp +@@ -38,6 +38,8 @@ + ****************************************************************************/ + #include "lecmaccalculator_p.h" + ++#include ++ + #include "bluez/bluez_data_p.h" + + #include diff --git a/qt5-qtconnectivity.spec b/qt5-qtconnectivity.spec index 2267dd9..5bba0c7 100644 --- a/qt5-qtconnectivity.spec +++ b/qt5-qtconnectivity.spec @@ -3,13 +3,14 @@ Summary: Qt5 - Connectivity components Name: qt5-%{qt_module} Version: 5.15.1 -Release: 1%{?dist} +Release: 2%{?dist} # See LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://qt.io %global majmin %(echo %{version} | cut -d. -f1-2) Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz +Patch0: %{name}-gcc11.patch # filter qml provides %global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$ @@ -39,6 +40,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %prep %setup -q -n %{qt_module}-everywhere-src-%{version} +%patch0 -p1 %build @@ -111,6 +113,9 @@ popd %changelog +* Fri Oct 16 2020 Jeff law - 5.15.1-2 +- Fix missing #include for gcc-11 + * Thu Sep 10 2020 Jan Grulich - 5.15.1-1 - 5.15.1