Accepting request 1097543 from KDE:Qt6

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1097543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qt6-httpserver?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2023-07-08 20:47:09 +00:00 committed by Git OBS Bridge
commit 6247270fdb
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 30 15:13:09 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update subpackages requirements
-------------------------------------------------------------------
Wed May 24 07:45:36 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -61,7 +61,6 @@ QHttpServer is a simplified API for QAbstractHttpServer and QHttpServerRouter.
%package -n qt6-httpserver-devel
Summary: Qt 6 HttpServer library - Development files
Requires: libQt6HttpServer6 = %{version}
Requires: cmake(Qt6Concurrent) = %{real_version}
Requires: cmake(Qt6Network) = %{real_version}
Requires: cmake(Qt6WebSockets) = %{real_version}
@ -71,6 +70,9 @@ Development files for the Qt 6 HttpServer library.
%package -n qt6-httpserver-private-devel
Summary: Non-ABI stable API for the Qt 6 HttpServer Library
Requires: cmake(Qt6HttpServer) = %{real_version}
%requires_eq qt6-core-private-devel
%requires_eq qt6-network-private-devel
%requires_eq qt6-websockets-private-devel
%description -n qt6-httpserver-private-devel
This package provides private headers of libQt6HttpServer that do not have any