Compare commits

...

2 Commits

Author SHA256 Message Date
ca5957b131 Sync with mingw64-winpthreads 2025-02-10 20:04:16 +01:00
5234ac3037 mingw-w64 12.0.0 2024-09-28 16:30:19 +02:00
4 changed files with 24 additions and 18 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>
@ -11,7 +17,7 @@ Mon Jun 27 16:37:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
* New msvcrt10, 20, 40, 70 and 71 import libraries.
-------------------------------------------------------------------
Wed Sep 22 07:54:22 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
Wed Sep 22 07:54:49 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Add arch-independent-package-contains-binary-or-object
to rpmlintrc
@ -38,21 +44,20 @@ Wed Mar 17 15:52:33 UTC 2021 - Jeff Kowalczyk <jkowalczyk@suse.com>
-------------------------------------------------------------------
Mon Nov 25 17:31:02 UTC 2019 - Ralf Habacker <ralf.habacker@freenet.de>
- 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 <ralf.habacker@freenet.de>
Mon Nov 25 12:41:38 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
- 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 <idonmez@suse.com>
Sat Nov 23 14:39:46 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
- 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 <jengelh@inai.de>
@ -61,9 +66,10 @@ Wed Oct 17 19:02:09 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
* 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
@ -74,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
@ -92,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

View File

@ -1,7 +1,7 @@
#
# spec file for package mingw32-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,13 +17,13 @@
Name: mingw32-winpthreads
Version: 11.0.1
Version: 12.0.0
Release: 0
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