Update to 6.5.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-languageserver?expand=0&rev=15
This commit is contained in:
parent
a8e985a257
commit
e37f19f03c
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 3 10:02:08 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:01 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qt6-languageserver
|
||||
#
|
||||
# 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,23 +16,23 @@
|
||||
#
|
||||
|
||||
|
||||
%define real_version 6.4.3
|
||||
%define short_version 6.4
|
||||
%define real_version 6.5.0
|
||||
%define short_version 6.5
|
||||
%define short_name qtlanguageserver
|
||||
%define tar_name qtlanguageserver-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
#
|
||||
Name: qt6-languageserver
|
||||
Version: 6.4.3
|
||||
Version: 6.5.0
|
||||
Release: 0
|
||||
Summary: Implementation of the Language Server Protocol
|
||||
License: LGPL-3.0-only OR GPL-2.0-or-later
|
||||
URL: https://www.qt.io
|
||||
Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
||||
BuildRequires: qt6-core-private-devel
|
||||
BuildRequires: cmake(Qt6Concurrent)
|
||||
BuildRequires: cmake(Qt6Core)
|
||||
BuildRequires: cmake(Qt6Network)
|
||||
BuildRequires: cmake(Qt6Concurrent) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Core) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Network) = %{real_version}
|
||||
|
||||
%description
|
||||
Qt Language Server implements the Language Server Protocol specification and
|
||||
@ -66,7 +66,7 @@ JsonRpc 2.0 protocol implementation for Qt6.
|
||||
%package -n qt6-jsonrpc-private-devel
|
||||
Summary: Qt 6 JsonRpc library - Development files
|
||||
Requires: libQt6JsonRpc6 = %{version}
|
||||
Requires: cmake(Qt6Core)
|
||||
Requires: cmake(Qt6Core) = %{real_version}
|
||||
|
||||
%description -n qt6-jsonrpc-private-devel
|
||||
Development files for the Qt 6 JsonRpc library.
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e881006442e19c7c4a6d229c342cc685142568e2b41f843e73cddf4c3d37975
|
||||
size 153856
|
3
qtlanguageserver-everywhere-src-6.5.0.tar.xz
Normal file
3
qtlanguageserver-everywhere-src-6.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8dc8d3d2f3a345628e91ce1c366709e78971eb9c4d26836a8cd787a51f8f1a1d
|
||||
size 152980
|
Loading…
x
Reference in New Issue
Block a user