- Update to release 9.0.0
OBS-URL: https://build.opensuse.org/package/show/windows:mingw:win32/mingw32-headers?expand=0&rev=48
This commit is contained in:
parent
cfbc7b972c
commit
1bde6096fe
@ -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
3
mingw-w64-v9.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1929b94b402f5ff4d7d37a9fe88daa9cc55515a6134805c104d1794ae22a4181
|
||||||
|
size 9537758
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 2 12:34:00 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 9.0.0
|
||||||
|
* Various new and updated API headers
|
||||||
|
* at_quick_exit implementation
|
||||||
|
* dism API
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 3 12:18:00 UTC 2020 - Tobias Klausmann <tobias.klausmann@freenet.de>
|
Thu Dec 3 12:18:00 UTC 2020 - Tobias Klausmann <tobias.klausmann@freenet.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mingw32-headers
|
# spec file for package mingw32-headers
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mingw32-headers
|
Name: mingw32-headers
|
||||||
Version: 8.0.0
|
Version: 9.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: MinGW-w64 headers for Win32 and Win64
|
Summary: MinGW-w64 headers for Win32 and Win64
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
@ -29,7 +29,6 @@ BuildRequires: mingw32-filesystem
|
|||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
#!BuildIgnore: post-build-checks
|
#!BuildIgnore: post-build-checks
|
||||||
Requires: mingw32-unistd-pthread-devel
|
Requires: mingw32-unistd-pthread-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -50,24 +49,22 @@ and only exist to satisfy dependencies in MinGW's unistd.h until
|
|||||||
an actual pthread implementation (like winpthreads) is installed.
|
an actual pthread implementation (like winpthreads) is installed.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n mingw-w64-v%{version}/mingw-w64-headers
|
%autosetup -n mingw-w64-v%version/mingw-w64-headers
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%_mingw32_configure \
|
%_mingw32_configure \
|
||||||
--enable-sdk=all \
|
--enable-sdk=all \
|
||||||
--enable-secure-api
|
--enable-secure-api
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%_mingw32_includedir/
|
%_mingw32_includedir/
|
||||||
%exclude %_mingw32_includedir/pthread_*.h
|
%exclude %_mingw32_includedir/pthread_*.h
|
||||||
|
|
||||||
%files dummy-pthread
|
%files dummy-pthread
|
||||||
%defattr(-,root,root)
|
|
||||||
%dir %_mingw32_includedir
|
%dir %_mingw32_includedir
|
||||||
%_mingw32_includedir/pthread_*.h
|
%_mingw32_includedir/pthread_*.h
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user