Update to 20160204 snapshot of the v5.x branch (git rev 65a0c3) and backported patch to build failure of latest wine-gecko

This commit is contained in:
Erik van Pienbroek 2016-07-23 11:53:48 +02:00
parent 226d08bb8c
commit 04e2ebb8e1
4 changed files with 4301 additions and 6 deletions

1
.gitignore vendored
View File

@ -60,3 +60,4 @@
/mingw-w64-mingw-w64-5e2e73b7754fca77ef7635cf52c73a3885110603.zip
/mingw-w64-mingw-w64-38410ad06264949efcb331f7a63575c6be31c5e4.zip
/mingw-w64-v5.0-rc2.tar.bz2
/mingw-w64-mingw-w64-65a0c3298db7cc5cbded63259663cb29e4780a56.zip

4286
commit-7de6266 Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
#%%global snapshot_date 20160204
#%%global snapshot_rev 38410ad06264949efcb331f7a63575c6be31c5e4
#%%global snapshot_rev_short %(echo %snapshot_rev | cut -c1-6)
#%%global branch trunk
%global snapshot_date 20160723
%global snapshot_rev 65a0c3298db7cc5cbded63259663cb29e4780a56
%global snapshot_rev_short %(echo %snapshot_rev | cut -c1-6)
%global branch v5.x
%global pre rc2
@ -22,7 +22,7 @@
Name: mingw-headers
Version: 5.0
Release: 0.1.rc2%{?dist}
Release: 0.2.rc2.%{branch}.git%{snapshot_rev_short}.%{snapshot_date}%{?dist}
Summary: Win32/Win64 header files
License: Public Domain and LGPLv2+ and ZPLv2.1
@ -46,6 +46,9 @@ Source0: http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}
# happening as the .idl files shouldn't be used by default
Patch0: mingw-headers-no-widl.patch
# Backported patch needed by latest wine-gecko
Patch1: commit-7de6266
BuildArch: noarch
BuildRequires: mingw32-filesystem >= 95
@ -92,6 +95,7 @@ unzip %{S:0}
%endif
%patch0 -p0 -b .idl
%patch1 -p1 -b .gecko
%build
@ -126,6 +130,10 @@ rm -f $RPM_BUILD_ROOT%{mingw64_includedir}/pthread_unistd.h
%changelog
* Sat Jul 23 2016 Erik van Pienbroek <epienbro@fedoraproject.org> - 5.0-0.2.rc2.v5.x.git65a0c3.20160723
- Update to 20160204 snapshot of the v5.x branch (git rev 65a0c3)
- Backported patch to build failure of latest wine-gecko
* Sun Mar 27 2016 Erik van Pienbroek <epienbro@fedoraproject.org> - 5.0-0.1.rc2
- Update to 5.0rc2

View File

@ -1 +1 @@
a45f54ce98fa4bd24892fc836e6f94e3 mingw-w64-v5.0-rc2.tar.bz2
bc5371e0b485291613a45bb86562758d mingw-w64-mingw-w64-65a0c3298db7cc5cbded63259663cb29e4780a56.zip