Enable documentation on Fedora 35
This commit is contained in:
parent
cc12bd6575
commit
5fe3677a9b
8
zig.spec
8
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 <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
|
||||
- Rebuild for llvm-13.0.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user