From d56e04b445d77336b86162699dbeef1e260ad681 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 6 May 2022 20:47:06 +0100 Subject: [PATCH] Rebase to Fedora Rawhide (bundle_dummy_pthread_headers=0) resolves: rhbz#2079435 side-tag: c9s-build-side-467-stack-gate --- mingw-headers.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-headers.spec b/mingw-headers.spec index c3044d2..b2ab70e 100644 --- a/mingw-headers.spec +++ b/mingw-headers.spec @@ -6,11 +6,11 @@ # build, the flag below needs to be set to 1. When winpthreads # is available then this flag needs to be set to 0 to avoid # a file conflict with the winpthreads headers. -%global bundle_dummy_pthread_headers 1 +%global bundle_dummy_pthread_headers 0 Name: mingw-headers Version: 10.0.0 -Release: 3%{?dist} +Release: 3.1%{?dist} Summary: Win32/Win64 header files License: Public Domain and LGPLv2+ and ZPLv2.1 @@ -111,7 +111,7 @@ rm -f %{buildroot}%{ucrt64_includedir}/pthread_unistd.h %changelog -* Fri May 06 2022 Richard W.M. Jones - 10.0.0-3 +* Fri May 06 2022 Richard W.M. Jones - 10.0.0-3.1 - Rebase to Fedora Rawhide resolves: rhbz#2079435