Update to 4.0.0

This commit is contained in:
Erik van Pienbroek 2015-03-21 17:14:12 +01:00
parent 62ddb3508a
commit c1cdbec6a2
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -48,3 +48,4 @@
/mingw-w64-mingw-w64-f7337bdf0d70809e720b4e2671758e0c10c16f60.zip
/mingw-w64-v4.0-rc1.tar.bz2
/mingw-w64-v4.0-rc3.tar.bz2
/mingw-w64-v4.0.0.tar.bz2

View File

@ -5,11 +5,11 @@
#%%global snapshot_rev_short %(echo %snapshot_rev | cut -c1-6)
#%%global branch trunk
%global pre rc3
#%%global pre rc3
Name: mingw-crt
Version: 4.0
Release: 0.2.%{pre}%{?dist}
Version: 4.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
* Sat Mar 21 2015 Erik van Pienbroek <epienbro@fedoraproject.org> - 4.0.0-1
- Update to 4.0.0
* Sat Mar 7 2015 Erik van Pienbroek <epienbro@fedoraproject.org> - 4.0-0.2.rc3
- Update to 4.0rc3

View File

@ -1 +1 @@
76eac541947e33614c6014905bce5de5 mingw-w64-v4.0-rc3.tar.bz2
6a26b3d90fbf409b4fbea9fabba77639 mingw-w64-v4.0.0.tar.bz2