Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/mingw-headers.git#cb1eb89274edaf366ea861e9bd9641e667487dde
This commit is contained in:
parent
d131b24a52
commit
53b9946844
1
.gitignore
vendored
1
.gitignore
vendored
@ -68,3 +68,4 @@
|
||||
/mingw-w64-v5.0.4.tar.bz2
|
||||
/mingw-w64-v6.0.0.tar.bz2
|
||||
/mingw-w64-v7.0.0.tar.bz2
|
||||
/mingw-w64-v8.0.0.tar.bz2
|
||||
|
@ -1,7 +1,7 @@
|
||||
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
|
||||
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; }
|
||||
|
||||
if test "x$with_widl" = xno; then :
|
||||
@ -10,9 +10,9 @@ diff -rupN --no-dereference mingw-w64-v7.0.0/mingw-w64-headers/configure mingw-w
|
||||
else
|
||||
|
||||
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
|
||||
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
|
||||
@@ -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: 7.0.0
|
||||
Release: 2%{?dist}
|
||||
Version: 8.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Win32/Win64 header files
|
||||
|
||||
License: Public Domain and LGPLv2+ and ZPLv2.1
|
||||
@ -46,6 +46,7 @@ Patch0: mingw-headers-no-widl.patch
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: mingw32-filesystem >= 95
|
||||
BuildRequires: mingw64-filesystem >= 95
|
||||
|
||||
@ -113,15 +114,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
|
||||
* Fri Jan 15 2021 Sandro Mani <manisandro@gmail.com> - 8.0.0-1
|
||||
- Update to 8.0.0
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mingw-w64-v7.0.0.tar.bz2) = 30e5b2824a24eeb99ab519e3fc134cc9a7f04ee8b853bc8d66a13d1ab74144bf78b93e162bfe6de2a5e61f63c0e620a933b260b02d019cd68cc4b78bd36c67fd
|
||||
SHA512 (mingw-w64-v8.0.0.tar.bz2) = cefcc86ac3e6337c88ed224ab4692abbd5eb543ce78fb6c5462198a85f36c9274a0a1df0a0bebd182137fd527c15831f9237c782711a85f32e77d9104b28359e
|
||||
|
Loading…
Reference in New Issue
Block a user