forked from pool/mingw64-runtime
mingw64-crt-4.0.1
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-runtime?expand=0&rev=35
This commit is contained in:
parent
70b0e64d17
commit
e8f5363aa6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17f99d74b8620a0453f0093e727ee5d19d8c6e941882a58c068d3cae3109d104
|
||||
size 3356288
|
3
mingw-w64-crt-4.0.1.tar.xz
Normal file
3
mingw-w64-crt-4.0.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f7af95e1d117dce279a160c683db5c6b4f2f2513eba84577f0a18f0a02db848
|
||||
size 3460344
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 26 22:48:14 UTC 2015 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 4.0.1
|
||||
* 32-bit ARM thumb software math
|
||||
* Improved DirectX 11, OpenGL 4.5/GLES 3.1 support
|
||||
* added POSIX.1-2008 ftw.h
|
||||
* more secure functions: qsort_s, gmtime64_s, time_s.h, ...
|
||||
* added to stat.h: S_IRGRP, S_IRWXG, ...
|
||||
* added to unistd.h: SHUT_*
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 20 16:21:59 UTC 2011 - dev@dominik-schmidt.de
|
||||
|
||||
|
@ -16,22 +16,28 @@
|
||||
#
|
||||
|
||||
|
||||
%define snapshot -r6638
|
||||
Name: mingw64-runtime
|
||||
Version: 3.1.99
|
||||
Version: 4.0.1
|
||||
Release: 0
|
||||
Summary: MinGW-w64 runtime for Win64
|
||||
Summary: MinGW-w64 runtime libraries for Win64
|
||||
License: SUSE-Public-Domain
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://mingw-w64.sf.net/
|
||||
Source: mingw-w64-crt-%{version}%{snapshot}.tar.xz
|
||||
|
||||
#DL-URL: http://downloads.sf.net/mingw-w64/mingw-w64-%version.tar.bz2
|
||||
Source: mingw-w64-crt-%version.tar.xz
|
||||
Source100: %{name}-rpmlintrc
|
||||
#!BuildIgnore: post-build-checks
|
||||
BuildRequires: mingw64-cross-binutils
|
||||
BuildRequires: mingw64-cross-gcc-bootstrap >= 4.4.0
|
||||
BuildRequires: mingw64-filesystem
|
||||
BuildRequires: mingw64-headers >= %{version}
|
||||
BuildRequires: mingw64-headers >= %version
|
||||
BuildRequires: xz
|
||||
# When building the CRT, any newer (>=) headers should be ok, since the CRT
|
||||
# won't make use of them. At runtime, ensure that headers are not too new (<=)
|
||||
# because ominous link failures can result -- let OBS go into unresolvable
|
||||
# state instead.
|
||||
Requires: mingw64-headers <= %version
|
||||
# Once this is installed, mingw64-bootstrap (binary bootstrapper) is no
|
||||
# longer needed.
|
||||
Obsoletes: mingw64-runtime-bootstrap
|
||||
|
Loading…
Reference in New Issue
Block a user