11
0

4 Commits

Author SHA256 Message Date
d467be44a7 Fix warning "It's not recommended to have unversioned Obsoletes" 2025-05-16 10:48:22 +02:00
a48d8bea16 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.
2025-05-16 10:42:56 +02:00
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
2 changed files with 14 additions and 3 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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>

View File

@@ -38,7 +38,7 @@ BuildRequires: xz
Requires: mingw32-headers <= %version
# Once this is installed, mingw32-bootstrap (binary bootstrapper) is no
# longer needed.
Obsoletes: mingw32-runtime-bootstrap
Obsoletes: mingw32-runtime-bootstrap < %{version}
BuildArch: noarch
%_mingw32_package_header_debug
@@ -49,8 +49,10 @@ MinGW Win64 cross-compiler runtime, base libraries.
%autosetup -n mingw-w64-v%version/mingw-w64-crt
%build
%_mingw32_configure --enable-lib32 --disable-lib64 \
--with-default-msvcrt=msvcrt
%_mingw32_configure \
--disable-lib64 \
--enable-lib32\
--with-default-msvcrt=%{?_mingw32_crt:%{_mingw32_crt}}%{!?_mingw32_crt:msvcrt}
%make_build
%install