From 2b4427739683564183191c8844a5c48ef899e476 Mon Sep 17 00:00:00 2001 From: yangfeng Date: Tue, 24 Sep 2024 04:06:18 +0800 Subject: [PATCH 1/2] set bundle_dummy_pthread_headers to 1 --- mingw-headers.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mingw-headers.spec b/mingw-headers.spec index dc46dd3..18da89e 100644 --- a/mingw-headers.spec +++ b/mingw-headers.spec @@ -14,11 +14,11 @@ # available then this flag needs to be set to 0 to avoid # a file conflict with the winpthreads headers # Winpthreads is available as of Fedora 20 -%global bundle_dummy_pthread_headers 0 +%global bundle_dummy_pthread_headers 1 Name: mingw-headers Version: 9.0.0 -Release: 4 +Release: 5 Summary: Win32/Win64 header files License: Public Domain and LGPLv2+ and ZPLv2.1 @@ -119,6 +119,9 @@ rm -f %{buildroot}%{mingw64_includedir}/pthread_unistd.h %changelog +* Tue Sep 24 2024 yangfeng - 9.0.0-5 +- Set bundle_dummy_pthread_headers to 1 + * Wed Feb 21 2024 yinhongchang - 9.0.0-4 - Set bundle_dummy_pthread_headers from 1 to 0 -- Gitee From f70a8457ff41d6ed092ae07ba5c3c73f35e63872 Mon Sep 17 00:00:00 2001 From: yangfeng Date: Tue, 24 Sep 2024 07:42:03 +0800 Subject: [PATCH 2/2] set bundle_dummy_pthread_headers to 0 --- mingw-headers.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mingw-headers.spec b/mingw-headers.spec index 18da89e..0ce362c 100644 --- a/mingw-headers.spec +++ b/mingw-headers.spec @@ -14,11 +14,11 @@ # available then this flag needs to be set to 0 to avoid # a file conflict with the winpthreads headers # Winpthreads is available as of Fedora 20 -%global bundle_dummy_pthread_headers 1 +%global bundle_dummy_pthread_headers 0 Name: mingw-headers Version: 9.0.0 -Release: 5 +Release: 6 Summary: Win32/Win64 header files License: Public Domain and LGPLv2+ and ZPLv2.1 @@ -119,6 +119,9 @@ rm -f %{buildroot}%{mingw64_includedir}/pthread_unistd.h %changelog +* Tue Sep 24 2024 yangfeng - 9.0.0-6 +- Set bundle_dummy_pthread_headers to 0 + * Tue Sep 24 2024 yangfeng - 9.0.0-5 - Set bundle_dummy_pthread_headers to 1 -- Gitee