Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
8e7abdacdb
!12 [sync] PR-10: update qt5-qtconnectivity.spec.
From: @openeuler-sync-bot 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2023-08-21 03:15:40 +00:00
华亚东
3220c404f3 update qt5-qtconnectivity.spec.
Signed-off-by: 华亚东 <huayadong@kylinos.cn>
(cherry picked from commit 1f2228ad4cc0e12edfbbb3fe4ca2ecead3dfc613)
2023-08-21 10:48:19 +08:00
openeuler-ci-bot
980d195374
!8 [sync] PR-7: update to upstream version 5.15.2
Merge pull request !8 from openeuler-sync-bot/sync-pr7-master-to-openEuler-22.03-LTS-Next
2022-01-19 03:47:45 +00:00
pei-jiankang
afe7e2b075 update to upstream version 5.15.2
(cherry picked from commit 6c0cde144da6a1591aad21cd1833fef84aa699c9)
2022-01-17 15:01:12 +08:00
openeuler-ci-bot
7f978fbbc6 !4 Fix Source0
From: @kkkl12
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-09-14 11:55:04 +08:00
kkkl12
3cde452e13 Fix Source0 2020-09-14 10:48:51 +08:00
openeuler-ci-bot
0f7fe95ea1 !3 add yaml file
Merge pull request !3 from sugarfillet/master
2020-05-21 10:32:04 +08:00
sugarfillet
dd5dbb6dbd add yaml file 2020-05-08 15:57:24 +08:00
openeuler-ci-bot
243bb17f90 !2 回退 'Pull Request !1 : Architecture select '
Merge pull request !2 from 严志华/revert-merge-1-master
2020-01-03 11:48:02 +08:00
严志华
68fdf68875 回退 'Pull Request !1 : Architecture select ' 2020-01-03 10:44:52 +08:00
6 changed files with 36 additions and 14 deletions

View File

@ -1,6 +0,0 @@
<constraints>
<linux><version>
<min>4.0</min>
</version></linux>
</constraints>

View 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>

View File

@ -1,18 +1,22 @@
# spec file for qt5-qtconnectivity
%global qt_module qtconnectivity
Name: qt5-%{qt_module}
Version: 5.11.1
Release: 3
Summary: QtConnectivity components for qt5
License: LGPLv2 with exceptions or GPLv3 with exceptions
URL: http://qt.io
%global major_minor %(echo %{version} | cut -d. -f1-2)
Source0: https://download.qt.io/official_releases/qt/%{major_minor}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
Name: qt5-%{qt_module}
Version: 5.15.2
Release: 1
Summary: Qt5 - Connectivity components
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
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
BuildRequires: make
BuildRequires: qt5-qtbase-devel >= %{version}
BuildRequires: qt5-qtbase-private-devel >= %{version}
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
BuildRequires: qt5-qtdeclarative-devel >= %{version}
BuildRequires: pkgconfig(bluez)
@ -37,6 +41,7 @@ Examples files for %{name}
%prep
%setup -q -n %{qt_module}-everywhere-src-%{version}
%patch0 -p1
%build
@ -106,5 +111,11 @@ popd
%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
- refactor qt5-qtconnectivity.spec

4
qt5-qtconnectivity.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://code.qt.io/qt/qtconnectivity.git
tag_prefix: "^v"
separator: "."

Binary file not shown.