1
0

Accepting request 903889 from home:jengelh:branches:windows:mingw:win64

- Update to release 9.0.0

OBS-URL: https://build.opensuse.org/request/show/903889
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win64/mingw64-runtime?expand=0&rev=53
This commit is contained in:
Fridrich Strba 2021-07-05 06:54:21 +00:00 committed by Git OBS Bridge
parent f1398c74a2
commit 209ad625e4
4 changed files with 14 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:44c740ea6ab3924bc3aa169bad11ad3c5766c5c8459e3126d44eabb8735a5762
size 9370799

3
mingw-w64-v9.0.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1929b94b402f5ff4d7d37a9fe88daa9cc55515a6134805c104d1794ae22a4181
size 9537758

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jul 3 10:32:06 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 9.0.0
* UCRT updates, Wine updates
* gettimeofday precision increase
-------------------------------------------------------------------
Thu Dec 3 12:18:00 UTC 2020 - Tobias Klausmann <tobias.klausmann@freenet.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package mingw64-runtime
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: mingw64-runtime
Version: 8.0.0
Version: 9.0.0
Release: 0
Summary: MinGW-w64 runtime libraries for Win64
License: SUSE-Public-Domain
@ -39,7 +39,6 @@ Requires: mingw64-headers <= %version
# Once this is installed, mingw64-bootstrap (binary bootstrapper) is no
# longer needed.
Obsoletes: mingw64-runtime-bootstrap
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%_mingw64_package_header
@ -47,18 +46,17 @@ BuildArch: noarch
MinGW Win64 cross-compiler runtime, base libraries.
%prep
%setup -q -n mingw-w64-v%{version}/mingw-w64-crt
%autosetup -n mingw-w64-v%version/mingw-w64-crt
%build
%_mingw64_configure --disable-lib32 --enable-lib64
make %{?_smp_mflags}
%make_build
%install
%make_install
rm -Rfv "%buildroot/%_mingw64_includedir"/*.c
%files
%defattr(-,root,root)
%_mingw64_libdir/
%changelog