forked from pool/mingw32-runtime
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
d467be44a7 | |||
a48d8bea16 | |||
265c0c4cdc | |||
791a2177ea |
@@ -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,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 12 20:26:43 UTC 2025 - Ralf Habacker <ralf.habacker@freenet.de>
|
||||||
|
|
||||||
|
- Add support to use a different crt (boo#1243096)
|
||||||
|
By specifying %_mingw32_crt <crt> in the obs project config
|
||||||
|
a different c runtime library can be used for building this
|
||||||
|
package.
|
||||||
|
- Fix warning "It's not recommended to have unversioned Obsoletes"
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Fri Nov 3 12:33:16 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
@@ -11,6 +31,7 @@ Mon Jun 27 16:37:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|||||||
|
|
||||||
- Update to release 10
|
- Update to release 10
|
||||||
* New msvcrt10, 20, 40, 70 and 71 import libraries.
|
* New msvcrt10, 20, 40, 70 and 71 import libraries.
|
||||||
|
* Drop x86_64 64-bit crtdll.dll
|
||||||
* Updated wine imports
|
* Updated wine imports
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@@ -44,7 +65,7 @@ Thu Dec 3 12:18:00 UTC 2020 - Tobias Klausmann <tobias.klausmann@freenet.de>
|
|||||||
* DirectX SDKs are now always installed
|
* 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
|
- Update to new upstream release 7.0.0
|
||||||
* _FORTIFY_SOURCE support thanks to Christian Franke.
|
* _FORTIFY_SOURCE support thanks to Christian Franke.
|
||||||
@@ -67,9 +88,11 @@ Wed Oct 17 18:50:03 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
|||||||
(no longer needed; included upstream)
|
(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
|
- 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
|
Tue Apr 18 14:12:37 UTC 2017 - idonmez@suse.com
|
||||||
@@ -82,7 +105,7 @@ Tue Mar 28 11:41:07 UTC 2017 - idonmez@suse.com
|
|||||||
- Update to version 5.0.2
|
- 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
|
||||||
|
|
||||||
@@ -94,7 +117,7 @@ Wed Mar 23 21:07:00 UTC 2016 - jengelh@inai.de
|
|||||||
* gcc-5 support
|
* 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
|
- Update to version 4.0.4
|
||||||
* No changelog upstream
|
* No changelog upstream
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mingw32-runtime
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mingw32-runtime
|
Name: mingw32-runtime
|
||||||
Version: 11.0.1
|
Version: 12.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: MinGW-w64 runtime libraries for Win32
|
Summary: MinGW-w64 runtime libraries for Win32
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
@@ -38,9 +38,9 @@ BuildRequires: xz
|
|||||||
Requires: mingw32-headers <= %version
|
Requires: mingw32-headers <= %version
|
||||||
# Once this is installed, mingw32-bootstrap (binary bootstrapper) is no
|
# Once this is installed, mingw32-bootstrap (binary bootstrapper) is no
|
||||||
# longer needed.
|
# longer needed.
|
||||||
Obsoletes: mingw32-runtime-bootstrap
|
Obsoletes: mingw32-runtime-bootstrap < %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%_mingw32_package_header
|
%_mingw32_package_header_debug
|
||||||
|
|
||||||
%description
|
%description
|
||||||
MinGW Win64 cross-compiler runtime, base libraries.
|
MinGW Win64 cross-compiler runtime, base libraries.
|
||||||
@@ -49,7 +49,10 @@ MinGW Win64 cross-compiler runtime, base libraries.
|
|||||||
%autosetup -n mingw-w64-v%version/mingw-w64-crt
|
%autosetup -n mingw-w64-v%version/mingw-w64-crt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%_mingw32_configure --enable-lib32 --disable-lib64
|
%_mingw32_configure \
|
||||||
|
--disable-lib64 \
|
||||||
|
--enable-lib32\
|
||||||
|
--with-default-msvcrt=%{?_mingw32_crt:%{_mingw32_crt}}%{!?_mingw32_crt:msvcrt}
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Reference in New Issue
Block a user