Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package zig for openSUSE:Factory checked in at 2023-11-07 21:26:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zig (Old) and /work/SRC/openSUSE:Factory/.zig.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zig" Tue Nov 7 21:26:20 2023 rev:5 rq:1123712 version:0.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/zig/zig.changes 2023-10-22 21:02:10.637982812 +0200 +++ /work/SRC/openSUSE:Factory/.zig.new.17445/zig.changes 2023-11-07 21:27:01.492985971 +0100 @@ -1,0 +2,6 @@ +Tue Nov 7 02:58:39 UTC 2023 - Soc Virnyl Estela <[email protected]> + +- Update macros.zig + * Change %zig to %__zig to avoid confusion between `zig` or `%zig`. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ macros.zig ++++++ --- /var/tmp/diff_new_pack.wOBDeb/_old 2023-11-07 21:27:03.693066988 +0100 +++ /var/tmp/diff_new_pack.wOBDeb/_new 2023-11-07 21:27:03.697067134 +0100 @@ -1,7 +1,7 @@ %zig_arches x86_64 aarch64 riscv64 %{mips64} %_zig_version @@ZIG_VERSION@@ -%zig /usr/bin/zig +%__zig %{_bindir}/zig # expected features for each arch when targeting baseline # found in https://github.com/ziglang/zig/tree/master/lib/std/target @@ -28,7 +28,7 @@ %_zig_build_options %{?_zig_general_options} %{?_zig_project_options} %{?_zig_advanced_options} %_zig_install_options --prefix "%{_prefix}" --prefix-lib-dir "%{_libdir}" --prefix-exe-dir "%{_bindir}" --prefix-include-dir "%{_includedir}" -%zig_build %zig \\\ +%zig_build %__zig \\\ build \\\ %{?_zig_build_options}
