Update to 20141203 snapshot (git rev a5c151)
This commit is contained in:
parent
93f16f268c
commit
4a4c4a826b
1
.gitignore
vendored
1
.gitignore
vendored
@ -47,3 +47,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,5 +1,5 @@
|
||||
%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
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
Name: mingw-headers
|
||||
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: Win32/Win64 header files
|
||||
|
||||
License: Public Domain and LGPLv2+ and ZPLv2.1
|
||||
@ -124,6 +124,9 @@ rm -f $RPM_BUILD_ROOT%{mingw64_includedir}/pthread_unistd.h
|
||||
|
||||
|
||||
%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