Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zls for openSUSE:Factory checked in at 2025-09-09 20:29:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zls (Old) and /work/SRC/openSUSE:Factory/.zls.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zls" Tue Sep 9 20:29:13 2025 rev:3 rq:1303154 version:0.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/zls/zls.changes 2024-07-29 21:53:29.355395771 +0200 +++ /work/SRC/openSUSE:Factory/.zls.new.1977/zls.changes 2025-09-09 20:29:33.739499895 +0200 @@ -1,0 +2,12 @@ +Mon Sep 8 06:42:37 UTC 2025 - Soc Virnyl Estela <[email protected]> + +- Remove non-existent flag `--Dversion_data_path` + +------------------------------------------------------------------- +Fri Sep 5 11:50:32 UTC 2025 - Soc Virnyl Estela <[email protected]> + +- Update to version 0.15.0: + * Release intended for Zig 0.15.x. See https://zigtools.org/zls/releases/0.15.0/ + * Some changes are not included since we skipped over versions of zig. + +------------------------------------------------------------------- Old: ---- zls-0.13.0.tar.xz New: ---- zls-0.15.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zls.spec ++++++ --- /var/tmp/diff_new_pack.9e7IFD/_old 2025-09-09 20:29:34.671539175 +0200 +++ /var/tmp/diff_new_pack.9e7IFD/_new 2025-09-09 20:29:34.675539343 +0200 @@ -1,7 +1,7 @@ # # spec file for package zls # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,8 +16,12 @@ # +%define _major_version 0 +%define _minor_version 15 +%define _patch_version 0 +%define _major_minor_ver %{_major_version}.%{_minor_version} Name: zls -Version: 0.13.0 +Version: %{_major_minor_ver}.%{_patch_version} Release: 0 Summary: Language server implementation for Zig in Zig License: MIT @@ -25,9 +29,9 @@ URL: https://github.com/zigtools/zls Source0: https://github.com/zigtools/zls/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.xz Source1: vendor.tar.zst -# ZLS only follows versions for zig -BuildRequires: zig = %{version} -BuildRequires: zig-rpm-macros = %{version} +# ZLS only follows versions for zig except patch vers +BuildRequires: zig = %{_major_minor_ver}.1 +BuildRequires: zig-rpm-macros = %{_major_minor_ver}.1 BuildRequires: zstd %description @@ -37,13 +41,13 @@ %autosetup -a1 %build -%zig_build -Dpie --cache-dir $PWD/zig-cache -Dversion_data_path=%{_datadir}/doc/packages/zig/langref.html --global-cache-dir $PWD/vendor/ +%zig_build -Dpie --cache-dir $PWD/zig-cache --global-cache-dir $PWD/vendor/ %install -%zig_install -Dpie --cache-dir $PWD/zig-cache -Dversion_data_path=%{_datadir}/doc/packages/zig/langref.html --global-cache-dir $PWD/vendor/ +%zig_install -Dpie --cache-dir $PWD/zig-cache --global-cache-dir $PWD/vendor/ %check -%zig_test --verbose -Dpie --cache-dir $PWD/zig-cache -Dversion_data_path=%{_datadir}/doc/packages/zig/langref.html --global-cache-dir $PWD/vendor/ +%zig_test --verbose -Dpie --cache-dir $PWD/zig-cache --global-cache-dir $PWD/vendor/ %files %{_bindir}/zls ++++++ vendor.tar.zst ++++++ ++++ 28914 lines of diff (skipped) ++++++ zls-0.13.0.tar.xz -> zls-0.15.0.tar.xz ++++++
