Update to 5.0.0

This commit is contained in:
Kalev Lember 2016-10-26 10:55:42 +02:00
parent bde6cf2c35
commit 57e290b0ff
3 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View File

@ -56,3 +56,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,15 +1,15 @@
%{?mingw_package_header}
%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
Name: mingw-crt
Version: 5.0
Release: 0.2.rc2.%{branch}.git%{snapshot_rev_short}.%{snapshot_date}%{?dist}
Version: 5.0.0
Release: 1%{?dist}
Summary: MinGW Windows cross-compiler runtime
License: Public Domain and ZPLv2.1
@ -102,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_includedir}/*.c
%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)

View File

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