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-09 20:58:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kak-lsp (Old) and /work/SRC/openSUSE:Factory/.kak-lsp.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kak-lsp" Sat Nov 9 20:58:27 2024 rev:14 rq:1222908 version:18.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kak-lsp/kak-lsp.changes 2024-10-28 15:23:28.599347083 +0100 +++ /work/SRC/openSUSE:Factory/.kak-lsp.new.2017/kak-lsp.changes 2024-11-09 20:59:20.596847014 +0100 @@ -1,0 +2,39 @@ +Fri Nov 8 14:39:42 UTC 2024 - Soc Virnyl Estela <[email protected]> + +- Use only tier 1 arches. Never heard of kakoune being used in other arches. + +------------------------------------------------------------------- +Fri Nov 8 14:31:30 UTC 2024 - Soc Virnyl Estela <[email protected]> + +- Remove vendor.tar.zst. +- Add registry.tar.zst +- Update _service file + * Use registry method for vendoring +- Update to version 18.0.3: + * Update changelog for release + * Disable CI runs for a special "docs" branch + * Scala Metals: turn off Unicode icons until Kakoune can handle emoji width + * Simply use stdout instead of fd 3 for request sending + * Remove redundant fifo re-creation + * Elide temporary file when writing to fifo + * Fix escaping if session name starts with a dash + * Move loop-invariant set-option out of the loop + * Fix window/showMessageRequest ID deserialization + * lsp-disable: unset LSP modeline + * Fix eslint workaround + * Fix crash when "language" key is used in legacy kak-lsp.toml + * julia lsp configuration: move root_globs + * minor: fix typo in julia lsp config + * cargo update + * cargo clippy + * Fix crash in lsp-selection-range + * Show error instead of crashing if lsp_servers root is not an absolute path + * Block LSP requests after KakEnd to work around delay on bad config + * lsp-do-send: also block SIGINT once we have acquired the fifo + * README: update "Pre-built binaries" section + * Fix state transition when lsp-enable{,-window} are accidentally mixed + * Remove shell call from lsp-if-no-servers + * Remove misleading "set-option -add lsp_server" from default hooks + * lsp-object: fix crash on invalid param, improve docs + +------------------------------------------------------------------- Old: ---- kakoune-lsp-18.0.2.tar.zst vendor.tar.zst New: ---- kakoune-lsp-18.0.3.tar.zst registry.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kak-lsp.spec ++++++ --- /var/tmp/diff_new_pack.q0RWWp/_old 2024-11-09 20:59:21.644890609 +0100 +++ /var/tmp/diff_new_pack.q0RWWp/_new 2024-11-09 20:59:21.644890609 +0100 @@ -17,16 +17,17 @@ Name: kak-lsp -Version: 18.0.2 +Version: 18.0.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 -Source1: vendor.tar.zst +Source1: registry.tar.zst BuildRequires: cargo BuildRequires: cargo-packaging BuildRequires: zstd +ExclusiveArch: %{rust_tier1_arches} Provides: kakoune-lsp = %{version} %description @@ -36,9 +37,11 @@ %autosetup -a1 -n kakoune-lsp-%{version} %build +export CARGO_HOME="$PWD/.cargo" %{cargo_build} --all-features %install +export CARGO_HOME="$PWD/.cargo" %{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.q0RWWp/_old 2024-11-09 20:59:21.680892107 +0100 +++ /var/tmp/diff_new_pack.q0RWWp/_new 2024-11-09 20:59:21.684892273 +0100 @@ -1,25 +1,26 @@ <services> - <service mode="disabled" name="obs_scm"> + <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.0.2</param> + <param name="revision">v18.0.3</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">[email protected]</param> </service> - <service mode="disabled" name="tar"/> - <service mode="disabled" name="recompress"> - <param name="file">*.tar</param> + <service mode="manual" name="tar"/> + <service mode="manual" name="recomprizz"> + <param name="target">*.tar</param> <param name="compression">zst</param> </service> - <service mode="disabled" name="set_version"/> - <service name="cargo_vendor" mode="disabled"> + <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> + <param name="method">registry</param> </service> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.q0RWWp/_old 2024-11-09 20:59:21.708893272 +0100 +++ /var/tmp/diff_new_pack.q0RWWp/_new 2024-11-09 20:59:21.712893438 +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">8d19cbed9a1baf383abdf3a0359c1ef519197f38</param></service></servicedata> + <param name="changesrevision">2fa71238e616e222aae99b391551b57083d627c8</param></service></servicedata> (No newline at EOF) ++++++ kakoune-lsp-18.0.2.tar.zst -> kakoune-lsp-18.0.3.tar.zst ++++++ ++++ 1780 lines of diff (skipped)
