From 5fe3677a9b8377fc5baecc172a7c57611e81d45f Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Wed, 17 Nov 2021 21:40:46 +0100 Subject: [PATCH] Enable documentation on Fedora 35 --- zig.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/zig.spec b/zig.spec index a2bb241..5fe2845 100644 --- a/zig.spec +++ b/zig.spec @@ -4,8 +4,7 @@ # note here at which Fedora release we need to deal with LLVM and glibc differences %global fedora_llvm 35 -# Bump to 36 once LLVM 13 is in 35 -%global fedora_glibc 35 +%global fedora_glibc 36 %if %{fedora} >= %{fedora_llvm} %bcond_without llvm13 @@ -29,7 +28,7 @@ Name: zig Version: 0.8.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Programming language for maintaining robust, optimal, and reusable software License: MIT and NCSA and LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL and ZPLv2.1 @@ -185,6 +184,9 @@ sed -i -e "s|@@ZIG_VERSION@@|%{version}|" %{buildroot}%{_rpmconfigdir}/macros.d %endif %changelog +* Wed Nov 17 2021 Jan Drögehoff - 0.8.1-5 +- Enable documentation on Fedora 35 + * Tue Nov 09 2021 Tom Stellard - 0.8.1-4 - Rebuild for llvm-13.0.0