Update to 20151224 snapshot (git rev 5e2e73)
This commit is contained in:
parent
4c48bfee1c
commit
7e34d20e7d
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
||||
/mingw-w64-v4.0.1.tar.bz2
|
||||
/mingw-w64-v4.0.2.tar.bz2
|
||||
/mingw-w64-v4.0.4.tar.bz2
|
||||
/mingw-w64-mingw-w64-5e2e73b7754fca77ef7635cf52c73a3885110603.zip
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
%?mingw_package_header
|
||||
|
||||
#%%global snapshot_date 20141222
|
||||
#%%global snapshot_rev f7337bdf0d70809e720b4e2671758e0c10c16f60
|
||||
#%%global snapshot_rev_short %(echo %snapshot_rev | cut -c1-6)
|
||||
#%%global branch trunk
|
||||
%global snapshot_date 20151224
|
||||
%global snapshot_rev 5e2e73b7754fca77ef7635cf52c73a3885110603
|
||||
%global snapshot_rev_short %(echo %snapshot_rev | cut -c1-6)
|
||||
%global branch trunk
|
||||
|
||||
#%%global pre rc3
|
||||
|
||||
@ -11,8 +11,8 @@
|
||||
%global enable_tests 0
|
||||
|
||||
Name: mingw-winpthreads
|
||||
Version: 4.0.4
|
||||
Release: 1%{?dist}
|
||||
Version: 4.9.999
|
||||
Release: 0.1.%{branch}.git%{snapshot_rev_short}.%{snapshot_date}%{?dist}
|
||||
Summary: MinGW pthread library
|
||||
# The main license of winpthreads is MIT, but parts of this library
|
||||
# are derived from the "Posix Threads library for Microsoft Windows"
|
||||
@ -209,6 +209,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Dec 24 2015 Erik van Pienbroek <epienbro@fedoraproject.org> - 4.9.999-0.1.trunk.git.5e2e73.20151224
|
||||
- Update to 20151224 snapshot (git rev 5e2e73)
|
||||
|
||||
* Wed Aug 5 2015 Erik van Pienbroek <epienbro@fedoraproject.org> - 4.0.4-1
|
||||
- Update to 4.0.4
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user