From 1a30d2114600930956df72830d0f6600eae22313 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 20:04:40 +0100 Subject: [PATCH] update to 0.11.0.20231028git.256ab6 [release 0.11.0.20231028git.256ab6-1mamba;Sat Oct 28 2023] --- zig.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/zig.spec b/zig.spec index 2e8d48d..b3cd057 100644 --- a/zig.spec +++ b/zig.spec @@ -1,6 +1,6 @@ %define gittag %(echo %version | cut -d. -f5) Name: zig -Version: 0.11.0 +Version: 0.11.0.20231028git.256ab6 Release: 1mamba Summary: A general-purpose programming language and toolchain for maintaining robust, optimal and reusable software Group: Applications/Development @@ -9,7 +9,6 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://ziglang.org/ Source: https://github.com/ziglang/zig.git/master@%{gittag}/zig-%{version}.tar.bz2 -#Source: https://ziglang.org/download/%{version}/zig-%{version}.tar.xz Patch0: zig-0.10.1-llvm-15.patch Patch1: zig-0.10.1-build-increase-max_output-size.patch License: MIT @@ -20,7 +19,7 @@ BuildRequires: liblld-devel BuildRequires: libllvm-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END -BuildRequires: libclang-devel >= 0:16.0.4-1mamba +BuildRequires: libclang-devel >= 17.0.3-1mamba BuildRequires: liblld-devel >= 16.0.4 BuildRequires: cmake @@ -37,13 +36,15 @@ Zig is a general-purpose programming language and toolchain for maintaining robu #%patch 1 -p1 %build +#:<< _EOF # FIXME: PKG_CONFIG_PATH as set by rpm script causes the build to fail export PKG_CONFIG_PATH="" %cmake -d build \ -DCMAKE_BUILD_TYPE=Debug \ -DZIG_SHARED_LLVM=ON -%make +# FIXME: prevent segfault due to mixing with libLLVM-16.so +LD_PRELOAD=%{_libdir}/libLLVM-17.so make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -64,6 +65,12 @@ rm -rf %{buildroot}/usr/doc %doc LICENSE %changelog +* Sat Oct 28 2023 Silvan Calarco 0.11.0.20231028git.256ab6-1mamba +- update to 0.11.0.20231028git.256ab6 + +* Sat Oct 28 2023 Automatic Build System 0.11.0-2mamba +- rebuilt by autoport with build requirements: libclang-devel>=17.0.3-1mamba + * Sat Aug 05 2023 Automatic Build System 0.11.0-1mamba - automatic version update by autodist