!6 升级mingw-headers到9.0.0

From: @niko_yhc 
Reviewed-by: @jianminw 
Signed-off-by: @jianminw
This commit is contained in:
openeuler-ci-bot 2024-02-06 02:44:59 +00:00 committed by Gitee
commit 2d5a0416ed
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 20 additions and 16 deletions

View File

@ -1,18 +1,18 @@
diff -rupN --no-dereference mingw-w64-v7.0.0/mingw-w64-headers/configure mingw-w64-v7.0.0-new/mingw-w64-headers/configure
--- mingw-w64-v7.0.0/mingw-w64-headers/configure 2019-11-09 06:33:24.000000000 +0100
+++ mingw-w64-v7.0.0-new/mingw-w64-headers/configure 2020-06-20 00:23:32.741651379 +0200
@@ -2574,7 +2574,7 @@ fi
$as_echo "$with_widl" >&6; }
diff -rupN --no-dereference mingw-w64-v9.0.0/mingw-w64-headers/configure mingw-w64-v9.0.0-new/mingw-w64-headers/configure
--- mingw-w64-v9.0.0/mingw-w64-headers/configure 2021-05-22 14:34:25.000000000 +0200
+++ mingw-w64-v9.0.0-new/mingw-w64-headers/configure 2021-06-22 09:18:27.040547425 +0200
@@ -2734,7 +2734,7 @@ printf "%s\n" "$with_widl" >&6; }
if test "x$with_widl" = xno; then :
if test "x$with_widl" = xno
then :
-
+ unset WIDL
else
+unset WIDL
else $as_nop
if test "x$srcdir" = x.; then :
diff -rupN --no-dereference mingw-w64-v7.0.0/mingw-w64-headers/configure.ac mingw-w64-v7.0.0-new/mingw-w64-headers/configure.ac
--- mingw-w64-v7.0.0/mingw-w64-headers/configure.ac 2019-11-09 06:33:24.000000000 +0100
+++ mingw-w64-v7.0.0-new/mingw-w64-headers/configure.ac 2020-06-20 00:23:32.742651379 +0200
if test "x$srcdir" = x.
diff -rupN --no-dereference mingw-w64-v9.0.0/mingw-w64-headers/configure.ac mingw-w64-v9.0.0-new/mingw-w64-headers/configure.ac
--- mingw-w64-v9.0.0/mingw-w64-headers/configure.ac 2021-05-22 14:34:25.000000000 +0200
+++ mingw-w64-v9.0.0-new/mingw-w64-headers/configure.ac 2021-06-22 09:18:27.041547429 +0200
@@ -27,7 +27,7 @@ AC_ARG_WITH([widl],
[AS_VAR_SET([with_widl],[no])])
AC_MSG_RESULT([$with_widl])

View File

@ -17,8 +17,8 @@
%global bundle_dummy_pthread_headers 1
Name: mingw-headers
Version: 7.0.0
Release: 1%{?dist}
Version: 9.0.0
Release: 3
Summary: Win32/Win64 header files
License: Public Domain and LGPLv2+ and ZPLv2.1
@ -42,6 +42,7 @@ Patch0: mingw-headers-no-widl.patch
BuildArch: noarch
BuildRequires: make
BuildRequires: mingw32-filesystem >= 95
BuildRequires: mingw64-filesystem >= 95
@ -109,15 +110,18 @@ rm -f %{buildroot}%{mingw64_includedir}/pthread_unistd.h
%files -n mingw32-headers
%license COPYING DISCLAIMER DISCLAIMER.PD mingw-w64-headers/direct-x/COPYING.LIB
%license COPYING DISCLAIMER DISCLAIMER.PD
%{mingw32_includedir}/*
%files -n mingw64-headers
%license COPYING DISCLAIMER DISCLAIMER.PD mingw-w64-headers/direct-x/COPYING.LIB
%license COPYING DISCLAIMER DISCLAIMER.PD
%{mingw64_includedir}/*
%changelog
* Mon Feb 5 2024 yinhongchang<yinhongchang@kylinsec.com.cn> - 9.0.0-3
- update version to 9.0.0
* Sat Jun 20 2020 Sandro Mani <manisandro@gmail.com> - 7.0.0-1
- Update to 7.0.0