forked from pool/mingw64-winpthreads
Accepting request 985451 from windows:mingw:win64
- Update to release 10 OBS-URL: https://build.opensuse.org/request/show/985451 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mingw64-winpthreads?expand=0&rev=5
This commit is contained in:
commit
827a626075
3
mingw-w64-v10.0.0.tar.bz2
Normal file
3
mingw-w64-v10.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ba6b430aed72c63a3768531f6a3ffc2b0fde2c57a3b251450dcf489a894f0894
|
||||||
|
size 9620291
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1929b94b402f5ff4d7d37a9fe88daa9cc55515a6134805c104d1794ae22a4181
|
|
||||||
size 9537758
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 27 16:37:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 10
|
||||||
|
* New msvcrt10, 20, 40, 70 and 71 import libraries.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 22 07:54:49 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
Wed Sep 22 07:54:49 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mingw64-winpthreads
|
# spec file for package mingw64-winpthreads
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mingw64-winpthreads
|
Name: mingw64-winpthreads
|
||||||
Version: 9.0.0
|
Version: 10.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A pthreads implementation for Windows
|
Summary: A pthreads implementation for Windows
|
||||||
License: BSD-3-Clause AND MIT
|
License: BSD-3-Clause AND MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: http://mingw-w64.sf.net/
|
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
|
Source9: %name-rpmlintrc
|
||||||
BuildRequires: mingw64-cross-gcc-bootstrap
|
BuildRequires: mingw64-cross-gcc-bootstrap
|
||||||
BuildRequires: mingw64-cross-pkg-config
|
BuildRequires: mingw64-cross-pkg-config
|
||||||
@ -74,10 +74,10 @@ popd
|
|||||||
|
|
||||||
# No ssp support in gcc-cross-bootstrap
|
# No ssp support in gcc-cross-bootstrap
|
||||||
# Hence we use dedicated LDFLAGS (without -fstack-protector)
|
# Hence we use dedicated LDFLAGS (without -fstack-protector)
|
||||||
%{_mingw64_configure} \
|
%_mingw64_configure \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
LDFLAGS="%{_mingw64_ldflags_bootstrap}"
|
LDFLAGS="%_mingw64_ldflags_bootstrap"
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user