2
0

- Update to new upstream release 6.0.0

OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-runtime?expand=0&rev=42
This commit is contained in:
Jan Engelhardt 2018-10-17 18:57:58 +00:00 committed by Git OBS Bridge
parent 44e0d45673
commit cfcb6b0b56
4 changed files with 28 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50734998442cdfd7f53440e89caac7949bcd3ebf066d1d1d58ef0e2293fb6307
size 1573972

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21b4280c4f1c0b5376934a8c303e695a23b6e4537f5f9acbdf58d3e985c898e9
size 1470884

View File

@ -1,7 +1,21 @@
-------------------------------------------------------------------
Wed Oct 17 18:50:03 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 6.0.0
* C++ __cxa_atexit
* Massive additions to support UCRT
* Sync COM interface headers with Wine development
* WinRT additions
* ARM32 and ARM64 additions
* CRT library api-ms-win-core additions
* CRT library def file reorganization
- Removed popcnt.patch, 0001-Add-missing-D3D_CS_-variables.patch
(no longer needed; included upstream)
-------------------------------------------------------------------
Wed Nov 22 09:47:44 UTC 2017 - idonmez@suse.com
- Update to version 5.0.3
- Update to version 5.0.3
-------------------------------------------------------------------
Tue Apr 18 14:12:37 UTC 2017 - idonmez@suse.com

View File

@ -17,16 +17,17 @@
Name: mingw32-runtime
Version: 5.0.4
Version: 6.0.0
Release: 0
Summary: MinGW-w64 runtime libraries for Win32
License: SUSE-Public-Domain
Group: Development/Libraries/C and C++
Url: http://mingw-w64.sf.net/
#DL-URL: http://downloads.sf.net/mingw-w64/mingw-w64-v5.0.3.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
BuildRequires: mingw32-cross-binutils
BuildRequires: mingw32-cross-gcc-bootstrap >= 4.4.0
@ -41,9 +42,9 @@ Requires: mingw32-headers <= %version
# Once this is installed, mingw32-bootstrap (binary bootstrapper) is no
# longer needed.
Obsoletes: mingw32-runtime-bootstrap
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRoot: %_tmppath/%name-%version-build
BuildArch: noarch
%{_mingw32_package_header}
%_mingw32_package_header
%description
MinGW Win64 cross-compiler runtime, base libraries.
@ -52,15 +53,15 @@ MinGW Win64 cross-compiler runtime, base libraries.
%setup -q -n mingw-w64-crt
%build
%{_mingw32_configure} --enable-lib32 --disable-lib64
%_mingw32_configure --enable-lib32 --disable-lib64
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
rm -Rfv "%{buildroot}/%{_mingw32_includedir}"/*.c
%make_install
rm -Rfv "%buildroot/%_mingw32_includedir"/*.c
%files
%defattr(-,root,root)
%{_mingw32_libdir}/
%_mingw32_libdir/
%changelog