forked from pool/qt6-connectivity
Update to 6.5.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-connectivity?expand=0&rev=22
This commit is contained in:
parent
e9ad76b4ad
commit
4bb4068482
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 3 10:01:53 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.5.0
|
||||||
|
* https://www.qt.io/blog/qt-6.5-lts-released
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 16 09:59:59 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
Thu Mar 16 09:59:59 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qt6-connectivity
|
# spec file for package qt6-connectivity
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,8 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define real_version 6.4.3
|
%define real_version 6.5.0
|
||||||
%define short_version 6.4
|
%define short_version 6.5
|
||||||
%define tar_name qtconnectivity-everywhere-src
|
%define tar_name qtconnectivity-everywhere-src
|
||||||
%define tar_suffix %{nil}
|
%define tar_suffix %{nil}
|
||||||
#
|
#
|
||||||
@ -27,7 +27,7 @@
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Name: qt6-connectivity%{?pkg_suffix}
|
Name: qt6-connectivity%{?pkg_suffix}
|
||||||
Version: 6.4.3
|
Version: 6.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Qt 6 connectivity tools and libraries
|
Summary: Qt 6 connectivity tools and libraries
|
||||||
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
||||||
@ -37,12 +37,13 @@ Source99: qt6-connectivity-rpmlintrc
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: qt6-core-private-devel
|
BuildRequires: qt6-core-private-devel
|
||||||
BuildRequires: qt6-network-private-devel
|
BuildRequires: qt6-network-private-devel
|
||||||
BuildRequires: cmake(Qt6Core)
|
BuildRequires: cmake(Qt6Core) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6DBus)
|
BuildRequires: cmake(Qt6DBus) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Gui)
|
BuildRequires: cmake(Qt6Gui) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Network)
|
BuildRequires: cmake(Qt6Network) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Quick)
|
BuildRequires: cmake(Qt6Quick) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Widgets)
|
BuildRequires: cmake(Qt6QuickControls2) = %{real_version}
|
||||||
|
BuildRequires: cmake(Qt6Widgets) = %{real_version}
|
||||||
BuildRequires: pkgconfig(bluez)
|
BuildRequires: pkgconfig(bluez)
|
||||||
BuildRequires: pkgconfig(libpcsclite)
|
BuildRequires: pkgconfig(libpcsclite)
|
||||||
%if "%{qt6_flavor}" == "docs"
|
%if "%{qt6_flavor}" == "docs"
|
||||||
@ -67,15 +68,14 @@ Summary: Qt 6 NFC library
|
|||||||
%description -n libQt6Nfc6
|
%description -n libQt6Nfc6
|
||||||
Provides access to NFC hardware.
|
Provides access to NFC hardware.
|
||||||
|
|
||||||
# TODO: split
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Qt 6 connectivity libraries - Development files
|
Summary: Qt 6 connectivity libraries - Development files
|
||||||
Requires: libQt6Bluetooth6 = %{version}
|
Requires: libQt6Bluetooth6 = %{version}
|
||||||
Requires: libQt6Nfc6 = %{version}
|
Requires: libQt6Nfc6 = %{version}
|
||||||
# sdoscanner in required by Qt6BluetoothToolsTargets.cmake
|
# sdoscanner in required by Qt6BluetoothToolsTargets.cmake
|
||||||
Requires: qt6-connectivity = %{version}
|
Requires: qt6-connectivity = %{version}
|
||||||
Requires: cmake(Qt6DBus)
|
Requires: cmake(Qt6DBus) = %{real_version}
|
||||||
Requires: cmake(Qt6Network)
|
Requires: cmake(Qt6Network) = %{real_version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development files for the Qt6 connectivity libraries.
|
Development files for the Qt6 connectivity libraries.
|
||||||
@ -125,7 +125,7 @@ The packages that build against these have to require the exact Qt version.
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_qt6_cmakedir}/Qt6/FindBlueZ.cmake
|
%{_qt6_cmakedir}/Qt6/FindBlueZ.cmake
|
||||||
%{_qt6_cmakedir}/Qt6/FindPCSCLite.cmake
|
%{_qt6_cmakedir}/Qt6/FindPCSCLITE.cmake
|
||||||
%{_qt6_cmakedir}/Qt6Bluetooth/
|
%{_qt6_cmakedir}/Qt6Bluetooth/
|
||||||
%{_qt6_cmakedir}/Qt6BuildInternals/StandaloneTests/QtConnectivityTestsConfig.cmake
|
%{_qt6_cmakedir}/Qt6BuildInternals/StandaloneTests/QtConnectivityTestsConfig.cmake
|
||||||
%{_qt6_cmakedir}/Qt6Nfc/
|
%{_qt6_cmakedir}/Qt6Nfc/
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f98c2014cc4ab7ed69e762ecddd2433b95468942bb1612f648a7e9c94ba44c9d
|
|
||||||
size 1108992
|
|
3
qtconnectivity-everywhere-src-6.5.0.tar.xz
Normal file
3
qtconnectivity-everywhere-src-6.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e7636653bab986361a77b23451d966c85591428c0422741890ef0fb197698f06
|
||||||
|
size 985840
|
Loading…
x
Reference in New Issue
Block a user