Update to 10.0.0
This commit is contained in:
parent
d79b3a12f3
commit
e139c813b0
1
.gitignore
vendored
1
.gitignore
vendored
@ -71,3 +71,4 @@
|
||||
/mingw-w64-v8.0.0.tar.bz2
|
||||
/mingw-w64-v8.0.2.tar.bz2
|
||||
/mingw-w64-v9.0.0.tar.bz2
|
||||
/mingw-w64-v10.0.0.tar.bz2
|
||||
|
@ -1,6 +1,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
|
||||
diff -rupN --no-dereference mingw-w64-v10.0.0/mingw-w64-headers/configure mingw-w64-v10.0.0-new/mingw-w64-headers/configure
|
||||
--- mingw-w64-v10.0.0/mingw-w64-headers/configure 2022-04-03 17:08:58.000000000 +0200
|
||||
+++ mingw-w64-v10.0.0-new/mingw-w64-headers/configure 2022-04-26 09:09:23.178755423 +0200
|
||||
@@ -2734,7 +2734,7 @@ printf "%s\n" "$with_widl" >&6; }
|
||||
|
||||
if test "x$with_widl" = xno
|
||||
@ -10,9 +10,9 @@ diff -rupN --no-dereference mingw-w64-v9.0.0/mingw-w64-headers/configure mingw-w
|
||||
else $as_nop
|
||||
|
||||
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
|
||||
diff -rupN --no-dereference mingw-w64-v10.0.0/mingw-w64-headers/configure.ac mingw-w64-v10.0.0-new/mingw-w64-headers/configure.ac
|
||||
--- mingw-w64-v10.0.0/mingw-w64-headers/configure.ac 2022-04-03 17:08:58.000000000 +0200
|
||||
+++ mingw-w64-v10.0.0-new/mingw-w64-headers/configure.ac 2022-04-26 09:09:23.178755423 +0200
|
||||
@@ -27,7 +27,7 @@ AC_ARG_WITH([widl],
|
||||
[AS_VAR_SET([with_widl],[no])])
|
||||
AC_MSG_RESULT([$with_widl])
|
||||
|
@ -22,8 +22,8 @@
|
||||
%endif
|
||||
|
||||
Name: mingw-headers
|
||||
Version: 9.0.0
|
||||
Release: 6%{?dist}
|
||||
Version: 10.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Win32/Win64 header files
|
||||
|
||||
License: Public Domain and LGPLv2+ and ZPLv2.1
|
||||
@ -107,7 +107,7 @@ unzip %{S:0}
|
||||
export UCRT64_CONFIGURE_ARGS="--with-default-msvcrt=ucrt"
|
||||
|
||||
pushd mingw-w64-headers
|
||||
%mingw_configure --enable-sdk=all
|
||||
%mingw_configure --enable-sdk=all --enable-idl
|
||||
popd
|
||||
|
||||
|
||||
@ -144,6 +144,9 @@ rm -f %{buildroot}%{ucrt64_includedir}/pthread_unistd.h
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 26 2022 Sandro Mani <manisandro@gmail.com> - 10.0.0-1
|
||||
- Update to 10.0.0
|
||||
|
||||
* Wed Mar 02 2022 Marc-André Lureau <marcandre.lureau@redhat.com> - 9.0.0-6
|
||||
- Add ucrt64 target (bundle_dummy_pthread_headers=0, +Requires: winpthread)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mingw-w64-v9.0.0.tar.bz2) = 6691331a2ab521d22c1d32bebe0ed049bd62a7a7722cff38e7792b4e42c6b8df4356084afff6c916b487b3ebddc4372b398ab7cd0c7f4ff6991a70fe64177386
|
||||
SHA512 (mingw-w64-v10.0.0.tar.bz2) = 3c0827af7c40809a867758f6cd9ef3ff0c988b43082345bf725e03949af95968d634ace99a7ffae323189549221dcb5d861de9e801f1fbc7904e446641b60516
|
||||
|
Loading…
Reference in New Issue
Block a user