diff --git a/mingw-gcc.spec b/mingw-gcc.spec index 462b4a6..e0a2cc8 100644 --- a/mingw-gcc.spec +++ b/mingw-gcc.spec @@ -10,7 +10,7 @@ # Set this to one when mingw-crt isn't built yet %global bootstrap 0 # Set this one to zero when mingw-winpthreads isn't built yet -%global enable_libgomp 0 +%global enable_libgomp 1 %if 0%{?rhel} > 8 %global build_isl 0 @@ -30,7 +30,7 @@ Name: mingw-gcc Version: %{gcc_version} -Release: 0.2%{?dist} +Release: 1%{?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 +* Fri Jul 09 2021 Sandro Mani - 11.1.1-1 +- Update to 11.1.1 (full build) + * Thu Jul 08 2021 Sandro Mani - 11.1.1-0.2 - Update to 11.1.1 (bootstrap 2)