update to 6.8.0 [release 6.8.0-1mamba;Sat Oct 19 2024]

This commit is contained in:
Silvan Calarco 2024-10-24 14:48:18 +02:00
parent 24cf1bf9e9
commit c1833509b4

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: qt6-qtconnectivity
Version: 6.7.3
Version: 6.8.0
Release: 1mamba
Summary: Qt6 connectivity components
Group: System/Libraries
@ -12,6 +12,9 @@ Source: https://download.qt.io/official_releases/qt/%{majver}/%{version}/
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libQt6Core
BuildRequires: libQt6DBus
BuildRequires: libQt6Network
BuildRequires: libbluetooth-devel
BuildRequires: libgcc
BuildRequires: libpcsclite-devel
@ -81,6 +84,9 @@ DESTDIR="%{buildroot}" cmake --install build
%{_libdir}/pkgconfig/Qt6*.pc
%changelog
* Sat Oct 19 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.8.0-1mamba
- update to 6.8.0
* Sun Oct 06 2024 Automatic Build System <autodist@openmamba.org> 6.7.3-1mamba
- automatic version update by autodist