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-12-22 18:03:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kak-lsp (Old)
 and      /work/SRC/openSUSE:Factory/.kak-lsp.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kak-lsp"

Sun Dec 22 18:03:31 2024 rev:16 rq:1232905 version:18.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kak-lsp/kak-lsp.changes  2024-11-27 
22:15:12.062160985 +0100
+++ /work/SRC/openSUSE:Factory/.kak-lsp.new.1881/kak-lsp.changes        
2024-12-22 18:03:36.154284924 +0100
@@ -1,0 +2,67 @@
+Sat Dec 21 00:30:07 UTC 2024 - Soc Virnyl Estela 
<[email protected]>
+
+- Build now requires openssl because the dependency graph now has
+  openssl-sys.
+
+-------------------------------------------------------------------
+Sat Dec 21 00:26:17 UTC 2024 - Soc Virnyl Estela 
<[email protected]>
+
+- Update to version 18.1.1:
+  * Make crash reporting optional for now
+  * Touch up installation instructions in readme
+  * Make force-exit code paths safer
+  * Extract function
+  * Rework "Prevent buffer content logic from reading to much"
+  * Don't send debug log about excessive progress reports to editor
+  * Make test/clangd-invalid-utf8.sh compatible with older clangd
+  * Fix crash when legacy "language" config option uses language IDs
+  * Set LAST_CLIENT earlier
+  * test/clangd-invalid-utf8.sh: fix for modern clang
+  * Add biome to CSS and GraphQL
+  * On crash, disable LSP hooks in current buffer
+  * Simplify sentry integration
+  * Work around crash on unsaved files after server restart
+  * Add context to crash report message
+  * Include formatted panic info and backtrace in crash report
+  * Crash reporting via sentry.io
+  * Make the default panic message a little less intimidating
+  * Generalize option change hook parsing code
+  * Back out "Fix fake textDocument/didOpen for unsaved files"
+  * Back out "Make sure to call textDocument/didOpen when lsp_servers is set 
after BufCreate"
+  * Prevent buffer content logic from reading to much
+  * Fix crash on <c-c> during -sync command
+  * Make sure to call textDocument/didOpen when lsp_servers is set after 
BufCreate
+  * Add commented config for tailwindcss-language-server
+  * Fix fake textDocument/didOpen for unsaved files
+  * Stop logging the lsp-show-error call
+  * Fix garbage languageId being sent on lsp-workspace-symbol
+  * Clean up editor command dispatch code
+  * Rename command sender type
+  * Fix corruption applying text edits to non-buffer, non-ASCII files
+  * Separate out function for applying text edits to in-memory data structure
+  * Apply clippy lints
+  * Update unit tests
+  * Consolidate error reporting
+  * Work around missing error on missing code lens after server restart
+  * Type for client name
+  * Rework editor-command sending
+  * Remove most uses of EditorMeta::session
+  * Remove vestiges of multi-session code
+  * Bravely remove obsolete command_fifo, make response_fifo handling more 
robust
+  * Fix flaky test/gopls-goto-definition.sh
+  * Remove unused function
+  * Add more details to fifo log
+  * Remove unused parameter
+  * Use a separate field for requests pending initialization resp. 
textDocument/didChange
+  * Fix hang when sync request is used in hook when LSP is disabled
+  * Fix lsp-did-change not being sent for lsp-code-actions-sync
+  * Fix lingering sync state when lsp is disabled
+  * Remove unused lsp-with-option command
+  * Stop printing panic backtrace twice
+  * Add badges for latest release and chat networks
+  * Fix stacktrace being printed on EPIPE, remove redundant error output
+  * Call out feedback/support channels a bit more
+  * Stop linking to the Wiki page for installing servers
+  * Only set javascriptreact/typescriptreact language ID for jsx/tsx files
+
+-------------------------------------------------------------------

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

New:
----
  kakoune-lsp-18.1.1.tar.zst

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

Other differences:
------------------
++++++ kak-lsp.spec ++++++
--- /var/tmp/diff_new_pack.oFTv4m/_old  2024-12-22 18:03:51.690923007 +0100
+++ /var/tmp/diff_new_pack.oFTv4m/_new  2024-12-22 18:03:51.690923007 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           kak-lsp
-Version:        18.1.0
+Version:        18.1.1
 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
@@ -26,6 +26,7 @@
 Source1:        registry.tar.zst
 BuildRequires:  cargo
 BuildRequires:  cargo-packaging
+BuildRequires:  openssl-devel
 BuildRequires:  zstd
 ExclusiveArch:  %{rust_tier1_arches}
 Provides:       kakoune-lsp = %{version}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.oFTv4m/_old  2024-12-22 18:03:51.718924157 +0100
+++ /var/tmp/diff_new_pack.oFTv4m/_new  2024-12-22 18:03:51.726924486 +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.1.0</param>
+    <param name="revision">v18.1.1</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.oFTv4m/_old  2024-12-22 18:03:51.742925143 +0100
+++ /var/tmp/diff_new_pack.oFTv4m/_new  2024-12-22 18:03:51.746925308 +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">adc4c416cd85cbee05f120dd04fc8e1360a2e818</param></service></servicedata>
+              <param 
name="changesrevision">dc348f04038f7286d606e99719509d6dbd2469da</param></service></servicedata>
 (No newline at EOF)
 

++++++ kakoune-lsp-18.1.0.tar.zst -> kakoune-lsp-18.1.1.tar.zst ++++++
++++ 7821 lines of diff (skipped)

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

Reply via email to