Update to 20141203 snapshot (git rev a5c151)
This commit is contained in:
parent
2036358d8e
commit
34d542b1d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@
|
||||
/mingw-w64-mingw-w64-b8e8160da0648fc0406b028a2bff0938d9b9175e.zip
|
||||
/mingw-w64-mingw-w64-ec1ff7764fbea4eefbb290c9ba888af3386ede8e.zip
|
||||
/mingw-w64-mingw-w64-b08afbb5768898ae9c6d0d2798aaccf4f21de361.zip
|
||||
/mingw-w64-mingw-w64-a5c151e498a8bff9cf2da51b65fa79b65881f71e.zip
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
%{?mingw_package_header}
|
||||
|
||||
%global snapshot_date 20140912
|
||||
%global snapshot_rev b08afbb5768898ae9c6d0d2798aaccf4f21de361
|
||||
%global snapshot_date 20141203
|
||||
%global snapshot_rev a5c151e498a8bff9cf2da51b65fa79b65881f71e
|
||||
%global snapshot_rev_short %(echo %snapshot_rev | cut -c1-6)
|
||||
%global branch trunk
|
||||
|
||||
Name: mingw-crt
|
||||
Version: 3.9.999
|
||||
Release: 0.1.%{branch}.git.%{snapshot_rev_short}.%{snapshot_date}%{?dist}
|
||||
Release: 0.2.%{branch}.git.%{snapshot_rev_short}.%{snapshot_date}%{?dist}
|
||||
Summary: MinGW Windows cross-compiler runtime
|
||||
|
||||
License: Public Domain and ZPLv2.1
|
||||
@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_includedir}/*.c
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 3 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.9.999-0.2.trunk.git.a5c151.20141203
|
||||
- Update to 20141203 snapshot (git rev a5c151)
|
||||
|
||||
* Fri Sep 12 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.9.999-0.1.trunk.git.b08afb.20140912
|
||||
- Update to 20140912 snapshot (git rev b08afb)
|
||||
- Bump version as upstream released mingw-w64 v3.2.0 recently (which is not based on the trunk branch)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user