Jan Engelhardt 2015-03-25 11:10:57 +00:00 committed by Git OBS Bridge
parent db1df524c9
commit 265258b785
5 changed files with 18 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08f63df8d263f0c9f917d9722d05e30efa687aa941ba6f47adf677b3dbd21adf
size 311464

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef17e5e8d43abd259a0bbbd238194b5c426a8bd9d5be9da2619adf2fd25058f2
size 315192

View File

@ -0,0 +1,2 @@
addFilter("devel-file-in-non-devel-package")
addFilter("spurious-executable-perm")

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Mar 25 10:38:10 UTC 2015 - jengelh@inai.de
- Update to winpthreads from mingw-w64-4.0.1
* Reentrant time functions localtime_r, gmtime_r, etc. are removed
from pthread.h and are now available through time.h ONLY.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 14 10:47:35 UTC 2014 - jengelh@inai.de Mon Jul 14 10:47:35 UTC 2014 - jengelh@inai.de
@ -13,4 +20,3 @@ Thu Jun 19 12:24:42 UTC 2014 - jw@owncloud.com
Mon Feb 3 12:07:45 UTC 2014 - jengelh@inai.de Mon Feb 3 12:07:45 UTC 2014 - jengelh@inai.de
- Initial package (version 3.1.0) for build.opensuse.org - Initial package (version 3.1.0) for build.opensuse.org

View File

@ -17,13 +17,16 @@
Name: mingw32-winpthreads Name: mingw32-winpthreads
Version: 3.1.0 Version: 4.0.1
Release: 0 Release: 0
Summary: A pthreads implementation for Windows Summary: A pthreads implementation for Windows
License: MIT and BSD-3-Clause License: MIT and BSD-3-Clause
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: mingw-w64-winpthreads-%{version}.tar.xz
#DL-URL: http://download.sf.net/mingw-w64/mingw-w64-%version.tar.bz2
Source: mingw-w64-winpthreads-%version.tar.xz
Source9: %name-rpmlintrc
BuildRequires: mingw32-cross-gcc-bootstrap BuildRequires: mingw32-cross-gcc-bootstrap
BuildRequires: mingw32-cross-pkg-config BuildRequires: mingw32-cross-pkg-config
BuildRequires: mingw32-filesystem BuildRequires: mingw32-filesystem
@ -62,7 +65,7 @@ mingw-w64's implementation of POSIX threads for Windows.
%setup -q -n winpthreads %setup -q -n winpthreads
%build %build
# There build is trying to link with libpthread.a but it has no need # The build is trying to link with libpthread.a but it has no need
# of any symbol from there, so just create a fake library and use it. # of any symbol from there, so just create a fake library and use it.
mkdir fakelib mkdir fakelib
pushd fakelib pushd fakelib