Jan Engelhardt 2015-03-26 22:52:18 +00:00 committed by Git OBS Bridge
parent 70b0e64d17
commit e8f5363aa6
4 changed files with 25 additions and 8 deletions

View File

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

View File

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

View File

@ -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

View File

@ -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