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)