diff --git a/mingw-winpthreads.spec b/mingw-winpthreads.spec index 547ac70..56ddf1c 100644 --- a/mingw-winpthreads.spec +++ b/mingw-winpthreads.spec @@ -9,14 +9,14 @@ #%%global pre rc2 # Set this to zero when mingw-gcc bootstrap is completed -%global bootstrap 1 +%global bootstrap 0 # Run the testsuite %global enable_tests 0 Name: mingw-winpthreads Version: 9.0.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: MinGW pthread library # The main license of winpthreads is MIT, but parts of this library @@ -267,6 +267,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete %changelog +* Wed Feb 23 2022 Marc-André Lureau - 9.0.0-5 +- Add ucrt64 target (bootstrap=0) + * Wed Feb 23 2022 Marc-André Lureau - 9.0.0-4 - Add ucrt64 target (bootstrap=1)