Accepting request 1228191 from KDE:Qt6
Qt 6.8.1 (forwarded request 1227981 from krop) OBS-URL: https://build.opensuse.org/request/show/1228191 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qt6-languageserver?expand=0&rev=22
This commit is contained in:
commit
8bc0172a30
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 13:02:05 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:44 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define real_version 6.8.0
|
||||
%define real_version 6.8.1
|
||||
%define short_version 6.8
|
||||
%define short_name qtlanguageserver
|
||||
%define tar_name qtlanguageserver-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
#
|
||||
Name: qt6-languageserver
|
||||
Version: 6.8.0
|
||||
Version: 6.8.1
|
||||
Release: 0
|
||||
Summary: Implementation of the Language Server Protocol
|
||||
License: LGPL-3.0-only OR GPL-2.0-or-later
|
||||
@ -45,7 +45,7 @@ Summary: LSP implementation for Qt6
|
||||
Provides: qt6-languageserver-private-devel = %{version}
|
||||
Obsoletes: qt6-languageserver-private-devel < %{version}
|
||||
Requires: cmake(Qt6JsonRpcPrivate) = %{real_version}
|
||||
Obsoletes: libQt6LanguageServer6 < 6.8.0
|
||||
Obsoletes: libQt6LanguageServer6 < 6.8.1
|
||||
|
||||
%description -n qt6-languageserver-devel-static
|
||||
The Qt 6 LanguageServer library implements the Language Server Protocol (LSP)
|
||||
@ -56,7 +56,7 @@ This library does not have any ABI or API guarantees.
|
||||
Summary: JsonRpc 2.0 protocol implementation
|
||||
Provides: qt6-jsonrpc-private-devel = %{version}
|
||||
Obsoletes: qt6-jsonrpc-private-devel < %{version}
|
||||
Obsoletes: libQt6JsonRpc6 < 6.8.0
|
||||
Obsoletes: libQt6JsonRpc6 < 6.8.1
|
||||
|
||||
%description -n qt6-jsonrpc-devel-static
|
||||
JsonRpc 2.0 protocol implementation for Qt6.
|
||||
@ -68,7 +68,8 @@ This library does not have any ABI or API guarantees.
|
||||
%build
|
||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||
|
||||
%cmake_qt6
|
||||
%cmake_qt6 \
|
||||
-DQT_GENERATE_SBOM:BOOL=FALSE
|
||||
|
||||
%{qt6_build}
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbf7152c8ca4d1dbdd30205e64a830f378d7ac5ac0b5f02eecab9d7501065cef
|
||||
size 146340
|
BIN
qtlanguageserver-everywhere-src-6.8.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
qtlanguageserver-everywhere-src-6.8.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user