[mingw-crt] Update to 20140730 snapshot (git rev ec1ff7)

Erik van Pienbroek epienbro at fedoraproject.org
Wed Jul 30 22:18:01 UTC 2014


commit d4cd586d15cd4cada0d92ec89032ef0ea5b9dfe6
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Thu Jul 31 00:17:47 2014 +0200

    Update to 20140730 snapshot (git rev ec1ff7)
    
    - Fixes invalid value of the global variable in6addr_loopback (RHBZ #1124368)
    - Fixes missing memmove_s symbol on Windows XP/Server 2003

 .gitignore     |    1 +
 mingw-crt.spec |   11 ++++++++---
 sources        |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 30ddeb1..1324ef9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,3 +41,4 @@
 /mingw-w64-code-6559-trunk.zip
 /mingw-w64-mingw-w64-502c72047e68fecf07f628628b75296863ff5b35.zip
 /mingw-w64-mingw-w64-b8e8160da0648fc0406b028a2bff0938d9b9175e.zip
+/mingw-w64-mingw-w64-ec1ff7764fbea4eefbb290c9ba888af3386ede8e.zip
diff --git a/mingw-crt.spec b/mingw-crt.spec
index 3773988..4c5d68e 100644
--- a/mingw-crt.spec
+++ b/mingw-crt.spec
@@ -1,13 +1,13 @@
 %{?mingw_package_header}
 
-%global snapshot_date 20140530
-%global snapshot_rev b8e8160da0648fc0406b028a2bff0938d9b9175e
+%global snapshot_date 20140730
+%global snapshot_rev ec1ff7764fbea4eefbb290c9ba888af3386ede8e
 %global snapshot_rev_short %(echo %snapshot_rev | cut -c1-6)
 %global branch trunk
 
 Name:           mingw-crt
 Version:        3.1.999
-Release:        0.11.%{branch}.git%{snapshot_rev_short}.%{snapshot_date}%{?dist}
+Release:        0.12.%{branch}.git%{snapshot_rev_short}.%{snapshot_date}%{?dist}
 Summary:        MinGW Windows cross-compiler runtime
 
 License:        Public Domain and ZPLv2.1
@@ -100,6 +100,11 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_includedir}/*.c
 
 
 %changelog
+* Wed Jul 30 2014 Erik van Pienbroek <epienbro at fedoraproject.org> - 3.1.999-0.12.trunk.gitec1ff7.20140730
+- Update to 20140730 snapshot (git rev ec1ff7)
+- Fixes invalid value of the global variable in6addr_loopback (RHBZ #1124368)
+- Fixes missing memmove_s symbol on Windows XP/Server 2003
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.999-0.11.trunk.gitb8e816.20140530
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 9035057..c27c1be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f19ecf92ea2add42ac8ada9d5013baea  mingw-w64-mingw-w64-b8e8160da0648fc0406b028a2bff0938d9b9175e.zip
+3e03dd38cbe5cc860ee9de5daf589c0b  mingw-w64-mingw-w64-ec1ff7764fbea4eefbb290c9ba888af3386ede8e.zip


More information about the scm-commits mailing list