Update to r6477
This commit is contained in:
parent
5ed2a509ec
commit
cc34fda3f7
1
.gitignore
vendored
1
.gitignore
vendored
@ -39,3 +39,4 @@
|
|||||||
/mingw-w64-code-6460-trunk.zip
|
/mingw-w64-code-6460-trunk.zip
|
||||||
/mingw-w64-code-6469-trunk.zip
|
/mingw-w64-code-6469-trunk.zip
|
||||||
/mingw-w64-code-6475-trunk.zip
|
/mingw-w64-code-6475-trunk.zip
|
||||||
|
/mingw-w64-code-6477-trunk.zip
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%global snapshot_date 20140208
|
%global snapshot_date 20140210
|
||||||
%global snapshot_rev 6475
|
%global snapshot_rev 6477
|
||||||
%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
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: mingw-headers
|
Name: mingw-headers
|
||||||
Version: 3.1.999
|
Version: 3.1.999
|
||||||
Release: 0.4.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist}
|
Release: 0.5.%{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,10 @@ rm -f $RPM_BUILD_ROOT%{mingw64_includedir}/pthread_unistd.h
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 10 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.1.999-0.5.trunk.r6477.20140210
|
||||||
|
- Update to r6477
|
||||||
|
- Fixes broken math.h when using C++ (RHBZ #1061443)
|
||||||
|
|
||||||
* Sat Feb 8 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.1.999-0.4.trunk.r6475.20140208
|
* Sat Feb 8 2014 Erik van Pienbroek <epienbro@fedoraproject.org> - 3.1.999-0.4.trunk.r6475.20140208
|
||||||
- Update to r6475 (20140208 snapshot)
|
- Update to r6475 (20140208 snapshot)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user