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