Update to r6379 (20131120 snapshot)
This commit is contained in:
parent
c7b13685eb
commit
2c0f02cd46
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@
|
|||||||
/mingw-w64-code-6277-trunk.zip
|
/mingw-w64-code-6277-trunk.zip
|
||||||
/mingw-w64-code-6284-trunk.zip
|
/mingw-w64-code-6284-trunk.zip
|
||||||
/mingw-w64-v3.0.0.tar.bz2
|
/mingw-w64-v3.0.0.tar.bz2
|
||||||
|
/mingw-w64-code-6379-trunk.zip
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#%%global snapshot_date 20130914
|
%global snapshot_date 20131120
|
||||||
#%%global snapshot_rev 6284
|
%global snapshot_rev 6379
|
||||||
#%%global branch trunk
|
%global branch trunk
|
||||||
|
|
||||||
# The mingw-w64-headers provide the headers pthread_time.h
|
# The mingw-w64-headers provide the headers pthread_time.h
|
||||||
# and pthread_unistd.h by default and are dummy headers.
|
# and pthread_unistd.h by default and are dummy headers.
|
||||||
@ -18,8 +18,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: mingw-headers
|
Name: mingw-headers
|
||||||
Version: 3.0.0
|
Version: 3.0.999
|
||||||
Release: 1%{?dist}
|
Release: 0.1.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist}
|
||||||
Summary: Win32/Win64 header files
|
Summary: Win32/Win64 header files
|
||||||
|
|
||||||
License: Public Domain and LGPLv2+ and ZPLv2.1
|
License: Public Domain and LGPLv2+ and ZPLv2.1
|
||||||
@ -115,6 +115,9 @@ rm -f $RPM_BUILD_ROOT%{mingw64_includedir}/pthread_unistd.h
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 20 2013 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.0.0-1
|
||||||
- Update to 3.0.0
|
- Update to 3.0.0
|
||||||
- Enable support for winpthreads (F20+)
|
- Enable support for winpthreads (F20+)
|
||||||
|
Loading…
Reference in New Issue
Block a user