From 2079b7d1bd464f9e0a71f01bef2c98be75aa3dee Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Thu, 8 Jul 2021 23:14:58 +0200 Subject: [PATCH] Update to 11.1.1 (bootstrap 2) --- mingw-gcc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mingw-gcc.spec b/mingw-gcc.spec index 2587ab1..462b4a6 100644 --- a/mingw-gcc.spec +++ b/mingw-gcc.spec @@ -8,7 +8,7 @@ # 5. Build mingw-gcc with bootstrap=0, enable_libgomp=1 # Set this to one when mingw-crt isn't built yet -%global bootstrap 1 +%global bootstrap 0 # Set this one to zero when mingw-winpthreads isn't built yet %global enable_libgomp 0 @@ -30,7 +30,7 @@ Name: mingw-gcc Version: %{gcc_version} -Release: 0.1%{?dist} +Release: 0.2%{?dist} Summary: MinGW Windows cross-compiler (GCC) for C License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions @@ -669,6 +669,9 @@ ln -sf %{mingw64_bindir}/libssp-0.dll %{buildroot}%{mingw64_libdir}/libssp.dll.a %changelog +* Thu Jul 08 2021 Sandro Mani - 11.1.1-0.2 +- Update to 11.1.1 (bootstrap 2) + * Thu Jul 08 2021 Sandro Mani - 11.1.1-0.1 - Update to 11.1.1 (bootstrap)