forked from pool/qt6-httpserver
Compare commits
8 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
7a7961f312 | ||
|
d75ed9423b | ||
|
ab1635be2d | ||
|
60b0734fba | ||
|
ebb09458e9 | ||
|
4bfef98753 | ||
|
348155b14a | ||
|
433d50a3ea |
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 31 10:22:54 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.8.2
|
||||
https://www.qt.io/blog/qt-6.8.2-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 13:02:04 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.8.1:
|
||||
* https://www.qt.io/blog/qt-6.8.1-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 8 09:29:43 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.8.0:
|
||||
* https://www.qt.io/blog/qt-6.8-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 28 08:22:58 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.7.3
|
||||
* https://www.qt.io/blog/qt-6.7.3-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 07:25:44 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qt6-httpserver
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 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.7.2
|
||||
%define short_version 6.7
|
||||
%define real_version 6.8.2
|
||||
%define short_version 6.8
|
||||
%define tar_name qthttpserver-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
#
|
||||
@ -27,7 +27,7 @@
|
||||
%endif
|
||||
#
|
||||
Name: qt6-httpserver%{?pkg_suffix}
|
||||
Version: 6.7.2
|
||||
Version: 6.8.2
|
||||
Release: 0
|
||||
Summary: Qt HTTP Server
|
||||
License: GPL-3.0-only
|
||||
@ -86,7 +86,8 @@ ABI or API guarantees.
|
||||
%autosetup -p1 -n %{tar_name}-%{real_version}%{tar_suffix}
|
||||
|
||||
%build
|
||||
%cmake_qt6
|
||||
%cmake_qt6 \
|
||||
-DQT_GENERATE_SBOM:BOOL=FALSE
|
||||
|
||||
%{qt6_build}
|
||||
|
||||
|
BIN
qthttpserver-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
BIN
qthttpserver-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
qthttpserver-everywhere-src-6.8.2.tar.xz
Normal file
3
qthttpserver-everywhere-src-6.8.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d9517c1049a5b330831f7adc1de26d8db5357fdebe616c0a29e9ae1d8900692
|
||||
size 183844
|
Loading…
x
Reference in New Issue
Block a user