From d79b3a12f3ca033bf5d604d26d8617023ca6a7cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Wed, 2 Mar 2022 10:35:44 +0400 Subject: [PATCH] Add ucrt64 target (bundle_dummy_pthread_headers=0, +Requires: winpthread) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc-André Lureau --- mingw-headers.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/mingw-headers.spec b/mingw-headers.spec index b50c8a0..833d67f 100644 --- a/mingw-headers.spec +++ b/mingw-headers.spec @@ -23,7 +23,7 @@ Name: mingw-headers Version: 9.0.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Win32/Win64 header files License: Public Domain and LGPLv2+ and ZPLv2.1 @@ -61,7 +61,7 @@ MinGW Windows cross-compiler Win32 and Win64 header files. Summary: MinGW Windows cross-compiler Win32 header files Requires: mingw32-filesystem >= 95 %if 0%{bundle_dummy_pthread_headers} == 0 -#Requires: mingw32-winpthreads +Requires: mingw32-winpthreads %endif Obsoletes: mingw32-w32api < 3.17-3%{?dist} @@ -74,7 +74,7 @@ MinGW Windows cross-compiler Win32 header files. Summary: MinGW Windows cross-compiler Win64 header files Requires: mingw64-filesystem >= 95 %if 0%{bundle_dummy_pthread_headers} == 0 -#Requires: mingw64-winpthreads +Requires: mingw64-winpthreads %endif %description -n mingw64-headers @@ -84,7 +84,7 @@ MinGW Windows cross-compiler Win64 header files. Summary: MinGW Windows cross-compiler Win64 header files Requires: ucrt64-filesystem >= 133 %if 0%{bundle_dummy_pthread_headers} == 0 -#Requires: ucrt64-winpthreads +Requires: ucrt64-winpthreads %endif %description -n ucrt64-headers @@ -144,6 +144,9 @@ rm -f %{buildroot}%{ucrt64_includedir}/pthread_unistd.h %changelog +* Wed Mar 02 2022 Marc-André Lureau - 9.0.0-6 +- Add ucrt64 target (bundle_dummy_pthread_headers=0, +Requires: winpthread) + * Wed Feb 23 2022 Marc-André Lureau - 9.0.0-5 - Add ucrt64 target (bundle_dummy_pthread_headers=0, -Requires: winpthread)