Update to 7.0.0
This commit is contained in:
parent
a807973fba
commit
c4fe8af7b3
1
.gitignore
vendored
1
.gitignore
vendored
@ -67,3 +67,4 @@
|
||||
/mingw-w64-v5.0.3.tar.bz2
|
||||
/mingw-w64-v5.0.4.tar.bz2
|
||||
/mingw-w64-v6.0.0.tar.bz2
|
||||
/mingw-w64-v7.0.0.tar.bz2
|
||||
|
@ -1,7 +1,7 @@
|
||||
diff -rupN mingw-w64-v6.0.0/mingw-w64-headers/configure mingw-w64-v6.0.0-new/mingw-w64-headers/configure
|
||||
--- mingw-w64-v6.0.0/mingw-w64-headers/configure 2018-09-14 16:16:43.000000000 +0200
|
||||
+++ mingw-w64-v6.0.0-new/mingw-w64-headers/configure 2019-05-07 17:04:47.100390886 +0200
|
||||
@@ -2576,7 +2576,7 @@ fi
|
||||
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; }
|
||||
|
||||
if test "x$with_widl" = xno; then :
|
||||
@ -10,9 +10,9 @@ diff -rupN mingw-w64-v6.0.0/mingw-w64-headers/configure mingw-w64-v6.0.0-new/min
|
||||
else
|
||||
|
||||
if test "x$srcdir" = x.; then :
|
||||
diff -rupN mingw-w64-v6.0.0/mingw-w64-headers/configure.ac mingw-w64-v6.0.0-new/mingw-w64-headers/configure.ac
|
||||
--- mingw-w64-v6.0.0/mingw-w64-headers/configure.ac 2018-09-14 16:16:43.000000000 +0200
|
||||
+++ mingw-w64-v6.0.0-new/mingw-w64-headers/configure.ac 2019-05-07 17:04:47.100390886 +0200
|
||||
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
|
||||
@@ -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: 6.0.0
|
||||
Release: 3%{?dist}
|
||||
Version: 7.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Win32/Win64 header files
|
||||
|
||||
License: Public Domain and LGPLv2+ and ZPLv2.1
|
||||
@ -98,7 +98,7 @@ popd
|
||||
|
||||
%install
|
||||
pushd mingw-w64-headers
|
||||
%mingw_make_install DESTDIR=%{buildroot}
|
||||
%mingw_make_install
|
||||
popd
|
||||
|
||||
# Drop the dummy pthread headers if necessary
|
||||
@ -122,6 +122,9 @@ rm -f %{buildroot}%{mingw64_includedir}/pthread_unistd.h
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jun 20 2020 Sandro Mani <manisandro@gmail.com> - 7.0.0-1
|
||||
- Update to 7.0.0
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mingw-w64-v6.0.0.tar.bz2) = e3d3663e0cb33a16f90b1a33e81b5a30d26f7e34270b14e865c10068f2a2d32da9ef8cbbb0c3fed9c71429ae11c82152ff3b87d81558929b2a4993dc99cfc11e
|
||||
SHA512 (mingw-w64-v7.0.0.tar.bz2) = 30e5b2824a24eeb99ab519e3fc134cc9a7f04ee8b853bc8d66a13d1ab74144bf78b93e162bfe6de2a5e61f63c0e620a933b260b02d019cd68cc4b78bd36c67fd
|
||||
|
Loading…
Reference in New Issue
Block a user