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:
commit
6247270fdb
@ -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>
|
Wed May 24 07:45:36 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -61,7 +61,6 @@ QHttpServer is a simplified API for QAbstractHttpServer and QHttpServerRouter.
|
|||||||
%package -n qt6-httpserver-devel
|
%package -n qt6-httpserver-devel
|
||||||
Summary: Qt 6 HttpServer library - Development files
|
Summary: Qt 6 HttpServer library - Development files
|
||||||
Requires: libQt6HttpServer6 = %{version}
|
Requires: libQt6HttpServer6 = %{version}
|
||||||
Requires: cmake(Qt6Concurrent) = %{real_version}
|
|
||||||
Requires: cmake(Qt6Network) = %{real_version}
|
Requires: cmake(Qt6Network) = %{real_version}
|
||||||
Requires: cmake(Qt6WebSockets) = %{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
|
%package -n qt6-httpserver-private-devel
|
||||||
Summary: Non-ABI stable API for the Qt 6 HttpServer Library
|
Summary: Non-ABI stable API for the Qt 6 HttpServer Library
|
||||||
Requires: cmake(Qt6HttpServer) = %{real_version}
|
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
|
%description -n qt6-httpserver-private-devel
|
||||||
This package provides private headers of libQt6HttpServer that do not have any
|
This package provides private headers of libQt6HttpServer that do not have any
|
||||||
|
Loading…
Reference in New Issue
Block a user