From e8f5363aa609aa8f6c93d1f50ce7015ef5756ce69a886301f3d3c65d15c0e467 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 26 Mar 2015 22:52:18 +0000 Subject: [PATCH] mingw64-crt-4.0.1 OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-runtime?expand=0&rev=35 --- mingw-w64-crt-3.1.99-r6638.tar.xz | 3 --- mingw-w64-crt-4.0.1.tar.xz | 3 +++ mingw64-runtime.changes | 11 +++++++++++ mingw64-runtime.spec | 16 +++++++++++----- 4 files changed, 25 insertions(+), 8 deletions(-) delete mode 100644 mingw-w64-crt-3.1.99-r6638.tar.xz create mode 100644 mingw-w64-crt-4.0.1.tar.xz diff --git a/mingw-w64-crt-3.1.99-r6638.tar.xz b/mingw-w64-crt-3.1.99-r6638.tar.xz deleted file mode 100644 index a231883..0000000 --- a/mingw-w64-crt-3.1.99-r6638.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17f99d74b8620a0453f0093e727ee5d19d8c6e941882a58c068d3cae3109d104 -size 3356288 diff --git a/mingw-w64-crt-4.0.1.tar.xz b/mingw-w64-crt-4.0.1.tar.xz new file mode 100644 index 0000000..6c7f71c --- /dev/null +++ b/mingw-w64-crt-4.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f7af95e1d117dce279a160c683db5c6b4f2f2513eba84577f0a18f0a02db848 +size 3460344 diff --git a/mingw64-runtime.changes b/mingw64-runtime.changes index 4624b7a..1bf5cdf 100644 --- a/mingw64-runtime.changes +++ b/mingw64-runtime.changes @@ -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 diff --git a/mingw64-runtime.spec b/mingw64-runtime.spec index e314a3d..4e23675 100644 --- a/mingw64-runtime.spec +++ b/mingw64-runtime.spec @@ -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