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 2025-06-10 09:04:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kak-lsp (Old)
 and      /work/SRC/openSUSE:Factory/.kak-lsp.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kak-lsp"

Tue Jun 10 09:04:30 2025 rev:19 rq:1283852 version:18.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kak-lsp/kak-lsp.changes  2025-03-19 
22:32:46.771740927 +0100
+++ /work/SRC/openSUSE:Factory/.kak-lsp.new.19631/kak-lsp.changes       
2025-06-10 09:08:00.838202764 +0200
@@ -1,0 +2,22 @@
+Sat Jun 07 07:23:05 UTC 2025 - Soc Virnyl Estela 
<uncomfyhaloma...@opensuse.org>
+
+- Update to version 18.1.3:
+  * v18.1.3
+  * Use the right language ID when [language.foo] is in effect
+  * Remove unused line-specs option
+  * Better variable name for code lens line-specs value
+  * lsp-object: don't send documentSymbol to servers that don't support it
+  * Include language server name in stderr logs
+  * Use rust-analyzer from PATH
+  * Work around lsp-rename didChange failing when using window scope
+  * Send texlab-specific requests only to servers that support them
+  * Fix dart language server command
+  * Add kak-lsp server PID to the closing log message
+  * Report more diagnostics information, in multiple lines
+  * Fix regression causing spurious/missing server name in hover
+  * Address clippy lints
+  * Config knob to override magic single-instance setting
+  * Back out "Add curly underline to DiagnosticError face"
+  * start new cycle
+
+-------------------------------------------------------------------

Old:
----
  kakoune-lsp-18.1.2.tar.zst

New:
----
  kak-lsp-18.1.3.tar.zst

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

Other differences:
------------------
++++++ kak-lsp.spec ++++++
--- /var/tmp/diff_new_pack.oaPqLc/_old  2025-06-10 09:08:02.346265101 +0200
+++ /var/tmp/diff_new_pack.oaPqLc/_new  2025-06-10 09:08:02.346265101 +0200
@@ -17,12 +17,12 @@
 
 
 Name:           kak-lsp
-Version:        18.1.2
+Version:        18.1.3
 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/kakoune-lsp/kakoune-lsp
-Source0:        kakoune-lsp-%{version}.tar.zst
+Source0:        %{name}-%{version}.tar.zst
 Source1:        registry.tar.zst
 BuildRequires:  cargo
 BuildRequires:  cargo-packaging
@@ -35,14 +35,16 @@
 kak-lsp is a Language Server Protocol client for Kakoune written in Rust.
 
 %prep
-%autosetup -a1 -n kakoune-lsp-%{version}
+%autosetup -a1
 
 %build
 export CARGO_HOME="$PWD/.cargo"
+export CARGO_TARGET_DIR="%{_buildir}/%{buildsubdir}/target"
 %{cargo_build} --all-features
 
 %install
 export CARGO_HOME="$PWD/.cargo"
+export CARGO_TARGET_DIR="%{_buildir}/%{buildsubdir}/target"
 %{cargo_install} --all-features
 mkdir -p %{buildroot}%{_datadir}/%{name}/rc
 install -Dm644 rc/lsp.kak %{buildroot}%{_datadir}/%{name}/rc/

++++++ _service ++++++
--- /var/tmp/diff_new_pack.oaPqLc/_old  2025-06-10 09:08:02.390266920 +0200
+++ /var/tmp/diff_new_pack.oaPqLc/_new  2025-06-10 09:08:02.394267086 +0200
@@ -1,26 +1,15 @@
 <services>
-  <service mode="manual" name="obs_scm">
-    <param name="url">https://github.com/kakoune-lsp/kakoune-lsp.git</param>
-    <param name="versionformat">@PARENT_TAG@</param>
-    <param name="scm">git</param>
-    <param name="revision">v18.1.2</param>
-    <param name="match-tag">*</param>
-    <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
-    <param name="versionrewrite-replacement">\1</param>
-    <param name="changesgenerate">enable</param>
-    <param name="changesauthor">gerald_c...@foxmail.com</param>
-  </service>
-  <service mode="manual" name="tar"/>
-  <service mode="manual" name="recomprizz">
-    <param name="target">*.tar</param>
-    <param name="compression">zst</param>
-  </service>
-  <service mode="manual" name="set_version"/>
-  <service name="cargo_vendor" mode="manual">
-    <param name="src">kakoune-lsp</param>
-    <param name="compression">zst</param>
-    <param name="update">true</param>
+  <service mode="manual" name="cargo_vendor">
     <param name="method">registry</param>
+    <param name="url">https://github.com/kakoune-lsp/kakoune-lsp.git</param>
+    <param name="versionrewriteregex">^v?(.*)</param>
+    <param name="versionrewritepattern">${1}</param>
+    <param name="revision">v18.1.3</param>
+    <param name="changesgenerate">true</param>
+    <param name="set-name">kak-lsp</param>
+    <param name="changesauthor">Soc Virnyl Estela</param>
+    <param name="changesemail">uncomfyhaloma...@opensuse.org</param>
+    <param name="changesoutfile">kak-lsp.changes</param>
   </service>
 </services>
 

++++++ registry.tar.zst ++++++
/work/SRC/openSUSE:Factory/kak-lsp/registry.tar.zst 
/work/SRC/openSUSE:Factory/.kak-lsp.new.19631/registry.tar.zst differ: char 7, 
line 1

Reply via email to