Compare commits
No commits in common. "8e7abdacdb2ea93c39ede63c963760021c945c57" and "8ceabca40b5f17c6bf56b60d8bb32786c3ba59fb" have entirely different histories.
8e7abdacdb
...
8ceabca40b
6
_constraints
Normal file
6
_constraints
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<constraints>
|
||||||
|
<linux><version>
|
||||||
|
<min>4.0</min>
|
||||||
|
</version></linux>
|
||||||
|
</constraints>
|
||||||
|
|
||||||
@ -1,13 +0,0 @@
|
|||||||
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>
|
|
||||||
@ -1,22 +1,18 @@
|
|||||||
# spec file for qt5-qtconnectivity
|
# spec file for qt5-qtconnectivity
|
||||||
%global qt_module qtconnectivity
|
%global qt_module qtconnectivity
|
||||||
|
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.15.2
|
Version: 5.11.1
|
||||||
Release: 1
|
Release: 3
|
||||||
Summary: Qt5 - Connectivity components
|
Summary: QtConnectivity components for qt5
|
||||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||||
Url: http://qt.io
|
URL: http://qt.io
|
||||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
%global major_minor %(echo %{version} | cut -d. -f1-2)
|
||||||
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
Source0: https://download.qt.io/official_releases/qt/%{major_minor}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
||||||
Patch0: %{name}-gcc11.patch
|
|
||||||
|
|
||||||
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
||||||
|
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||||
BuildRequires: qt5-qtbase-private-devel >= %{version}
|
|
||||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
|
||||||
BuildRequires: qt5-qtdeclarative-devel >= %{version}
|
BuildRequires: qt5-qtdeclarative-devel >= %{version}
|
||||||
BuildRequires: pkgconfig(bluez)
|
BuildRequires: pkgconfig(bluez)
|
||||||
|
|
||||||
@ -41,7 +37,6 @@ Examples files for %{name}
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{qt_module}-everywhere-src-%{version}
|
%setup -q -n %{qt_module}-everywhere-src-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -111,11 +106,5 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 13 2021 peijiankang <peijiankang@kylinos.cn> - 5.15.2-1
|
|
||||||
- update to upstream version 5.15.2
|
|
||||||
|
|
||||||
* Mon Sep 14 2020 liuweibo <liuweibo10@huawei.com> - 5.11.1-4
|
|
||||||
- Fix Source0
|
|
||||||
|
|
||||||
* Sat Nov 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.11.1-3
|
* Sat Nov 23 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.11.1-3
|
||||||
- refactor qt5-qtconnectivity.spec
|
- refactor qt5-qtconnectivity.spec
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: git
|
|
||||||
src_repo: https://code.qt.io/qt/qtconnectivity.git
|
|
||||||
tag_prefix: "^v"
|
|
||||||
separator: "."
|
|
||||||
BIN
qtconnectivity-everywhere-src-5.11.1.tar.xz
Normal file
BIN
qtconnectivity-everywhere-src-5.11.1.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user