From cf5ccb3b4ec43a07c176fcaf598a8c780b8e90b918942053bfe5b0b9421dd915 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 18 Mar 2021 13:27:50 +0000 Subject: [PATCH] Accepting request 879716 from home:jfkw:branches:windows:mingw:win64 - Update to new upstream release 8.0.0 * winpthreads: Always define `__USE_MINGW_ANSI_STDIO` to zero * winpthreads: remove unused dwFlags variable in sched.c * winpthreads: don't call SetThreadContext in winstore builds * winpthreads: do not call GetHandleInformation in winstore build * winpthreads: simplify the handle validity in pthread_check() * winpthreads: always return 0 in pthread_check() if the thread ended is 0 * winpthreads: do not use the XXXExceptionHandler API in winstore builds * winpthreads: simplify the USE_VEH_FOR_MSC_SETTHREADNAME check OBS-URL: https://build.opensuse.org/request/show/879716 OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-winpthreads?expand=0&rev=32 --- mingw-w64-v7.0.0.tar.bz2 | 3 --- mingw-w64-v8.0.0.tar.bz2 | 3 +++ mingw64-winpthreads.changes | 13 +++++++++++++ mingw64-winpthreads.spec | 9 +++++---- 4 files changed, 21 insertions(+), 7 deletions(-) delete mode 100644 mingw-w64-v7.0.0.tar.bz2 create mode 100644 mingw-w64-v8.0.0.tar.bz2 diff --git a/mingw-w64-v7.0.0.tar.bz2 b/mingw-w64-v7.0.0.tar.bz2 deleted file mode 100644 index dd894c0..0000000 --- a/mingw-w64-v7.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa20dfff3596f08a7f427aab74315a6cb80c2b086b4a107ed35af02f9496b628 -size 9071231 diff --git a/mingw-w64-v8.0.0.tar.bz2 b/mingw-w64-v8.0.0.tar.bz2 new file mode 100644 index 0000000..267233f --- /dev/null +++ b/mingw-w64-v8.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c740ea6ab3924bc3aa169bad11ad3c5766c5c8459e3126d44eabb8735a5762 +size 9370799 diff --git a/mingw64-winpthreads.changes b/mingw64-winpthreads.changes index a24bdbd..6a23927 100644 --- a/mingw64-winpthreads.changes +++ b/mingw64-winpthreads.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Mar 17 15:52:33 UTC 2021 - Jeff Kowalczyk + +- Update to new upstream release 8.0.0 + * winpthreads: Always define `__USE_MINGW_ANSI_STDIO` to zero + * winpthreads: remove unused dwFlags variable in sched.c + * winpthreads: don't call SetThreadContext in winstore builds + * winpthreads: do not call GetHandleInformation in winstore build + * winpthreads: simplify the handle validity in pthread_check() + * winpthreads: always return 0 in pthread_check() if the thread ended is 0 + * winpthreads: do not use the XXXExceptionHandler API in winstore builds + * winpthreads: simplify the USE_VEH_FOR_MSC_SETTHREADNAME check + ------------------------------------------------------------------- Mon Nov 25 17:31:02 UTC 2019 - Ralf Habacker diff --git a/mingw64-winpthreads.spec b/mingw64-winpthreads.spec index 3e4b07f..6ab675a 100644 --- a/mingw64-winpthreads.spec +++ b/mingw64-winpthreads.spec @@ -1,7 +1,7 @@ # # spec file for package mingw64-winpthreads # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,10 @@ Name: mingw64-winpthreads -Version: 7.0.0 +Version: 8.0.0 Release: 0 Summary: A pthreads implementation for Windows -License: MIT AND BSD-3-Clause +License: BSD-3-Clause AND MIT 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 @@ -52,7 +52,8 @@ Group: Development/Libraries/C and C++ Requires: mingw64-libwinpthread1 = %version Provides: mingw64-unistd-pthread-devel Obsoletes: mingw64-headers-dummy-pthread -Conflicts: mingw64-headers-dummy-pthread, otherproviders(mingw64-unistd-pthread-devel) +Conflicts: mingw64-headers-dummy-pthread +Conflicts: otherproviders(mingw64-unistd-pthread-devel) %description devel mingw-w64's implementation of POSIX threads for Windows.