forked from pool/qt6-httpserver
Accepting request 1077325 from KDE:Qt6
Update to 6.5.0 (forwarded request 1077258 from Vogtinator) OBS-URL: https://build.opensuse.org/request/show/1077325 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qt6-httpserver?expand=0&rev=5
This commit is contained in:
commit
e6995f0121
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 3 10:02:05 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.5.0
|
||||
* https://www.qt.io/blog/qt-6.5-lts-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 16 10:00:00 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qt6-httpserver
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 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.4.3
|
||||
%define short_version 6.4
|
||||
%define real_version 6.5.0
|
||||
%define short_version 6.5
|
||||
%define tar_name qthttpserver-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
#
|
||||
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
#
|
||||
Name: qt6-httpserver%{?pkg_suffix}
|
||||
Version: 6.4.3
|
||||
Version: 6.5.0
|
||||
Release: 0
|
||||
Summary: Qt HTTP Server
|
||||
License: GPL-3.0-only
|
||||
@ -37,10 +37,11 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: qt6-core-private-devel
|
||||
BuildRequires: qt6-network-private-devel
|
||||
BuildRequires: qt6-websockets-private-devel
|
||||
BuildRequires: cmake(Qt6Core)
|
||||
BuildRequires: cmake(Qt6Network)
|
||||
BuildRequires: cmake(Qt6Concurrent)
|
||||
BuildRequires: cmake(Qt6WebSockets)
|
||||
BuildRequires: cmake(Qt6Concurrent) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Core) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Gui) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Network) = %{real_version}
|
||||
BuildRequires: cmake(Qt6WebSockets) = %{real_version}
|
||||
%if "%{qt6_flavor}" == "docs"
|
||||
BuildRequires: qt6-tools
|
||||
%{qt6_doc_packages}
|
||||
@ -60,9 +61,9 @@ 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)
|
||||
Requires: cmake(Qt6Network)
|
||||
Requires: cmake(Qt6WebSockets)
|
||||
Requires: cmake(Qt6Concurrent) = %{real_version}
|
||||
Requires: cmake(Qt6Network) = %{real_version}
|
||||
Requires: cmake(Qt6WebSockets) = %{real_version}
|
||||
|
||||
%description -n qt6-httpserver-devel
|
||||
Development files for the Qt 6 HttpServer library.
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c37adcadc779b972ceecd739717c4cc3b90487c3387c61eaf2aa94daaf30c179
|
||||
size 121772
|
3
qthttpserver-everywhere-src-6.5.0.tar.xz
Normal file
3
qthttpserver-everywhere-src-6.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:670d7647823b5faec95bf86e65b588ef864a3fe951f65d96e03cdf31c657d556
|
||||
size 168372
|
Loading…
Reference in New Issue
Block a user