Add ucrt64 target (bootstrap=0)

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
Marc-André Lureau 2022-02-23 22:11:17 +04:00
parent a617d73f97
commit 89a87155e7

View File

@ -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 <marcandre.lureau@redhat.com> - 9.0.0-5
- Add ucrt64 target (bootstrap=0)
* Wed Feb 23 2022 Marc-André Lureau <marcandre.lureau@redhat.com> - 9.0.0-4
- Add ucrt64 target (bootstrap=1)