forked from pool/mingw32-winpthreads
- Update to new upstream release 7.0.0
* No changelog entries specific to winphtreads found. OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-winpthreads?expand=0&rev=27
This commit is contained in:
parent
a2084708a5
commit
efd9668212
3
mingw-w64-v7.0.0.tar.bz2
Normal file
3
mingw-w64-v7.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa20dfff3596f08a7f427aab74315a6cb80c2b086b4a107ed35af02f9496b628
|
||||
size 9071231
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6703e6ebb9a628f104ab39efa54a053173e4a52318603c19d9fc297f4522097
|
||||
size 315940
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 23 14:48:55 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
||||
|
||||
- Update to new upstream release 7.0.0
|
||||
* No changelog entries specific to winphtreads found.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 17 19:02:09 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mingw32-winpthreads
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,28 +12,25 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: mingw32-winpthreads
|
||||
Version: 6.0.0
|
||||
Version: 7.0.0
|
||||
Release: 0
|
||||
Summary: A pthreads implementation for Windows
|
||||
License: MIT and BSD-3-Clause
|
||||
License: MIT AND BSD-3-Clause
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://mingw-w64.sf.net/
|
||||
|
||||
#DL-URL: http://downloads.sf.net/mingw-w64/mingw-w64-v%%version.tar.bz2
|
||||
# Unpack DL-URL and re-tar the "winpthreads" directory
|
||||
Source: mingw-w64-winpthreads-%version.tar.xz
|
||||
URL: http://mingw-w64.sf.net/
|
||||
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
|
||||
BuildRequires: mingw32-filesystem
|
||||
BuildRequires: mingw32-runtime
|
||||
BuildRequires: xz
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%_mingw32_package_header_debug
|
||||
BuildArch: noarch
|
||||
#!BuildIgnore: post-build-checks
|
||||
@ -63,7 +60,7 @@ mingw-w64's implementation of POSIX threads for Windows.
|
||||
%_mingw32_debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n winpthreads
|
||||
%setup -q -n mingw-w64-v%{version}/mingw-w64-libraries/winpthreads
|
||||
|
||||
%build
|
||||
# The build is trying to link with libpthread.a but it has no need
|
||||
|
Loading…
Reference in New Issue
Block a user