Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mingw32-headers for openSUSE:Factory 
checked in at 2023-11-13 22:18:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw32-headers (Old)
 and      /work/SRC/openSUSE:Factory/.mingw32-headers.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mingw32-headers"

Mon Nov 13 22:18:25 2023 rev:5 rq:1125190 version:11.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw32-headers/mingw32-headers.changes  
2022-06-28 15:23:04.682005595 +0200
+++ 
/work/SRC/openSUSE:Factory/.mingw32-headers.new.17445/mingw32-headers.changes   
    2023-11-13 22:21:00.435804061 +0100
@@ -1,0 +2,15 @@
+Sat Nov 11 14:18:28 UTC 2023 - Ralf Habacker <ralf.habac...@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 <jeng...@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
+
+-------------------------------------------------------------------

Old:
----
  mingw-w64-v10.0.0.tar.bz2

New:
----
  mingw-w64-v11.0.1-fix-undefined-interface-type.patch
  mingw-w64-v11.0.1.tar.bz2

BETA DEBUG BEGIN:
  New:- Added patch:
  * mingw-w64-v11.0.1-fix-undefined-interface-type.patch
    + fix build issue with gcc13: type 'interface' is undefined
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mingw32-headers.spec ++++++
--- /var/tmp/diff_new_pack.oLUmA0/_old  2023-11-13 22:21:00.983824239 +0100
+++ /var/tmp/diff_new_pack.oLUmA0/_new  2023-11-13 22:21:00.983824239 +0100
@@ -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 @@
 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

++++++ mingw-w64-v11.0.1-fix-undefined-interface-type.patch ++++++
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;
 };

++++++ mingw-w64-v10.0.0.tar.bz2 -> mingw-w64-v11.0.1.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/mingw32-headers/mingw-w64-v10.0.0.tar.bz2 
/work/SRC/openSUSE:Factory/.mingw32-headers.new.17445/mingw-w64-v11.0.1.tar.bz2 
differ: char 11, line 1

Reply via email to