Update to 5.0.0

This commit is contained in:
Kalev Lember 2016-10-26 10:31:18 +02:00
parent 04e2ebb8e1
commit 9a93d00b2e
3 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View File

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

View File

@ -1,9 +1,9 @@
%global snapshot_date 20160723
%global snapshot_rev 65a0c3298db7cc5cbded63259663cb29e4780a56
%global snapshot_rev_short %(echo %snapshot_rev | cut -c1-6)
%global branch v5.x
#%%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
#%%global pre rc2
# The mingw-w64-headers provide the headers pthread_time.h
# and pthread_unistd.h by default and are dummy headers.
@ -21,8 +21,8 @@
%endif
Name: mingw-headers
Version: 5.0
Release: 0.2.rc2.%{branch}.git%{snapshot_rev_short}.%{snapshot_date}%{?dist}
Version: 5.0.0
Release: 1%{?dist}
Summary: Win32/Win64 header files
License: Public Domain and LGPLv2+ and ZPLv2.1
@ -130,6 +130,9 @@ rm -f $RPM_BUILD_ROOT%{mingw64_includedir}/pthread_unistd.h
%changelog
* Wed Oct 26 2016 Kalev Lember <klember@redhat.com> - 5.0.0-1
- Update to 5.0.0
* 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

View File

@ -1 +1 @@
bc5371e0b485291613a45bb86562758d mingw-w64-mingw-w64-65a0c3298db7cc5cbded63259663cb29e4780a56.zip
c9f4bb72a87d9be2cc98e0d7e1868c88 mingw-w64-v5.0.0.tar.bz2