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-02-09 16:23:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zig (Old) and /work/SRC/openSUSE:Factory/.zig.new.4462 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zig" Thu Feb 9 16:23:06 2023 rev:2 rq:1063928 version:0.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/zig/zig.changes 2023-01-25 18:02:03.634182775 +0100 +++ /work/SRC/openSUSE:Factory/.zig.new.4462/zig.changes 2023-02-09 16:23:07.194686050 +0100 @@ -1,0 +2,15 @@ +Thu Feb 2 02:13:28 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Enable build with riscv64 and %{mips64} arches. + +------------------------------------------------------------------- +Mon Jan 30 13:41:31 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Declare Group as "Development/Languages/Other" to remove some warnings. + +------------------------------------------------------------------- +Mon Jan 30 13:12:39 UTC 2023 - Soc Virnyl Estela <socvirnyl.est...@gmail.com> + +- Fix version required for LLVM on Leap. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zig.spec ++++++ --- /var/tmp/diff_new_pack.6lBxlc/_old 2023-02-09 16:23:08.590693242 +0100 +++ /var/tmp/diff_new_pack.6lBxlc/_new 2023-02-09 16:23:08.594693262 +0100 @@ -25,33 +25,26 @@ Release: 0 Summary: Compiler for the Zig language License: MIT -Group: Development/Languages +Group: Development/Languages/Other URL: https://ziglang.org/ Source0: https://ziglang.org/download/%{version}/%{name}-%{version}.tar.xz Source1: macros.%{name} Source2: zig-rpmlintrc Patch0: 0000-invoke-lld-llvm15.patch Patch2: 0002-no-lld-libs-and-includes.patch +BuildRequires: clang15-devel BuildRequires: cmake BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: help2man -BuildRequires: zlib-devel -%if 0%{?suse_version} > 1500 -BuildRequires: clang15-devel BuildRequires: lld15 BuildRequires: llvm15-devel +BuildRequires: zlib-devel Requires: lld15 -%else -BuildRequires: clang = 15.0.6 -BuildRequires: lld = 15.0.6 -BuildRequires: llvm-devel = 15.0.6 -Requires: lld = 15.0.6 -%endif # llvm-config is missing targets for ppc and arm architectures. # ExcludeArch: ppc64 ppc64le %%arm %%ix86 -ExclusiveArch: x86_64 aarch64 +ExclusiveArch: x86_64 aarch64 riscv64 %{mips64} # Zig needs this to work Requires: %{name}-libs = %{version}