Update to 9.0.0
This commit is contained in:
parent
f2b7b21860
commit
b086821134
1
.gitignore
vendored
1
.gitignore
vendored
@ -70,3 +70,4 @@
|
||||
/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.2/mingw-w64-headers/configure mingw-w64-v8.0.2-new/mingw-w64-headers/configure
|
||||
--- mingw-w64-v8.0.2/mingw-w64-headers/configure 2021-05-09 08:38:05.000000000 +0200
|
||||
+++ mingw-w64-v8.0.2-new/mingw-w64-headers/configure 2021-05-17 10:06:15.201062215 +0200
|
||||
@@ -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.2/mingw-w64-headers/configure.ac mingw-w64-v8.0.2-new/mingw-w64-headers/configure.ac
|
||||
--- mingw-w64-v8.0.2/mingw-w64-headers/configure.ac 2021-05-09 08:38:05.000000000 +0200
|
||||
+++ mingw-w64-v8.0.2-new/mingw-w64-headers/configure.ac 2021-05-17 10:06:15.201062215 +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])
|
||||
|
@ -21,7 +21,7 @@
|
||||
%endif
|
||||
|
||||
Name: mingw-headers
|
||||
Version: 8.0.2
|
||||
Version: 9.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Win32/Win64 header files
|
||||
|
||||
@ -123,6 +123,9 @@ rm -f %{buildroot}%{mingw64_includedir}/pthread_unistd.h
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 08 2021 Sandro Mani <manisandro@gmail.com> - 9.0.0-1
|
||||
- Update to 9.0.0
|
||||
|
||||
* Mon May 17 2021 Sandro Mani <manisandro@gmail.com> - 8.0.2-1
|
||||
- Update to 8.0.2
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mingw-w64-v8.0.2.tar.bz2) = a2eb0891ab153fed41969a3d86b770dbaf65dfc836dae83888ddbb79459b51301b91f3ec25292a8f236ab4df863e1bb58393d024bf078dc7e51492124c599b0c
|
||||
SHA512 (mingw-w64-v9.0.0.tar.bz2) = 6691331a2ab521d22c1d32bebe0ed049bd62a7a7722cff38e7792b4e42c6b8df4356084afff6c916b487b3ebddc4372b398ab7cd0c7f4ff6991a70fe64177386
|
||||
|
Loading…
Reference in New Issue
Block a user