Update to 9.0.0
Manually merge with fedora/rawhide resolves: rhbz#1996743
This commit is contained in:
parent
5b0d36b20e
commit
a3fc546d3d
2
.gitignore
vendored
2
.gitignore
vendored
@ -69,3 +69,5 @@
|
||||
/mingw-w64-v6.0.0.tar.bz2
|
||||
/mingw-w64-v7.0.0.tar.bz2
|
||||
/mingw-w64-v8.0.0.tar.bz2
|
||||
/mingw-w64-v8.0.2.tar.bz2
|
||||
/mingw-w64-v9.0.0.tar.bz2
|
||||
|
@ -1,18 +1,18 @@
|
||||
diff -rupN --no-dereference mingw-w64-v8.0.0/mingw-w64-headers/configure mingw-w64-v8.0.0-new/mingw-w64-headers/configure
|
||||
--- mingw-w64-v8.0.0/mingw-w64-headers/configure 2020-09-17 04:20:15.000000000 +0200
|
||||
+++ mingw-w64-v8.0.0-new/mingw-w64-headers/configure 2021-01-15 23:48:58.786920822 +0100
|
||||
@@ -2572,7 +2572,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-v8.0.0/mingw-w64-headers/configure.ac mingw-w64-v8.0.0-new/mingw-w64-headers/configure.ac
|
||||
--- mingw-w64-v8.0.0/mingw-w64-headers/configure.ac 2020-09-17 04:20:15.000000000 +0200
|
||||
+++ mingw-w64-v8.0.0-new/mingw-w64-headers/configure.ac 2021-01-15 23:48:58.786920822 +0100
|
||||
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])
|
||||
|
@ -21,8 +21,8 @@
|
||||
%endif
|
||||
|
||||
Name: mingw-headers
|
||||
Version: 8.0.0
|
||||
Release: 4%{?dist}
|
||||
Version: 9.0.0
|
||||
Release: 2%{?dist}
|
||||
Summary: Win32/Win64 header files
|
||||
|
||||
License: Public Domain and LGPLv2+ and ZPLv2.1
|
||||
@ -123,6 +123,11 @@ rm -f %{buildroot}%{mingw64_includedir}/pthread_unistd.h
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 23 2021 Richard W.M. Jones <rjones@redhat.com> - 9.0.0-2
|
||||
- Update to 9.0.0
|
||||
- Manually merge with fedora/rawhide
|
||||
resolves: rhbz#1996743
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 8.0.0-4
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mingw-w64-v8.0.0.tar.bz2) = cefcc86ac3e6337c88ed224ab4692abbd5eb543ce78fb6c5462198a85f36c9274a0a1df0a0bebd182137fd527c15831f9237c782711a85f32e77d9104b28359e
|
||||
SHA512 (mingw-w64-v9.0.0.tar.bz2) = 6691331a2ab521d22c1d32bebe0ed049bd62a7a7722cff38e7792b4e42c6b8df4356084afff6c916b487b3ebddc4372b398ab7cd0c7f4ff6991a70fe64177386
|
||||
|
Loading…
Reference in New Issue
Block a user