From a4491ef0bad21c6dc6d1a6aa08ea16fabf9f200ca021d81e9c2c9fadae88c7e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 23 Nov 2019 14:41:52 +0000 Subject: [PATCH] - Update to new upstream release 7.0.0 * No changelog entries specific to winpthreads found. OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-winpthreads?expand=0&rev=27 --- mingw-w64-v7.0.0.tar.bz2 | 3 +++ mingw-w64-winpthreads-6.0.0.tar.xz | 3 --- mingw64-winpthreads.changes | 6 ++++++ mingw64-winpthreads.spec | 19 ++++++++----------- 4 files changed, 17 insertions(+), 14 deletions(-) create mode 100644 mingw-w64-v7.0.0.tar.bz2 delete mode 100644 mingw-w64-winpthreads-6.0.0.tar.xz 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/mingw64-winpthreads.changes b/mingw64-winpthreads.changes index 1e5d256..756b0ed 100644 --- a/mingw64-winpthreads.changes +++ b/mingw64-winpthreads.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 23 14:39:46 UTC 2019 - Ismail Dönmez + +- Update to new upstream release 7.0.0 + * No changelog entries specific to winpthreads found. + ------------------------------------------------------------------- Wed Oct 17 19:02:09 UTC 2018 - Jan Engelhardt diff --git a/mingw64-winpthreads.spec b/mingw64-winpthreads.spec index 619f9a7..777524e 100644 --- a/mingw64-winpthreads.spec +++ b/mingw64-winpthreads.spec @@ -1,7 +1,7 @@ # # spec file for package mingw64-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: mingw64-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: mingw64-cross-gcc-bootstrap BuildRequires: mingw64-cross-pkg-config BuildRequires: mingw64-filesystem BuildRequires: mingw64-runtime BuildRequires: xz -BuildRoot: %_tmppath/%name-%version-build +BuildRoot: %{_tmppath}/%{name}-%{version}-build %_mingw64_package_header_debug BuildArch: noarch #!BuildIgnore: post-build-checks @@ -63,7 +60,7 @@ mingw-w64's implementation of POSIX threads for Windows. %_mingw64_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