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 2022-11-19 18:09:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kak-lsp (Old)
 and      /work/SRC/openSUSE:Factory/.kak-lsp.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kak-lsp"

Sat Nov 19 18:09:23 2022 rev:3 rq:1036736 version:14.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kak-lsp/kak-lsp.changes  2022-10-03 
13:46:47.757617891 +0200
+++ /work/SRC/openSUSE:Factory/.kak-lsp.new.1597/kak-lsp.changes        
2022-11-19 18:09:32.282512152 +0100
@@ -1,0 +2,31 @@
+Sat Nov 12 00:27:08 UTC 2022 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
+
+- Update to version 14.1.0:
+  * Additions:
+    - Default language server for protobuf.
+    - Added support for `codeAction/resolve`, which allows to use code 
+      actions sent by Deno for example.
+    - The recommended mappings have been augmented by new command 
+      `lsp-diagnostic-object` to jump to next/previous diagnostics.
+    - `lsp-auto-signature-help-enable` now shows an info box by default,
+      and formats the active parameter in a bold font.
+    - `lsp-definition` and friends now select the symbol name instead of 
merely 
+      placing the cursor at symbol start. Same for `lsp-find-error`.
+    - `lsp-highlight-references` now selects all references in the current 
buffer.
+    - New `lsp-inlay-code-lenses-enable` command allows to render code 
+      lenses as virtual text (#623).
+    - The support for `filterText` in completions no longer depends on an 
+      out-of-tree Kakoune feature.
+
+  * Fixes:
+    - Fix lags due to `rust-analyzer` sending a ton of progress reports.
+    - `lsp-rename` will now write hidden buffers that are affected by the 
rename, 
+      to give the language server and other external tools a more consistent 
+      view of affected files.
+    - Suppress "language server not initialized" errors that originate from 
hooks.
+    - Fix a glitch when a line has both a code lens and an inline diagnostic.
+    - When talking to servers that don't support UTF-8 byte-offsets, `kak-lsp` 
+      now adheres to the LSP specification by treating column-offsets 
+      as UTF-16 Code Units instead of Unicode Code Points.
+
+-------------------------------------------------------------------

Old:
----
  kak-lsp-14.0.0.tar.xz
  vendor.tar.xz

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

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

Other differences:
------------------
++++++ kak-lsp.spec ++++++
--- /var/tmp/diff_new_pack.Cu76om/_old  2022-11-19 18:09:33.254517647 +0100
+++ /var/tmp/diff_new_pack.Cu76om/_new  2022-11-19 18:09:33.258517669 +0100
@@ -17,13 +17,13 @@
 
 
 Name:           kak-lsp
-Version:        14.0.0
+Version:        14.1.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:        %{name}-%{version}.tar.xz
-Source1:        vendor.tar.xz
+Source0:        %{url}/archive/refs/tags/v%{version}.tar.gz
+Source1:        vendor.tar.gz
 Source2:        cargo_config
 BuildRequires:  cargo-packaging
 
@@ -32,7 +32,7 @@
 
 %prep
 %autosetup -a1
-mkdir .cargo
+mkdir -p .cargo
 cp %{SOURCE2} .cargo/config
 
 %build

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Cu76om/_old  2022-11-19 18:09:33.294517873 +0100
+++ /var/tmp/diff_new_pack.Cu76om/_new  2022-11-19 18:09:33.298517895 +0100
@@ -1,28 +1,11 @@
 <services>
-  <service mode="disabled" name="obs_scm">
-    <param name="url">https://github.com/kak-lsp/kak-lsp</param>
-    <param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
-    <param name="scm">git</param>
-    <param name="revision">0e1e865</param>
-    <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)~0</param>
-    <param name="versionrewrite-replacement">\1</param>
-    <param name="changesgenerate">enable</param>
-    <param name="changesauthor">socvirnyl.est...@gmail.com</param>
-  </service>
-  <service mode="disabled" name="tar" />
-  <service mode="disabled" name="recompress">
-    <param name="file">*.tar</param>
-    <param name="compression">xz</param>
-  </service>
-  <service mode="disabled" name="set_version"/>
+  <service name="download_files" mode="disabled" /> 
   <service name="cargo_vendor" mode="disabled">
      <param name="update">true</param>
-     <param name="srcdir">kak-lsp</param>
-     <param name="compression">xz</param>
-  </service>
-  <service name="cargo_audit" mode="disabled">
-     <param name="srcdir">kak-lsp</param>
+     <param name="srctar">v14.1.0.tar.gz</param>
+     <param name="compression">gz</param>
   </service>
+  <service name="cargo_audit" mode="disabled" />
 </services>
 
 

Reply via email to