From bfafc26b23ab3288c7c32b9ebff8f9255f8720cde21d6687c77969daf6afd739 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 10 Feb 2025 19:52:38 +0100 Subject: [PATCH] mingw-w64 12.0.0 --- mingw-w64-v11.0.1.tar.bz2 | 3 --- mingw-w64-v12.0.0.tar.bz2 | 3 +++ mingw64-winpthreads.changes | 6 ++++++ mingw64-winpthreads.spec | 5 ++--- 4 files changed, 11 insertions(+), 6 deletions(-) delete mode 100644 mingw-w64-v11.0.1.tar.bz2 create mode 100644 mingw-w64-v12.0.0.tar.bz2 diff --git a/mingw-w64-v11.0.1.tar.bz2 b/mingw-w64-v11.0.1.tar.bz2 deleted file mode 100644 index db3662b..0000000 --- a/mingw-w64-v11.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f66bce069ee8bed7439a1a13da7cb91a5e67ea6170f21317ac7f5794625ee10 -size 10057401 diff --git a/mingw-w64-v12.0.0.tar.bz2 b/mingw-w64-v12.0.0.tar.bz2 new file mode 100644 index 0000000..31f35d2 --- /dev/null +++ b/mingw-w64-v12.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc41898aac4b6e8dd5cffd7331b9d9515b912df4420a3a612b5ea2955bbeed2f +size 10474283 diff --git a/mingw64-winpthreads.changes b/mingw64-winpthreads.changes index 6dcbfcf..597598c 100644 --- a/mingw64-winpthreads.changes +++ b/mingw64-winpthreads.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 28 12:47:32 UTC 2024 - Jan Engelhardt + +- Update to release 12 + * Version bump to synchronize with mingw64-runtime + ------------------------------------------------------------------- Fri Nov 3 12:37:48 UTC 2023 - Jan Engelhardt diff --git a/mingw64-winpthreads.spec b/mingw64-winpthreads.spec index 415aeb3..a3f1f0a 100644 --- a/mingw64-winpthreads.spec +++ b/mingw64-winpthreads.spec @@ -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 \