Compare commits

...

1 Commits

Author SHA256 Message Date
bfafc26b23 mingw-w64 12.0.0 2025-02-10 19:52:38 +01:00
4 changed files with 11 additions and 6 deletions

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,9 @@
-------------------------------------------------------------------
Wed Aug 28 12:47:32 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 12
* Version bump to synchronize with mingw64-runtime
-------------------------------------------------------------------
Fri Nov 3 12:37:48 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package mingw64-winpthreads
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 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: mingw64-winpthreads
Version: 11.0.1
Version: 12.0.0
Release: 0
Summary: A pthreads implementation for Windows
License: BSD-3-Clause AND MIT
@ -71,7 +71,6 @@ touch empty.c
%_mingw64_cc -c empty.c
%_mingw64_ar rsc libpthread.a empty.o
popd
# No ssp support in gcc-cross-bootstrap
# Hence we use dedicated LDFLAGS (without -fstack-protector)
%_mingw64_configure \