forked from pool/mingw32-headers
Accepting request 1125190 from windows:mingw:win32
OBS-URL: https://build.opensuse.org/request/show/1125190 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw32-headers?expand=0&rev=5
This commit is contained in:
commit
9cf3f461f4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894
|
||||
size 9620291
|
14
mingw-w64-v11.0.1-fix-undefined-interface-type.patch
Normal file
14
mingw-w64-v11.0.1-fix-undefined-interface-type.patch
Normal file
@ -0,0 +1,14 @@
|
||||
diff -ur mingw-w64-v11.0.1.orig/mingw-w64-headers/include/msxml.h mingw-w64-v11.0.1/mingw-w64-headers/include/msxml.h
|
||||
--- mingw-w64-v11.0.1.orig/mingw-w64-headers/include/msxml.h 2023-04-29 11:15:30.000000000 +0200
|
||||
+++ mingw-w64-v11.0.1/mingw-w64-headers/include/msxml.h 2023-11-11 15:16:47.191637105 +0100
|
||||
@@ -820,6 +820,10 @@
|
||||
END_INTERFACE
|
||||
} IXMLDOMNodeVtbl;
|
||||
|
||||
+#if defined(_WIN32) && !defined(interface)
|
||||
+#define interface struct
|
||||
+#endif
|
||||
+
|
||||
interface IXMLDOMNode {
|
||||
CONST_VTBL IXMLDOMNodeVtbl* lpVtbl;
|
||||
};
|
3
mingw-w64-v11.0.1.tar.bz2
Normal file
3
mingw-w64-v11.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f66bce069ee8bed7439a1a13da7cb91a5e67ea6170f21317ac7f5794625ee10
|
||||
size 10057401
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 11 14:18:28 UTC 2023 - Ralf Habacker <ralf.habacker@freenet.de>
|
||||
|
||||
- Added patch:
|
||||
* mingw-w64-v11.0.1-fix-undefined-interface-type.patch
|
||||
+ fix build issue with gcc13: type 'interface' is undefined
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 3 12:33:16 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 11.0.1
|
||||
* New Hyper-V APIs
|
||||
* Updates to DX12 headers and much more from Wine
|
||||
* Many other new Win32 APIs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 27 16:37:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mingw32-headers
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: mingw32-headers
|
||||
Version: 10.0.0
|
||||
Version: 11.0.1
|
||||
Release: 0
|
||||
Summary: MinGW-w64 headers for Win32 and Win64
|
||||
License: SUSE-Public-Domain
|
||||
@ -26,6 +26,7 @@ URL: http://mingw-w64.sf.net/
|
||||
Source: http://downloads.sf.net/mingw-w64/mingw-w64-v%version.tar.bz2
|
||||
Source1000: %name-rpmlintrc
|
||||
Patch0: mingw-w64-v9.0.0-strnlen_s.patch
|
||||
Patch1: mingw-w64-v11.0.1-fix-undefined-interface-type.patch
|
||||
BuildRequires: mingw32-filesystem
|
||||
BuildRequires: xz
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
Loading…
Reference in New Issue
Block a user