Rebase to Fedora Rawhide (bootstrap=0)

resolves: rhbz#2080170
side-tag: c9s-build-side-467-stack-gate
This commit is contained in:
Richard W.M. Jones 2022-05-06 20:59:57 +01:00
parent 5fa334b482
commit 27a087e0fe
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
%undefine _auto_set_build_flags
# NOTE See mingw-filesystem/README.md for the build steps!
%global bootstrap 1
%global bootstrap 0
%if 0%{?rhel} > 8
%global build_isl 0
@ -25,7 +25,7 @@
Name: mingw-gcc
Version: %{gcc_version}
Release: 11%{?dist}
Release: 11.1%{?dist}
Summary: MinGW Windows cross-compiler (GCC) for C
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions
@ -902,7 +902,7 @@ ln -sf %{ucrt64_bindir}/libssp-0.dll %{buildroot}%{ucrt64_libdir}/libssp.dll.a
%changelog
* Fri May 06 2022 Richard W.M. Jones <rjones@redhat.com> - 12.0.1-11
* Fri May 06 2022 Richard W.M. Jones <rjones@redhat.com> - 12.0.1-11.1
- Rebase to Fedora Rawhide
resolves: rhbz#2080170