2
0

- Update to new upstream release 6.0.0

OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-winpthreads?expand=0&rev=26
This commit is contained in:
Jan Engelhardt 2018-10-17 19:09:25 +00:00 committed by Git OBS Bridge
parent 911604b38a
commit a2084708a5
4 changed files with 24 additions and 17 deletions

View File

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

View File

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

View File

@ -1,7 +1,13 @@
-------------------------------------------------------------------
Wed Oct 17 19:02:09 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 6.0.0
* No changelog entries specific to winpthreads found.
-------------------------------------------------------------------
Wed Nov 22 09:51:09 UTC 2017 - idonmez@suse.com
- Update to version 5.0.3
- Update to version 5.0.3
-------------------------------------------------------------------
Tue Mar 28 11:43:07 UTC 2017 - idonmez@suse.com
@ -14,7 +20,7 @@ Tue Mar 28 11:43:07 UTC 2017 - idonmez@suse.com
-------------------------------------------------------------------
Sat Jan 14 20:40:09 UTC 2017 - idonmez@suse.com
- Update to version 5.0.1
- Update to version 5.0.1
-------------------------------------------------------------------
Wed Mar 23 21:33:34 UTC 2016 - jengelh@inai.de
@ -32,7 +38,7 @@ Fri Sep 4 11:58:16 UTC 2015 - idonmez@suse.com
-------------------------------------------------------------------
Fri May 29 09:27:48 UTC 2015 - idonmez@suse.com
- Enable static libraries
- Enable static libraries
-------------------------------------------------------------------
Wed Mar 25 10:38:10 UTC 2015 - jengelh@inai.de

View File

@ -17,14 +17,15 @@
Name: mingw32-winpthreads
Version: 5.0.3
Version: 6.0.0
Release: 0
Summary: A pthreads implementation for Windows
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-v5.0.3.tar.bz2
#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
Source9: %name-rpmlintrc
BuildRequires: mingw32-cross-gcc-bootstrap
@ -32,7 +33,7 @@ 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
@ -51,7 +52,7 @@ mingw-w64's implementation of POSIX threads for Windows.
%package devel
Summary: Development files for mingw32-winpthreads
Group: Development/Libraries/C and C++
Requires: mingw32-libwinpthread1 = %{version}
Requires: mingw32-libwinpthread1 = %version
Provides: mingw32-unistd-pthread-devel
Obsoletes: mingw32-headers-dummy-pthread
Conflicts: mingw32-headers-dummy-pthread, otherproviders(mingw32-unistd-pthread-devel)
@ -70,24 +71,24 @@ mingw-w64's implementation of POSIX threads for Windows.
mkdir fakelib
pushd fakelib
touch empty.c
%{_mingw32_cc} -c empty.c
%{_mingw32_ar} rsc libpthread.a empty.o
%_mingw32_cc -c empty.c
%_mingw32_ar rsc libpthread.a empty.o
popd
%{_mingw32_configure} \
%_mingw32_configure \
--enable-static \
--enable-shared
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
%make_install
%files -n mingw32-libwinpthread1
%defattr(-,root,root)
%{_mingw32_bindir}/libwinpthread-1.dll
%_mingw32_bindir/libwinpthread-1.dll
%files devel
%defattr(-,root,root)
%{_mingw32_includedir}/
%{_mingw32_libdir}/
%_mingw32_includedir/
%_mingw32_libdir/
%changelog