4
0

Compare commits

...

5 Commits

6 changed files with 41 additions and 17 deletions

4
_scmsync.obsinfo Normal file
View File

@ -0,0 +1,4 @@
mtime: 1739169242
commit: 00f54440acd73f82d3009e478c2160dcd311ac4a02459f36b6ebefb7e06bc1f1
url: https://src.opensuse.org/mingw/mingw64-runtime
revision: master

3
build.specials.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8fe6691d140ddf212de0d868c3863f03e903a47f83de0a9cc698b3dafe6a4b6d
size 256

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>
@ -14,6 +25,11 @@ Mon Jun 27 16:37:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
* Drop x86_64 64-bit crtdll.dll
* Updated wine imports
-------------------------------------------------------------------
Tue Sep 21 08:39:19 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Silence rpmlint2: devel-file-in-non-devel-package
-------------------------------------------------------------------
Sat Jul 3 10:32:06 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
@ -65,24 +81,24 @@ Wed Oct 17 18:50:03 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
-------------------------------------------------------------------
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
- Add libmsvcrt.a-Added-_create_locale-and-_free_locale-ent.diff
- Add libmsvcrt.a-Added-_create_locale-and-_free_locale-ent.diff
-------------------------------------------------------------------
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: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

View File

@ -1,7 +1,7 @@
#
# spec file for package mingw64-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,25 +17,25 @@
Name: mingw64-runtime
Version: 11.0.1
Version: 12.0.0
Release: 0
Summary: MinGW-w64 runtime libraries for Win64
License: SUSE-Public-Domain
Group: Development/Libraries/C and C++
URL: http://mingw-w64.sf.net/
Source: http://downloads.sf.net/mingw-w64/mingw-w64-v%{version}.tar.bz2
Source100: %{name}-rpmlintrc
Source: http://downloads.sf.net/mingw-w64/mingw-w64-v%version.tar.bz2
Source100: %name-rpmlintrc
BuildRequires: mingw64-cross-binutils
BuildRequires: mingw64-cross-gcc-bootstrap >= 4.4.0
BuildRequires: mingw64-filesystem
BuildRequires: mingw64-headers >= %{version}
BuildRequires: mingw64-headers >= %version
BuildRequires: xz
#!BuildIgnore: post-build-checks
# When building the CRT, any newer (>=) headers should be ok, since the CRT
# won't make use of them. At runtime, ensure that headers are not too new (<=)
# because ominous link failures can result -- let OBS go into unresolvable
# state instead.
Requires: mingw64-headers <= %{version}
Requires: mingw64-headers <= %version
# Once this is installed, mingw64-bootstrap (binary bootstrapper) is no
# longer needed.
Obsoletes: mingw64-runtime-bootstrap
@ -46,17 +46,18 @@ BuildArch: noarch
MinGW Win64 cross-compiler runtime, base libraries.
%prep
%autosetup -n mingw-w64-v%{version}/mingw-w64-crt
%autosetup -n mingw-w64-v%version/mingw-w64-crt
%build
%{_mingw64_configure} --disable-lib32 --enable-lib64
%_mingw64_configure --disable-lib32 --enable-lib64 \
--with-default-msvcrt=msvcrt
%make_build
%install
%make_install
rm -Rfv "%{buildroot}/%{_mingw64_includedir}"/*.c
rm -Rfv "%buildroot/%_mingw64_includedir"/*.c
%files
%{_mingw64_libdir}/
%_mingw64_libdir/
%changelog