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-11-27 22:12:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kak-lsp (Old) and /work/SRC/openSUSE:Factory/.kak-lsp.new.28523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kak-lsp" Wed Nov 27 22:12:13 2024 rev:15 rq:1226766 version:18.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kak-lsp/kak-lsp.changes 2024-11-09 20:59:20.596847014 +0100 +++ /work/SRC/openSUSE:Factory/.kak-lsp.new.28523/kak-lsp.changes 2024-11-27 22:15:12.062160985 +0100 @@ -1,0 +2,69 @@ +Sat Nov 23 23:49:49 UTC 2024 - Soc Virnyl Estela <[email protected]> + +- Update to version 18.1.0: + * Fix mixed-up order in tailwindcss example + * Fix bell in modeline not being cleared on ShowMessage notifications + * Fix patttern typo + * Add markdown-oxide language-server + * Add ruby-lsp language-server + * Fix stale quoting in lsp-do-send-sync + * Add log statements for raw request, handle EWOULDBLOCK/EAGAIN + * Use write instead of %val{selection} to send buffer contents + * Use a nonblocking fifo instead of pykak-style alternating fifos + * Address clippy lint + * Extend macOS workarounds to buffer synchronization + * Fail early again on missing language.foo.command field + * Also use elixir-ls on eex files + * Fail startup if session state files already exists + * Don't create session state if session is already running + * Escalate failure if kak-lsp daemon fails to start + * Don't clean up parent of session directories + * Do not briefly start kak-lsp on KakEnd if lsp-enable has never been called + * Fix typo in lsp-exit + * Rectify inconsistent quoting in recommended mappings + * Don't block when language servers are slow to exit + * Work around hang due to lost fifo on macOS + * Restyle --help output + * Fix test/clangd-diagnostic-gutter.sh flakiness + * Fix test/run not finding python on macOS + * Remove bad text edit assertion + * Braces in commented out code must match too + * The correct validation setting for CSS is `css.validate = true` + * Add CSS, HTML and JSON options, add Haskell's static-ls + * Workaround macOS waitid() not zeroing si_signo + * Fix waitid() being called unnecessarily + * Fix formatting spuriously moving cursor with vscode-html-language-server + * Fix Rust version + * Workaround HTML/CSS language servers not enabling formatting + * Workaround HTML/CSS language server crashing due to missing validProperties + * Fix crash interpreting text edit without trailing newline + * Clean up a debug log + * Remove dependency on Rust 1.80 + * Fix regression causing crash when language server command fails exec() + * Don't send SIGTERM to language server, remove obsolete wait() + * Simplify sending of initialization options + * Fix regression causing hangs on restart + * Fix regression causing server configuration to be sent as initialization option + * Fix regression causing "kak -p" to become a zombie + * Remove "set-option -add" from most commented default configs + * Back out "lsp-start to wait until existing server has exited" + * Fix race conditions reading kak-lsp PID file + * Send SIGTERM, not SIGKILL to shut down inert language server + * Speed up language server shutdown + * lsp-exit to wait until the session directory is removed + * Remove shell calls from async request sending + * Drain fifo on exit to unblock Kakoune + * Remove unnecssary environment variable + * Refactor temporary directory cleanup logic + * lsp-start to wait until existing server has exited + * Wait for PID file creation after start + * Move fifo into a per-session directory + * Remove errant semicolon + * Remove shell calls for code-actions and highlight-references hooks + * Move hook definition out of the way + * Stop using temporary file also for textDocument/didChange and textDocument/didOpen + * typst: add default configuration + * Mohamad Makki Copyright Waiver + * Update manual installation instructions for ARM macOS + +------------------------------------------------------------------- Old: ---- kakoune-lsp-18.0.3.tar.zst New: ---- kakoune-lsp-18.1.0.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kak-lsp.spec ++++++ --- /var/tmp/diff_new_pack.06p8ev/_old 2024-11-27 22:15:17.658395191 +0100 +++ /var/tmp/diff_new_pack.06p8ev/_new 2024-11-27 22:15:17.674395861 +0100 @@ -17,7 +17,7 @@ Name: kak-lsp -Version: 18.0.3 +Version: 18.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 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.06p8ev/_old 2024-11-27 22:15:17.946407245 +0100 +++ /var/tmp/diff_new_pack.06p8ev/_new 2024-11-27 22:15:17.970408249 +0100 @@ -3,7 +3,7 @@ <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.0.3</param> + <param name="revision">v18.1.0</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.06p8ev/_old 2024-11-27 22:15:18.126414778 +0100 +++ /var/tmp/diff_new_pack.06p8ev/_new 2024-11-27 22:15:18.158416118 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/kakoune-lsp/kakoune-lsp.git</param> - <param name="changesrevision">2fa71238e616e222aae99b391551b57083d627c8</param></service></servicedata> + <param name="changesrevision">adc4c416cd85cbee05f120dd04fc8e1360a2e818</param></service></servicedata> (No newline at EOF) ++++++ kakoune-lsp-18.0.3.tar.zst -> kakoune-lsp-18.1.0.tar.zst ++++++ ++++ 2153 lines of diff (skipped) ++++++ registry.tar.zst ++++++ /work/SRC/openSUSE:Factory/kak-lsp/registry.tar.zst /work/SRC/openSUSE:Factory/.kak-lsp.new.28523/registry.tar.zst differ: char 128231, line 502
