diff --git a/zig.spec b/zig.spec index ecadfef..cc1b699 100644 --- a/zig.spec +++ b/zig.spec @@ -42,7 +42,7 @@ Name: zig Version: 0.13.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Programming language for maintaining robust, optimal, and reusable software License: MIT AND NCSA AND LGPL-2.1-or-later AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND GPL-2.0-or-later AND GPL-2.0-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND Inner-Net-2.0 AND ISC AND LicenseRef-Fedora-Public-Domain AND GFDL-1.1-or-later AND ZPL-2.1 @@ -230,6 +230,10 @@ install -D -pv -m 0644 %{SOURCE2} %{buildroot}%{_rpmmacrodir}/macros.%{name} %endif %changelog +* Mon Jan 27 2025 Jan200101 - 0.13.0-7 +- build stage 3 using zig build system +- add user provided options to the end of the build and install options + * Thu Jan 23 2025 Jan200101 - 0.13.0-6 - rebuild against fixed llvm