Compare commits

...

2 Commits

Author SHA256 Message Date
265c0c4cdc Sync changelog from/to mingw64-runtime 2025-02-09 17:27:50 +01:00
791a2177ea mingw-w64 12.0.0 2024-09-28 16:06:42 +02:00
4 changed files with 27 additions and 12 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>
@ -11,6 +22,7 @@ Mon Jun 27 16:37:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 10
* New msvcrt10, 20, 40, 70 and 71 import libraries.
* Drop x86_64 64-bit crtdll.dll
* Updated wine imports
-------------------------------------------------------------------
@ -44,7 +56,7 @@ Thu Dec 3 12:18:00 UTC 2020 - Tobias Klausmann <tobias.klausmann@freenet.de>
* DirectX SDKs are now always installed
-------------------------------------------------------------------
Sat Nov 23 14:51:10 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
Sat Nov 23 14:40:09 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
- Update to new upstream release 7.0.0
* _FORTIFY_SOURCE support thanks to Christian Franke.
@ -67,9 +79,11 @@ Wed Oct 17 18:50:03 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
(no longer needed; included upstream)
-------------------------------------------------------------------
Wed Nov 22 09:47:44 UTC 2017 - idonmez@suse.com
Tue Nov 21 11:38:40 UTC 2017 - idonmez@suse.com
- Update to version 5.0.3
- Drop libmsvcrt.a-Added-_create_locale-and-_free_locale-ent.diff,
fixed upstream.
-------------------------------------------------------------------
Tue Apr 18 14:12:37 UTC 2017 - idonmez@suse.com
@ -82,9 +96,9 @@ Tue Mar 28 11:41:07 UTC 2017 - idonmez@suse.com
- Update to version 5.0.2
-------------------------------------------------------------------
Sat Jan 14 20:41:27 UTC 2017 - idonmez@suse.com
Sat Jan 14 20:48:37 UTC 2017 - idonmez@suse.com
- Update to version 5.0.1
- Update to version 5.0.1
-------------------------------------------------------------------
Wed Mar 23 21:07:00 UTC 2016 - jengelh@inai.de
@ -94,7 +108,7 @@ Wed Mar 23 21:07:00 UTC 2016 - jengelh@inai.de
* gcc-5 support
-------------------------------------------------------------------
Fri Sep 4 12:08:56 UTC 2015 - idonmez@suse.com
Fri Sep 4 11:55:01 UTC 2015 - idonmez@suse.com
- Update to version 4.0.4
* No changelog upstream

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
@ -40,7 +40,7 @@ Requires: mingw32-headers <= %version
# longer needed.
Obsoletes: mingw32-runtime-bootstrap
BuildArch: noarch
%_mingw32_package_header
%_mingw32_package_header_debug
%description
MinGW Win64 cross-compiler runtime, base libraries.
@ -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