From 27a087e0feb9baf9eb5b99edf6a1f3f9f488083d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 6 May 2022 20:59:57 +0100 Subject: [PATCH] Rebase to Fedora Rawhide (bootstrap=0) resolves: rhbz#2080170 side-tag: c9s-build-side-467-stack-gate --- mingw-gcc.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-gcc.spec b/mingw-gcc.spec index 3d03e5e..6ce1dc2 100644 --- a/mingw-gcc.spec +++ b/mingw-gcc.spec @@ -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 - 12.0.1-11 +* Fri May 06 2022 Richard W.M. Jones - 12.0.1-11.1 - Rebase to Fedora Rawhide resolves: rhbz#2080170