Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
0652256b7d | |||
8f884be2a9 | |||
7a86c7df9b |
@ -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
BIN
mingw-w64-v12.0.0.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user