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 2023-02-27 12:55:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kak-lsp (Old)
 and      /work/SRC/openSUSE:Factory/.kak-lsp.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kak-lsp"

Mon Feb 27 12:55:13 2023 rev:4 rq:1067803 version:14.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kak-lsp/kak-lsp.changes  2022-11-19 
18:09:32.282512152 +0100
+++ /work/SRC/openSUSE:Factory/.kak-lsp.new.31432/kak-lsp.changes       
2023-02-27 12:55:15.427381504 +0100
@@ -1,0 +2,16 @@
+Sun Feb 19 10:48:26 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
+
+- Updates to version 14.2.0:
+  * Additions:
+      - Default configuration for CMake.
+      - If there are no code actions in the main selection, lsp-code-actions 
will show code actions from anywhere on a selected line, to make it easier to 
perform quick-fixes.
+      - If requested by the language server, kak-lsp will recursively watch 
the entire root directory for file changes and forward them to the server via 
workspace/didChangeWatchedFiles (#649).
+      - kak-lsp now asks the server to cancel stale requests (#666).
+      - lsp-did-change is async again, which can improve performance (#667).
+      - kak-lsp is published to crates.io for easy installation (#660).
+  * Fixes:
+      - Fix race conditions when spinning up a new server in "kak-lsp 
--request" (#654), and in "lsp-hover-buffer" (#664).
+      - Send inlay hints and semantic tokens only after buffer changes (#663).
+- Use zstd compression for vendored dep tarball
+
+-------------------------------------------------------------------

Old:
----
  v14.1.0.tar.gz
  vendor.tar.gz

New:
----
  kak-lsp-14.2.0.tar.gz
  vendor.tar.zst

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

Other differences:
------------------
++++++ kak-lsp.spec ++++++
--- /var/tmp/diff_new_pack.VARgDH/_old  2023-02-27 12:55:16.363387244 +0100
+++ /var/tmp/diff_new_pack.VARgDH/_new  2023-02-27 12:55:16.367387269 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kak-lsp
 #
-# 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
@@ -17,15 +17,16 @@
 
 
 Name:           kak-lsp
-Version:        14.1.0
+Version:        14.2.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
-Source1:        vendor.tar.gz
+Source0:        
%{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source1:        vendor.tar.zst
 Source2:        cargo_config
 BuildRequires:  cargo-packaging
+BuildRequires:  zstd
 
 %description
 kak-lsp is a Language Server Protocol client for Kakoune written in Rust.
@@ -36,14 +37,23 @@
 cp %{SOURCE2} .cargo/config
 
 %build
-%{cargo_build}
+%{cargo_build} --all-features
 
 %install
-%{cargo_install}
+%{cargo_install} --all-features
+mkdir -p %{buildroot}%{_datadir}/%{name}/{examples,rc}
+install -Dm644 %{name}.toml %{buildroot}%{_datadir}/%{name}/examples/
+install -Dm644 rc/lsp.kak %{buildroot}%{_datadir}/%{name}/rc/
 
 %files
+%defattr(-,root,root,-)
 %license UNLICENSE COPYING MIT
 %doc     README.asciidoc CHANGELOG.md
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/examples
+%dir %{_datadir}/%{name}/rc
+%{_datadir}/%{name}/*
+
 %{_bindir}/kak-lsp
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.VARgDH/_old  2023-02-27 12:55:16.399387465 +0100
+++ /var/tmp/diff_new_pack.VARgDH/_new  2023-02-27 12:55:16.403387490 +0100
@@ -2,10 +2,12 @@
   <service name="download_files" mode="disabled" /> 
   <service name="cargo_vendor" mode="disabled">
      <param name="update">true</param>
-     <param name="srctar">v14.1.0.tar.gz</param>
-     <param name="compression">gz</param>
+     <param name="srctar">kak-lsp-14.2.0.tar.gz</param>
+     <param name="compression">zst</param>
+  </service>
+  <service name="cargo_audit" mode="disabled">
+     <param name="srcdir">kak-lsp-14.2.0</param>
   </service>
-  <service name="cargo_audit" mode="disabled" />
 </services>
 
 

Reply via email to