Enable documentation on Fedora 35

This commit is contained in:
Jan200101 2021-11-17 21:40:46 +01:00
parent cc12bd6575
commit 5fe3677a9b
No known key found for this signature in database
GPG Key ID: 5B71B1D78B882E05

View File

@ -4,8 +4,7 @@
# note here at which Fedora release we need to deal with LLVM and glibc differences # note here at which Fedora release we need to deal with LLVM and glibc differences
%global fedora_llvm 35 %global fedora_llvm 35
# Bump to 36 once LLVM 13 is in 35 %global fedora_glibc 36
%global fedora_glibc 35
%if %{fedora} >= %{fedora_llvm} %if %{fedora} >= %{fedora_llvm}
%bcond_without llvm13 %bcond_without llvm13
@ -29,7 +28,7 @@
Name: zig Name: zig
Version: 0.8.1 Version: 0.8.1
Release: 4%{?dist} Release: 5%{?dist}
Summary: Programming language for maintaining robust, optimal, and reusable software 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 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 %endif
%changelog %changelog
* Wed Nov 17 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 0.8.1-5
- Enable documentation on Fedora 35
* Tue Nov 09 2021 Tom Stellard <tstellar@redhat.com> - 0.8.1-4 * Tue Nov 09 2021 Tom Stellard <tstellar@redhat.com> - 0.8.1-4
- Rebuild for llvm-13.0.0 - Rebuild for llvm-13.0.0