6.9.1
Resolves: RHEL-78533
This commit is contained in:
parent
35bb1dcab6
commit
43a0a951d3
2
.gitignore
vendored
2
.gitignore
vendored
@ -19,3 +19,5 @@
|
||||
/qtconnectivity-everywhere-src-6.7.0.tar.xz
|
||||
/qtconnectivity-everywhere-src-6.7.1.tar.xz
|
||||
/qtconnectivity-everywhere-src-6.8.1.tar.xz
|
||||
/qtconnectivity-everywhere-src-6.9.0.tar.xz
|
||||
/qtconnectivity-everywhere-src-6.9.1.tar.xz
|
||||
|
@ -8,12 +8,12 @@
|
||||
|
||||
%global examples 1
|
||||
# FIXME: needs bootstrap
|
||||
%global build_tests 1
|
||||
#global build_tests 1
|
||||
|
||||
Summary: Qt6 - Connectivity components
|
||||
Name: qt6-%{qt_module}
|
||||
Version: 6.8.1
|
||||
Release: 2%{?dist}
|
||||
Version: 6.9.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
# See LICENSE.GPL3, respectively, for exception details
|
||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
@ -118,19 +118,27 @@ popd
|
||||
|
||||
%files devel
|
||||
%{_qt6_headerdir}/QtBluetooth/
|
||||
%{_qt6_headerdir}/QtConnectivity/
|
||||
%{_qt6_libdir}/libQt6Bluetooth.so
|
||||
%{_qt6_libdir}/libQt6Bluetooth.prl
|
||||
%{_qt6_headerdir}/QtNfc/
|
||||
%{_qt6_libdir}/libQt6Nfc.so
|
||||
%{_qt6_libdir}/libQt6Nfc.prl
|
||||
%dir %{_qt6_libdir}/cmake/Qt6Bluetooth/
|
||||
%dir %{_qt6_libdir}/cmake/Qt6BluetoothPrivate
|
||||
%dir %{_qt6_libdir}/cmake/Qt6Connectivity
|
||||
%dir %{_qt6_libdir}/cmake/Qt6NfcPrivate
|
||||
%dir %{_qt6_libdir}/cmake/Qt6Nfc/
|
||||
%{_qt6_libdir}/cmake/Qt6/FindBlueZ.cmake
|
||||
%{_qt6_libdir}/cmake/Qt6/FindPCSCLITE.cmake
|
||||
%{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/*.cmake
|
||||
%{_qt6_libdir}/cmake/Qt6Bluetooth/*.cmake
|
||||
%{_qt6_libdir}/cmake/Qt6BluetoothPrivate/*.cmake
|
||||
%{_qt6_libdir}/cmake/Qt6Connectivity/*.cmake
|
||||
%{_qt6_libdir}/cmake/Qt6NfcPrivate/*.cmake
|
||||
%{_qt6_libdir}/cmake/Qt6Nfc/*.cmake
|
||||
%{_qt6_archdatadir}/mkspecs/modules/qt_lib_bluetooth*.pri
|
||||
%{_qt6_archdatadir}/mkspecs/modules/qt_lib_connectivity_private.pri
|
||||
%{_qt6_archdatadir}/mkspecs/modules/qt_lib_nfc*.pri
|
||||
%{_qt6_libdir}/qt6/modules/*.json
|
||||
%{_qt6_libdir}/qt6/metatypes/qt6*_metatypes.json
|
||||
@ -148,6 +156,10 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 14 2025 Jan Grulich <jgrulich@redhat.com> - 6.9.1-1
|
||||
- 6.9.1
|
||||
Resolves: RHEL-78533
|
||||
|
||||
* Mon Dec 09 2024 Jan Grulich <jgrulich@redhat.com> - 6.8.1-2
|
||||
- Re-enable tests
|
||||
Resolves: RHEL-53982
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qtconnectivity-everywhere-src-6.8.1.tar.xz) = 61933f37210323cd912ec677322002557dae308228e390f692beb88374f328b2791e3448b14256a570de741ef6f3e935261ab90cfd3ae22725a8919bd304a8fb
|
||||
SHA512 (qtconnectivity-everywhere-src-6.9.1.tar.xz) = 5591a7b4140e9580186b20bf8b3c75f07f8d22f48910ca017f8ab7609a4438297bdb0e9f04cc31ebc238bfd58d85b6e980938e2014b4106f48034fda6294df96
|
||||
|
Loading…
Reference in New Issue
Block a user