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
This commit is contained in:
parent
6a2b39f32d
commit
31b3e54cdc
13
qt5-qtconnectivity-gcc11.patch
Normal file
13
qt5-qtconnectivity-gcc11.patch
Normal file
@ -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 <limits>
|
||||
+
|
||||
#include "bluez/bluez_data_p.h"
|
||||
|
||||
#include <QtCore/qbytearray.h>
|
@ -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 <law@redhat.com> - 5.15.1-2
|
||||
- Fix missing #include for gcc-11
|
||||
|
||||
* Thu Sep 10 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.1-1
|
||||
- 5.15.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user