2
0

mingw-w64 12.0.0

This commit is contained in:
Jan Engelhardt 2024-09-28 16:06:42 +02:00
parent abc94adf01
commit 791a2177ea
4 changed files with 18 additions and 6 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,14 @@
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Fri Nov 3 12:33:16 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package mingw32-runtime
#
# 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-runtime
Version: 11.0.1
Version: 12.0.0
Release: 0
Summary: MinGW-w64 runtime libraries for Win32
License: SUSE-Public-Domain
@ -49,7 +49,8 @@ MinGW Win64 cross-compiler runtime, base libraries.
%autosetup -n mingw-w64-v%version/mingw-w64-crt
%build
%_mingw32_configure --enable-lib32 --disable-lib64
%_mingw32_configure --enable-lib32 --disable-lib64 \
--with-default-msvcrt=msvcrt
%make_build
%install