Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zls for openSUSE:Factory checked in at 2026-02-05 17:59:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zls (Old) and /work/SRC/openSUSE:Factory/.zls.new.1670 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zls" Thu Feb 5 17:59:33 2026 rev:4 rq:1331116 version:0.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/zls/zls.changes 2025-09-09 20:29:33.739499895 +0200 +++ /work/SRC/openSUSE:Factory/.zls.new.1670/zls.changes 2026-02-05 18:03:33.055537201 +0100 @@ -1,0 +2,6 @@ +Wed Jan 28 11:26:07 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Be a bit less strict on the zig version: newer than 0.15.1 is + also fine. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zls.spec ++++++ --- /var/tmp/diff_new_pack.oPHBYC/_old 2026-02-05 18:03:35.095622780 +0100 +++ /var/tmp/diff_new_pack.oPHBYC/_new 2026-02-05 18:03:35.115623619 +0100 @@ -1,7 +1,7 @@ # # spec file for package zls # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 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 @@ -30,8 +30,8 @@ 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 except patch vers -BuildRequires: zig = %{_major_minor_ver}.1 -BuildRequires: zig-rpm-macros = %{_major_minor_ver}.1 +BuildRequires: zig >= %{_major_minor_ver}.1 +BuildRequires: zig-rpm-macros >= %{_major_minor_ver}.1 BuildRequires: zstd %description
