Compare commits
11 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a6051a8c32 | |||
| de59ef1155 | |||
| 237ef3509e | |||
|
|
778e7104ee | ||
|
|
126b0eeea9 | ||
|
|
5cafb4d726 | ||
| 2b05765552 | |||
|
|
36f0c89f34 | ||
|
|
12c0b76862 | ||
| 634d110b94 | |||
|
|
e2b7bd79a1 |
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 08:10:36 UTC 2026 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.10.2:
|
||||
* https://www.qt.io/blog/qt-6.10.2-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 20 15:14:36 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.10.1
|
||||
https://www.qt.io/blog/qt-6.10.1-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 7 08:53:24 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.10.0
|
||||
* https://www.qt.io/blog/qt-6.10-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 27 07:15:17 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.9.2:
|
||||
* https://www.qt.io/blog/qt-6.9.2-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 07:49:27 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qt6-languageserver
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define real_version 6.9.1
|
||||
%define short_version 6.9
|
||||
%define real_version 6.10.2
|
||||
%define short_version 6.10
|
||||
%define short_name qtlanguageserver
|
||||
%define tar_name qtlanguageserver-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
#
|
||||
Name: qt6-languageserver
|
||||
Version: 6.9.1
|
||||
Version: 6.10.2
|
||||
Release: 0
|
||||
Summary: Implementation of the Language Server Protocol
|
||||
License: GPL-2.0-only OR LGPL-3.0-only OR GPL-3.0-only
|
||||
@@ -55,8 +55,8 @@ This library does not have any ABI or API guarantees.
|
||||
%package -n qt6-jsonrpc-devel-static
|
||||
Summary: JsonRpc 2.0 protocol implementation
|
||||
Provides: qt6-jsonrpc-private-devel = %{version}
|
||||
Obsoletes: qt6-jsonrpc-private-devel < %{version}
|
||||
Obsoletes: libQt6JsonRpc6 < 6.8.1
|
||||
Obsoletes: qt6-jsonrpc-private-devel < %{version}
|
||||
|
||||
%description -n qt6-jsonrpc-devel-static
|
||||
JsonRpc 2.0 protocol implementation for Qt6.
|
||||
@@ -83,7 +83,7 @@ This library does not have any ABI or API guarantees.
|
||||
%{_qt6_includedir}/QtLanguageServer/
|
||||
%{_qt6_libdir}/libQt6LanguageServer.a
|
||||
%{_qt6_libdir}/libQt6LanguageServer.prl
|
||||
%{_qt6_metatypesdir}/qt6languageserverprivate_*_metatypes.json
|
||||
%{_qt6_metatypesdir}/qt6languageserverprivate_metatypes.json
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_languageserver_private.pri
|
||||
|
||||
%files -n qt6-jsonrpc-devel-static
|
||||
@@ -93,7 +93,7 @@ This library does not have any ABI or API guarantees.
|
||||
%{_qt6_includedir}/QtJsonRpc/
|
||||
%{_qt6_libdir}/libQt6JsonRpc.a
|
||||
%{_qt6_libdir}/libQt6JsonRpc.prl
|
||||
%{_qt6_metatypesdir}/qt6jsonrpcprivate_*_metatypes.json
|
||||
%{_qt6_metatypesdir}/qt6jsonrpcprivate_metatypes.json
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_jsonrpc_private.pri
|
||||
|
||||
%changelog
|
||||
|
||||
3
qtlanguageserver-everywhere-src-6.10.2.tar.xz
Normal file
3
qtlanguageserver-everywhere-src-6.10.2.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a043f2c84b0b470065fc7a954dc4ff0388db3e1b2c457c3d69670baecc40d53
|
||||
size 136264
|
||||
Binary file not shown.
Reference in New Issue
Block a user