Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kak-lsp for openSUSE:Factory checked 
in at 2024-03-10 20:25:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kak-lsp (Old)
 and      /work/SRC/openSUSE:Factory/.kak-lsp.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kak-lsp"

Sun Mar 10 20:25:43 2024 rev:9 rq:1156695 version:16.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kak-lsp/kak-lsp.changes  2024-01-03 
12:27:41.993420423 +0100
+++ /work/SRC/openSUSE:Factory/.kak-lsp.new.1770/kak-lsp.changes        
2024-03-10 20:26:17.901698818 +0100
@@ -1,0 +2,42 @@
+Sun Mar  3 08:46:55 UTC 2024 - Soc Virnyl Estela 
<[email protected]>
+
+- Update specfile:
+  * kak-lsp is now called as kakoune-lsp so we add a Provides.
+  * update URL of sources.
+
+-------------------------------------------------------------------
+Sun Mar  3 00:44:10 UTC 2024 - Soc Virnyl Estela 
<[email protected]>
+
+- Update specfile:
+  * top-level folder of extracted source is kakoune-lsp-16.0.0
+  * explicit build requirement of cargo
+
+-------------------------------------------------------------------
+Sun Mar  3 00:39:28 UTC 2024 - Soc Virnyl Estela 
<[email protected]>
+
+- Update to version 16.0.0:
+  * The modeline shows breadcrumbs like somemodule > someclass > somefunction
+  to indicate the symbol around the main cursor.
+  * lsp-document-symbols now renders symbols in a tree.
+  * lsp_auto_show_code_actions (which renders a lightbulb in the modeline)
+  now defaults to true.
+  * lsp-code-lens can now run the test at cursor with rust-analyzer. Fixes:
+  * lsp-inlay-diagnostics no longer jump around when the cursor is moved
+  over the diagnostics. To use this feature, use Kakoune version >= 2024
+  (not yet release, consider building from source).
+  * When LSP integration is enabled, then disabled and enabled again, the
+  KakEnd hook failed to ask the server to exit, which has been fixed.
+  * lsp-auto-hover-enable now only re-renders hover info when the main
+  selection changes. This means that :info is no longer shadowed immediately
+  by auto hover.
+  * Completion snippets (accessed via lsp-snippets-select-next-placeholders)
+  can now be nested, making it possible to cycle through the arguments of
+  nested function calls.
+  * In some cases, selecting completions provided by rust-analyzer would labels
+  with extra characters (like self.some_method(…)) which has been fixed.
+  * completionItem.additionalTextEdits are now applied also when the server
+  does not support completionItem/resolve.
+  * Snippet metacharacters are now properly escaped, removing spurious
+  backslashes from inserted completions.
+
+-------------------------------------------------------------------

Old:
----
  kak-lsp-15.0.1.tar.gz

New:
----
  kak-lsp-16.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kak-lsp.spec ++++++
--- /var/tmp/diff_new_pack.TJlpnc/_old  2024-03-10 20:26:18.777730967 +0100
+++ /var/tmp/diff_new_pack.TJlpnc/_new  2024-03-10 20:26:18.777730967 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kak-lsp
 #
-# 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
@@ -17,21 +17,23 @@
 
 
 Name:           kak-lsp
-Version:        15.0.1
+Version:        16.0.0
 Release:        0
 Summary:        Language Server Protocol client for Kakoune
 License:        (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR BSL-1.0 OR MIT) AND 
(Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) 
AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR MPL-2.0) AND (MIT OR 
Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND MIT AND Zlib AND Unlicense
-URL:            https://github.com/kak-lsp/kak-lsp
-Source0:        
%{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+URL:            https://github.com/kakoune-lsp/kakoune-lsp
+Source0:        
https://github.com/kakoune-lsp/kakoune-lsp/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        vendor.tar.zst
+BuildRequires:  cargo
 BuildRequires:  cargo-packaging
 BuildRequires:  zstd
+Provides:       kakoune-lsp
 
 %description
 kak-lsp is a Language Server Protocol client for Kakoune written in Rust.
 
 %prep
-%autosetup -a1
+%autosetup -a1 -n kakoune-lsp-%{version}
 
 %build
 %{cargo_build} --all-features

++++++ kak-lsp-15.0.1.tar.gz -> kak-lsp-16.0.0.tar.gz ++++++
++++ 4139 lines of diff (skipped)

++++++ vendor.tar.zst ++++++
Binary files /var/tmp/diff_new_pack.TJlpnc/_old and 
/var/tmp/diff_new_pack.TJlpnc/_new differ

Reply via email to