From 89a87155e7551238fc7ffa38f461ad1d5a80461c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 23 Feb 2022 22:11:17 +0400 Subject: [PATCH] Add ucrt64 target (bootstrap=0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- mingw-winpthreads.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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)