forked from pool/mingw32-runtime
- Update to new upstream release 7.0.0
* _FORTIFY_SOURCE support thanks to Christian Franke. * Lots of math fixes from Martin Storsjö. * Many headers updated from Wine by Jacek Caban. * UCRT support by Martin Storsjö. OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-runtime?expand=0&rev=43
This commit is contained in:
parent
cfcb6b0b56
commit
7e5de69da0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:21b4280c4f1c0b5376934a8c303e695a23b6e4537f5f9acbdf58d3e985c898e9
|
|
||||||
size 1470884
|
|
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 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 23 14:51:10 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
||||||
|
|
||||||
|
- Update to new upstream release 7.0.0
|
||||||
|
* _FORTIFY_SOURCE support thanks to Christian Franke.
|
||||||
|
* Lots of math fixes from Martin Storsjö.
|
||||||
|
* Many headers updated from Wine by Jacek Caban.
|
||||||
|
* UCRT support by Martin Storsjö.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 17 18:50:03 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
Wed Oct 17 18:50:03 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mingw32-runtime
|
# spec file for package mingw32-runtime
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,21 +12,18 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-runtime
|
Name: mingw32-runtime
|
||||||
Version: 6.0.0
|
Version: 7.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: MinGW-w64 runtime libraries for Win32
|
Summary: MinGW-w64 runtime libraries for Win32
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
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: http://downloads.sf.net/mingw-w64/mingw-w64-v%{version}.tar.bz2
|
||||||
#DL-URL: http://downloads.sf.net/mingw-w64/mingw-w64-v%%version.tar.bz2
|
|
||||||
# Unpack DL-URL and re-tar the "mingw-w64-crt" directory
|
|
||||||
Source: mingw-w64-crt-%version.tar.xz
|
|
||||||
Source100: %name-rpmlintrc
|
Source100: %name-rpmlintrc
|
||||||
#!BuildIgnore: post-build-checks
|
#!BuildIgnore: post-build-checks
|
||||||
BuildRequires: mingw32-cross-binutils
|
BuildRequires: mingw32-cross-binutils
|
||||||
@ -42,7 +39,7 @@ Requires: mingw32-headers <= %version
|
|||||||
# Once this is installed, mingw32-bootstrap (binary bootstrapper) is no
|
# Once this is installed, mingw32-bootstrap (binary bootstrapper) is no
|
||||||
# longer needed.
|
# longer needed.
|
||||||
Obsoletes: mingw32-runtime-bootstrap
|
Obsoletes: mingw32-runtime-bootstrap
|
||||||
BuildRoot: %_tmppath/%name-%version-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%_mingw32_package_header
|
%_mingw32_package_header
|
||||||
|
|
||||||
@ -50,7 +47,7 @@ BuildArch: noarch
|
|||||||
MinGW Win64 cross-compiler runtime, base libraries.
|
MinGW Win64 cross-compiler runtime, base libraries.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n mingw-w64-crt
|
%setup -q -n mingw-w64-v%{version}/mingw-w64-crt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%_mingw32_configure --enable-lib32 --disable-lib64
|
%_mingw32_configure --enable-lib32 --disable-lib64
|
||||||
|
Loading…
Reference in New Issue
Block a user