Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package neocmakelsp for openSUSE:Factory checked in at 2026-09-21 12:20:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/neocmakelsp (Old) and /work/SRC/openSUSE:Factory/.neocmakelsp.new.383539 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "neocmakelsp" Mon Sep 21 12:20:31 2026 rev:4 rq:1379259 version:0.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/neocmakelsp/neocmakelsp.changes 2026-03-11 20:59:11.051483501 +0100 +++ /work/SRC/openSUSE:Factory/.neocmakelsp.new.383539/neocmakelsp.changes 2026-09-21 12:20:36.899759768 +0200 @@ -1,0 +2,27 @@ +Wed Sep 16 17:38:41 UTC 2026 - Martin Pluskal <[email protected]> + +- Update to version 0.11.1: + * Breaking: rework config fields (snippets default off; + etcetera for config directory) + * Add Run and Build subcommands + * Cache local cmake commands weekly and project info under + .cache/neocmakelsp + * Faster highlight/iteration via tree-sitter queries + * Path and subdirectory completion, including paths with / + * Signature help for builtin cmake commands; complete and + jump to function/macro arguments + * Code action to fix function and macro name case + * Hover shows more via fileapi target file; expose + neocmakelsp/cmake_targets + * Fix format-and-save, option completions, <LANG> builtin + variables, and a possible deadlock + * Fix builtin-commands generator panic without cmake; better + package scan (e.g. llvm) + * Send null version in publishDiagnostics + * Switch from chrono to jiff +- Re-derive License from vendored crates: Apache-2.0 AND MIT + AND Unicode-3.0 +- Raise cargo BuildRequires floor to 1.89 (upstream rust-version) +- Restrict to rust_tier1 arches + +------------------------------------------------------------------- Old: ---- neocmakelsp-0.9.0.tar.zst New: ---- neocmakelsp-0.11.1.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ neocmakelsp.spec ++++++ --- /var/tmp/diff_new_pack.guagZk/_old 2026-09-21 12:20:41.253941823 +0200 +++ /var/tmp/diff_new_pack.guagZk/_new 2026-09-21 12:20:41.256941949 +0200 @@ -17,25 +17,31 @@ Name: neocmakelsp -Version: 0.9.0 +Version: 0.11.1 Release: 0 Summary: CMake LSP implementation based on Tower and Tree-sitter +# Legal-Review-Notice: neocmakelsp itself is MIT. The shipped binary +# statically links Apache-2.0 (sync_wrapper via tower) and Unicode-3.0 +# (icu_* via idna/url/tower-lsp-f). No copyleft crate is in the +# cargo-tree -e normal graph; r-efi (MIT OR Apache-2.0 OR +# LGPL-2.1-or-later) is vendored but not linked on Linux. tiny-keccak +# (CC0-1.0) is compile-time-only via const-random-macro. +License: Apache-2.0 AND MIT AND Unicode-3.0 URL: https://github.com/neocmakelsp/neocmakelsp Source0: %{name}-%{version}.tar.zst Source1: vendor.tar.zst -License: MIT -BuildRequires: cargo > 1.82 +BuildRequires: bash +BuildRequires: cargo >= 1.89 BuildRequires: cargo-packaging -BuildRequires: zsh BuildRequires: fish -BuildRequires: bash +BuildRequires: zsh +ExclusiveArch: %{rust_tier1_arches} %package fish-completion Summary: Fish Completion for %{name} -Group: System/Shells -Supplements: (%{name} and fish) Requires: %{name} Requires: fish +Supplements: (%{name} and fish) BuildArch: noarch %description fish-completion @@ -43,10 +49,9 @@ %package zsh-completion Summary: Zsh Completion for %{name} -Group: System/Shells -Supplements: (%{name} and zsh) Requires: %{name} Requires: zsh +Supplements: (%{name} and zsh) BuildArch: noarch %description zsh-completion @@ -54,10 +59,9 @@ %package bash-completion Summary: Bash Completion for %{name} -Group: System/Shells -Supplements: (%{name} and bash-completion) Requires: %{name} Requires: bash-completion +Supplements: (%{name} and bash-completion) BuildArch: noarch %description bash-completion @@ -87,7 +91,7 @@ %install export CARGO_TARGET_DIR="%{_builddir}/%{buildsubdir}/target" -%{cargo_install} +%cargo_install install -Dpm 0644 -t %{buildroot}%{_datadir}/bash-completion/completions/%{name} completions/bash/%{name} install -Dpm 0644 -t %{buildroot}%{_datadir}/zsh/site-functions/_%{name} completions/zsh/_%{name} install -Dpm 0644 -t %{buildroot}%{_datadir}/fish/vendor_completions.d/%{name}.fish completions/fish/%{name}.fish @@ -97,7 +101,6 @@ %doc README.md %{_bindir}/%{name} - %files bash-completion %dir %{_datadir}/bash-completion %dir %{_datadir}/bash-completion/completions ++++++ _service ++++++ --- /var/tmp/diff_new_pack.guagZk/_old 2026-09-21 12:20:41.298943705 +0200 +++ /var/tmp/diff_new_pack.guagZk/_new 2026-09-21 12:20:41.301943830 +0200 @@ -3,12 +3,10 @@ <param name="src">https://github.com/neocmakelsp/neocmakelsp</param> <param name="update">false</param> <param name="respect-lockfile">true</param> - <param name="revision">v0.9.0</param> + <param name="revision">v0.11.1</param> <param name="versionrewriteregex">^v?(.*)</param> <param name="versionrewritepattern">$1</param> - <param name="changesgenerate">true</param> - <param name="changesauthor">Soc Virnyl Estela</param> - <param name="changesemail">[email protected]</param> + <param name="changesgenerate">false</param> </service> </services> ++++++ neocmakelsp-0.9.0.tar.zst -> neocmakelsp-0.11.1.tar.zst ++++++ ++++ 26285 lines of diff (skipped) ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/neocmakelsp/vendor.tar.zst /work/SRC/openSUSE:Factory/.neocmakelsp.new.383539/vendor.tar.zst differ: char 7, line 1
