Update to r6379 (20131120 snapshot)
This commit is contained in:
parent
3b35a3a61d
commit
c288d1a1f1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/mingw-w64-v3.0.0.tar.bz2
|
||||
/mingw-w64-code-6379-trunk.zip
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
%?mingw_package_header
|
||||
|
||||
#%%global snapshot_date 20130907
|
||||
#%%global snapshot_rev 6233
|
||||
#%%global branch trunk
|
||||
%global snapshot_date 20131120
|
||||
%global snapshot_rev 6379
|
||||
%global branch trunk
|
||||
|
||||
# Run the testsuite
|
||||
%global enable_tests 0
|
||||
|
||||
Name: mingw-winpthreads
|
||||
Version: 3.0.0
|
||||
Release: 1%{?dist}
|
||||
Version: 3.0.999
|
||||
Release: 0.1.%{branch}.r%{snapshot_rev}.%{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"
|
||||
@ -206,6 +206,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 20 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.0.999-0.1.trunk.r6379.20131120
|
||||
- Update to r6379 (20131120 snapshot)
|
||||
|
||||
* Fri Sep 20 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.0.0-1
|
||||
- Update to 3.0.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user