Compare commits

...

3 Commits

Author SHA256 Message Date
0652256b7d Delete --enable-secure-api configure option
Unrecognized since about mingw 7.
2024-10-07 12:23:47 +02:00
8f884be2a9 Fix build errors in mingw packages
with-msvcrt needs to be applied consistently between mingw-runtime
and mingw-headers.
2024-10-07 09:02:11 +02:00
7a86c7df9b mingw-w64 12.0.0 2024-09-28 16:01:48 +02:00
4 changed files with 30 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f66bce069ee8bed7439a1a13da7cb91a5e67ea6170f21317ac7f5794625ee10
size 10057401

BIN
mingw-w64-v12.0.0.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Oct 7 10:21:51 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Delete --enable-secure-api, this is gone since mingw 7.
-------------------------------------------------------------------
Sun Oct 6 22:13:26 UTC 2024 - Ralf Habacker <ralf.habacker@freenet.de>
- Fixes build errors in other packages due to undefined
references of "_imp____sys_nerr" and others caused by
this package not being synchronized with the mingw32-runtime
package (--with-default-msvcrt=msvcrt must be used).
-------------------------------------------------------------------
Wed Aug 28 10:45:16 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 12
* C++ overloads for _strdate_s and _strtime_s, _makepath_s,
wcsncat_s.
* Updated wine header imports.
* Many other new win32 APIs.
* UCRT configurations now primarily use (faster) math functions
from UCRT, rather than libmingwex.
-------------------------------------------------------------------
Sat Nov 11 14:18:28 UTC 2023 - Ralf Habacker <ralf.habacker@freenet.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package mingw32-headers
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 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: 11.0.1
Version: 12.0.0
Release: 0
Summary: MinGW-w64 headers for Win32 and Win64
License: SUSE-Public-Domain
@ -54,9 +54,7 @@ an actual pthread implementation (like winpthreads) is installed.
%autosetup -n mingw-w64-v%version/mingw-w64-headers -p2
%build
%_mingw32_configure \
--enable-sdk=all \
--enable-secure-api
%_mingw32_configure --enable-sdk=all --with-default-msvcrt=msvcrt
%make_build
%install