From fb73e839b844bb1329e426497b367a831dc38c7ea77987452a88c94d9d4263eb Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 10 Feb 2025 19:04:30 +0000 Subject: [PATCH] [info=ca5957b131cc1287af484e481b19b2d8fedb83ae747c0ce7a927372a7c7febcb] OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-winpthreads?expand=0&rev=43 --- _scmsync.obsinfo | 4 ++-- build.specials.obscpio | 2 +- mingw32-winpthreads.changes | 22 +++++++++++----------- mingw32-winpthreads.spec | 6 +++--- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index 67e927a..b3ace58 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1727533819 -commit: 5234ac30373bbfb8d5d59d23c8cc880add4991c8c32839a2799d2392fb36a3fe +mtime: 1739214256 +commit: ca5957b131cc1287af484e481b19b2d8fedb83ae747c0ce7a927372a7c7febcb url: https://src.opensuse.org/mingw/mingw32-winpthreads revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio index 3c2d1bb..2aab94f 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de39a2f2c9af3026242819b4380df8ba2a4b1dedcdc974fae85cfaf4c98f5073 +oid sha256:2edee65d6329f580047685f86d3c09018b9580c60b6eb17a6f85b674a7148a27 size 256 diff --git a/mingw32-winpthreads.changes b/mingw32-winpthreads.changes index 947a6ea..597598c 100644 --- a/mingw32-winpthreads.changes +++ b/mingw32-winpthreads.changes @@ -17,7 +17,7 @@ Mon Jun 27 16:37:24 UTC 2022 - Jan Engelhardt * New msvcrt10, 20, 40, 70 and 71 import libraries. ------------------------------------------------------------------- -Wed Sep 22 07:54:22 UTC 2021 - Jan Engelhardt +Wed Sep 22 07:54:49 UTC 2021 - Jan Engelhardt - Add arch-independent-package-contains-binary-or-object to rpmlintrc @@ -44,21 +44,20 @@ Wed Mar 17 15:52:33 UTC 2021 - Jeff Kowalczyk ------------------------------------------------------------------- Mon Nov 25 17:31:02 UTC 2019 - Ralf Habacker -- Use macro _mingw32_ldflags_bootstrap from mingw32-filesystem package +- Use macro _mingw64_ldflags_bootstrap from mingw64-filesystem package for setting LDFLAGS to keep common settings in one place -- Revert to use mingw32-cross-gcc-bootstrap again ------------------------------------------------------------------- -Mon Nov 25 09:23:14 UTC 2019 - Ralf Habacker +Mon Nov 25 12:41:38 UTC 2019 - Ismail Dönmez -- Use mingw32-cross-gcc to fix a compile error caused by - mingw32-cross-gcc-bootstrap-9.2 does not provide ssp library +- Disable stack-protector because we don't have ssp support + in mingw64-cross-gcc-bootstrap (yet). ------------------------------------------------------------------- -Sat Nov 23 14:48:55 UTC 2019 - Ismail Dönmez +Sat Nov 23 14:39:46 UTC 2019 - Ismail Dönmez - Update to new upstream release 7.0.0 - * No changelog entries specific to winphtreads found. + * No changelog entries specific to winpthreads found. ------------------------------------------------------------------- Wed Oct 17 19:02:09 UTC 2018 - Jan Engelhardt @@ -67,9 +66,10 @@ Wed Oct 17 19:02:09 UTC 2018 - Jan Engelhardt * No changelog entries specific to winpthreads found. ------------------------------------------------------------------- -Wed Nov 22 09:51:09 UTC 2017 - idonmez@suse.com +Tue Nov 21 11:32:43 UTC 2017 - idonmez@suse.com - Update to version 5.0.3 +- Drop gcc7.patch, fixed upstream. ------------------------------------------------------------------- Tue Mar 28 11:43:07 UTC 2017 - idonmez@suse.com @@ -80,7 +80,7 @@ Tue Mar 28 11:43:07 UTC 2017 - idonmez@suse.com - Drop memleak.patch, fixed upstream. ------------------------------------------------------------------- -Sat Jan 14 20:40:09 UTC 2017 - idonmez@suse.com +Sat Jan 14 20:49:21 UTC 2017 - idonmez@suse.com - Update to version 5.0.1 @@ -98,7 +98,7 @@ Fri Sep 4 11:58:16 UTC 2015 - idonmez@suse.com * Major speed improvements to mutex & spinlock implementation ------------------------------------------------------------------- -Fri May 29 09:27:48 UTC 2015 - idonmez@suse.com +Fri May 29 09:26:59 UTC 2015 - idonmez@suse.com - Enable static libraries diff --git a/mingw32-winpthreads.spec b/mingw32-winpthreads.spec index d81f834..494a337 100644 --- a/mingw32-winpthreads.spec +++ b/mingw32-winpthreads.spec @@ -1,7 +1,7 @@ # # spec file for package mingw32-winpthreads # -# Copyright (c) 2024 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 @@ -23,7 +23,7 @@ Summary: A pthreads implementation for Windows 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 +Source: http://downloads.sf.net/mingw-w64/mingw-w64-v%version.tar.bz2 Source9: %name-rpmlintrc BuildRequires: mingw32-cross-gcc-bootstrap BuildRequires: mingw32-cross-pkg-config @@ -76,7 +76,7 @@ popd %_mingw32_configure \ --enable-static \ --enable-shared \ - LDFLAGS="%{_mingw32_ldflags_bootstrap}" + LDFLAGS="%_mingw32_ldflags_bootstrap" %make_build %install