diff --git a/mingw-w64-v7.0.0.tar.bz2 b/mingw-w64-v7.0.0.tar.bz2 new file mode 100644 index 0000000..dd894c0 --- /dev/null +++ b/mingw-w64-v7.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa20dfff3596f08a7f427aab74315a6cb80c2b086b4a107ed35af02f9496b628 +size 9071231 diff --git a/mingw-w64-winpthreads-6.0.0.tar.xz b/mingw-w64-winpthreads-6.0.0.tar.xz deleted file mode 100644 index bfc6ad7..0000000 --- a/mingw-w64-winpthreads-6.0.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6703e6ebb9a628f104ab39efa54a053173e4a52318603c19d9fc297f4522097 -size 315940 diff --git a/mingw32-winpthreads.changes b/mingw32-winpthreads.changes index b8c7393..9bfc9bf 100644 --- a/mingw32-winpthreads.changes +++ b/mingw32-winpthreads.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 23 14:48:55 UTC 2019 - Ismail Dönmez + +- 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 diff --git a/mingw32-winpthreads.spec b/mingw32-winpthreads.spec index 6966125..955e898 100644 --- a/mingw32-winpthreads.spec +++ b/mingw32-winpthreads.spec @@ -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