Sync from SUSE:SLFO:Main qt6-websockets revision dad539fcd1f2e56a09594191478e5569

This commit is contained in:
2025-04-20 22:27:35 +02:00
parent 793d4bff6a
commit 50dd3e1806
4 changed files with 18 additions and 11 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 2 11:03:45 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Update to 6.9.0:
* https://www.qt.io/blog/qt-6.9-released
-------------------------------------------------------------------
Fri Jan 31 10:23:03 UTC 2025 - Christophe Marin <christophe@krop.fr>

View File

@@ -1,7 +1,7 @@
#
# spec file for package qt6-websockets
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,8 @@
#
%define real_version 6.8.2
%define short_version 6.8
%define real_version 6.9.0
%define short_version 6.9
%define tar_name qtwebsockets-everywhere-src
%define tar_suffix %{nil}
#
@@ -27,7 +27,7 @@
%endif
#
Name: qt6-websockets%{?pkg_suffix}
Version: 6.8.2
Version: 6.9.0
Release: 0
Summary: Qt 6 WebSockets library
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
@@ -35,12 +35,12 @@ URL: https://www.qt.io
Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
Source99: qt6-websockets-rpmlintrc
BuildRequires: pkgconfig
BuildRequires: qt6-core-private-devel
BuildRequires: qt6-network-private-devel
BuildRequires: qt6-qml-private-devel
BuildRequires: cmake(Qt6Core) = %{real_version}
BuildRequires: cmake(Qt6CorePrivate) = %{real_version}
BuildRequires: cmake(Qt6Gui) = %{real_version}
BuildRequires: cmake(Qt6Network) = %{real_version}
BuildRequires: cmake(Qt6NetworkPrivate) = %{real_version}
BuildRequires: cmake(Qt6QmlPrivate) = %{real_version}
BuildRequires: cmake(Qt6Quick) = %{real_version}
BuildRequires: cmake(Qt6QuickTest) = %{real_version}
%if "%{qt6_flavor}" == "docs"
@@ -81,8 +81,8 @@ Development files for the Qt 6 WebSockets library
%package private-devel
Summary: Non-ABI stable API for the Qt 6 WebSockets library
Requires: cmake(Qt6CorePrivate) = %{real_version}
Requires: cmake(Qt6WebSockets) = %{real_version}
%requires_eq qt6-core-private-devel
%description private-devel
This package provides private headers of libQt6WebSockets that do not have any
@@ -131,6 +131,7 @@ rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
%exclude %{_qt6_includedir}/QtWebSockets/%{real_version}/
%files private-devel
%{_qt6_cmakedir}/Qt6WebSocketsPrivate/
%{_qt6_includedir}/QtWebSockets/%{real_version}/
%{_qt6_mkspecsdir}/modules/qt_lib_websockets_private.pri

BIN
qtwebsockets-everywhere-src-6.8.2.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
qtwebsockets-everywhere-src-6.9.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.