diff --git a/.gitignore b/.gitignore index d313150..6ab2d70 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/mingw-headers.spec b/mingw-headers.spec index 324f937..682839c 100644 --- a/mingw-headers.spec +++ b/mingw-headers.spec @@ -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 - 5.0.0-1 +- Update to 5.0.0 + * Sat Jul 23 2016 Erik van Pienbroek - 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 diff --git a/sources b/sources index 1fe97f7..6095104 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bc5371e0b485291613a45bb86562758d mingw-w64-mingw-w64-65a0c3298db7cc5cbded63259663cb29e4780a56.zip +c9f4bb72a87d9be2cc98e0d7e1868c88 mingw-w64-v5.0.0.tar.bz2