import CS mingw-headers-12.0.0-3.el9
This commit is contained in:
parent
8bbd195f59
commit
f069daf1ec
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/mingw-w64-v11.0.1.tar.bz2
|
||||
SOURCES/mingw-w64-v12.0.0.tar.bz2
|
||||
|
@ -1 +1 @@
|
||||
ab23c9af10fb38388ac75145dd9ffed3c64d1eeb SOURCES/mingw-w64-v11.0.1.tar.bz2
|
||||
8a725388147e7aa2b367c35e52e91a92713e1faf SOURCES/mingw-w64-v12.0.0.tar.bz2
|
||||
|
@ -1,18 +1,18 @@
|
||||
diff -rupN --no-dereference mingw-w64-v11.0.1/mingw-w64-headers/configure mingw-w64-v11.0.1-new/mingw-w64-headers/configure
|
||||
--- mingw-w64-v11.0.1/mingw-w64-headers/configure 2023-04-29 11:15:30.000000000 +0200
|
||||
+++ mingw-w64-v11.0.1-new/mingw-w64-headers/configure 2023-08-17 11:45:03.828431349 +0200
|
||||
@@ -2751,7 +2751,7 @@ printf "%s\n" "$with_widl" >&6; }
|
||||
diff -rupN mingw-w64-v12.0.0/mingw-w64-headers/configure mingw-w64-v12.0.0-new/mingw-w64-headers/configure
|
||||
--- mingw-w64-v12.0.0/mingw-w64-headers/configure 2024-05-22 09:07:14.000000000 +0200
|
||||
+++ mingw-w64-v12.0.0-new/mingw-w64-headers/configure 2024-07-16 11:38:30.243909103 +0200
|
||||
@@ -2756,7 +2756,7 @@ printf "%s\n" "$with_widl" >&6; }
|
||||
|
||||
if test "x$with_widl" = xno
|
||||
then :
|
||||
-
|
||||
+unset WIDL
|
||||
else $as_nop
|
||||
|
||||
else case e in #(
|
||||
e)
|
||||
if test "x$srcdir" = x.
|
||||
diff -rupN --no-dereference mingw-w64-v11.0.1/mingw-w64-headers/configure.ac mingw-w64-v11.0.1-new/mingw-w64-headers/configure.ac
|
||||
--- mingw-w64-v11.0.1/mingw-w64-headers/configure.ac 2023-04-29 11:15:30.000000000 +0200
|
||||
+++ mingw-w64-v11.0.1-new/mingw-w64-headers/configure.ac 2023-08-17 11:45:03.828431349 +0200
|
||||
diff -rupN mingw-w64-v12.0.0/mingw-w64-headers/configure.ac mingw-w64-v12.0.0-new/mingw-w64-headers/configure.ac
|
||||
--- mingw-w64-v12.0.0/mingw-w64-headers/configure.ac 2024-05-22 09:07:14.000000000 +0200
|
||||
+++ mingw-w64-v12.0.0-new/mingw-w64-headers/configure.ac 2024-07-16 11:35:58.632319451 +0200
|
||||
@@ -27,7 +27,7 @@ AC_ARG_WITH([widl],
|
||||
[AS_VAR_SET([with_widl],[no])])
|
||||
AC_MSG_RESULT([$with_widl])
|
||||
|
@ -9,11 +9,11 @@
|
||||
%global bundle_dummy_pthread_headers 0
|
||||
|
||||
Name: mingw-headers
|
||||
Version: 11.0.1
|
||||
Version: 12.0.0
|
||||
Release: 3%{?dist}
|
||||
Summary: Win32/Win64 header files
|
||||
|
||||
License: Public Domain and LGPLv2+ and ZPLv2.1
|
||||
License: BSD-3-Clause AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-2.0-or-later AND ZPL-2.1 AND MIT-Khronos-old AND LicenseRef-Fedora-Public-Domain
|
||||
URL: http://mingw-w64.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}%{?pre:-%{pre}}.tar.bz2
|
||||
|
||||
@ -71,6 +71,8 @@ MinGW Windows cross-compiler Win64 header files.
|
||||
|
||||
|
||||
%build
|
||||
export MINGW32_CONFIGURE_ARGS="--with-default-msvcrt=msvcrt"
|
||||
export MINGW64_CONFIGURE_ARGS="--with-default-msvcrt=msvcrt"
|
||||
export UCRT64_CONFIGURE_ARGS="--with-default-msvcrt=ucrt"
|
||||
|
||||
pushd mingw-w64-headers
|
||||
@ -111,6 +113,15 @@ rm -f %{buildroot}%{ucrt64_includedir}/pthread_unistd.h
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 24 2024 Sandro Mani <manisandro@gmail.com> - 12.0.0-3
|
||||
- Pass --with-default-msvcrt=msvcrt when building mingw32/64-headers
|
||||
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 12.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Tue Jul 16 2024 Sandro Mani <manisandro@gmail.com> - 12.0.0-1
|
||||
- Update to 12.0.0
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 11.0.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user