[info=791a2177ea941cb4f023b1e814f5e3a0d66eaf59195ad6285fbcb174c5ce4295]
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-runtime?expand=0&rev=56
This commit is contained in:
parent
f5e5ff233f
commit
f78c30d616
@ -1,4 +1,4 @@
|
||||
mtime: 1699910302
|
||||
commit: abc94adf010e2653d9992a6831e6b9f2aa0b0b06dceac35d052ecf71daf2bd8b
|
||||
mtime: 1727532402
|
||||
commit: 791a2177ea941cb4f023b1e814f5e3a0d66eaf59195ad6285fbcb174c5ce4295
|
||||
url: https://src.opensuse.org/mingw/mingw32-runtime
|
||||
revision: master
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30b00f3e7257a92c9c669e0e92f67fb96668805cc72007aad05381124dc80ddd
|
||||
oid sha256:d18f0f83a72289cdcc7b6c7fbbc33072c045e2334b0d6abc24c0e2585fb27949
|
||||
size 256
|
||||
|
@ -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,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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user