From f78c30d616c7b0e5732e3997692f12004fe2199d9be877a3e92d5797005f8b8e Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 28 Sep 2024 14:06:56 +0000 Subject: [PATCH] [info=791a2177ea941cb4f023b1e814f5e3a0d66eaf59195ad6285fbcb174c5ce4295] OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-runtime?expand=0&rev=56 --- _scmsync.obsinfo | 4 ++-- build.specials.obscpio | 2 +- mingw-w64-v11.0.1.tar.bz2 | 3 --- mingw-w64-v12.0.0.tar.bz2 | 3 +++ mingw32-runtime.changes | 11 +++++++++++ mingw32-runtime.spec | 7 ++++--- 6 files changed, 21 insertions(+), 9 deletions(-) delete mode 100644 mingw-w64-v11.0.1.tar.bz2 create mode 100644 mingw-w64-v12.0.0.tar.bz2 diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index 505a92b..0ed05c1 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1699910302 -commit: abc94adf010e2653d9992a6831e6b9f2aa0b0b06dceac35d052ecf71daf2bd8b +mtime: 1727532402 +commit: 791a2177ea941cb4f023b1e814f5e3a0d66eaf59195ad6285fbcb174c5ce4295 url: https://src.opensuse.org/mingw/mingw32-runtime revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio index eaf8a8a..cc8e83a 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:30b00f3e7257a92c9c669e0e92f67fb96668805cc72007aad05381124dc80ddd +oid sha256:d18f0f83a72289cdcc7b6c7fbbc33072c045e2334b0d6abc24c0e2585fb27949 size 256 diff --git a/mingw-w64-v11.0.1.tar.bz2 b/mingw-w64-v11.0.1.tar.bz2 deleted file mode 100644 index db3662b..0000000 --- a/mingw-w64-v11.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f66bce069ee8bed7439a1a13da7cb91a5e67ea6170f21317ac7f5794625ee10 -size 10057401 diff --git a/mingw-w64-v12.0.0.tar.bz2 b/mingw-w64-v12.0.0.tar.bz2 new file mode 100644 index 0000000..31f35d2 --- /dev/null +++ b/mingw-w64-v12.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc41898aac4b6e8dd5cffd7331b9d9515b912df4420a3a612b5ea2955bbeed2f +size 10474283 diff --git a/mingw32-runtime.changes b/mingw32-runtime.changes index 01a06d4..528bd36 100644 --- a/mingw32-runtime.changes +++ b/mingw32-runtime.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Aug 28 10:45:16 UTC 2024 - Jan Engelhardt + +- 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 diff --git a/mingw32-runtime.spec b/mingw32-runtime.spec index 4b7e3ba..381e9b3 100644 --- a/mingw32-runtime.spec +++ b/mingw32-runtime.spec @@ -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