[mingw-crt] Update to r6469 (20140126 snapshot)

Erik van Pienbroek epienbro at fedoraproject.org
Sun Jan 26 20:29:43 UTC 2014


commit 72a707934991c0912baa9b888bfa3063ce27e53c
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sun Jan 26 21:30:00 2014 +0100

    Update to r6469 (20140126 snapshot)
    
    Fixes missing sprintf_s issue on Windows XP/Server 2003 (RHBZ #1054481)

 .gitignore     |    1 +
 mingw-crt.spec |   10 +++++++---
 sources        |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3f814b1..68af966 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@
 /mingw-w64-code-6388-trunk.zip
 /mingw-w64-code-6432-trunk.zip
 /mingw-w64-code-6460-trunk.zip
+/mingw-w64-code-6469-trunk.zip
diff --git a/mingw-crt.spec b/mingw-crt.spec
index b7464f4..27b6b1c 100644
--- a/mingw-crt.spec
+++ b/mingw-crt.spec
@@ -1,12 +1,12 @@
 %{?mingw_package_header}
 
-%global snapshot_date 20140124
-%global snapshot_rev 6460
+%global snapshot_date 20140126
+%global snapshot_rev 6469
 %global branch trunk
 
 Name:           mingw-crt
 Version:        3.1.999
-Release:        0.2.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist}
+Release:        0.3.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist}
 Summary:        MinGW Windows cross-compiler runtime
 
 License:        Public Domain and ZPLv2.1
@@ -99,6 +99,10 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_includedir}/*.c
 
 
 %changelog
+* Sun Jan 26 2014 Erik van Pienbroek <epienbro at fedoraproject.org> - 3.1.999-0.3.trunk.r6469.20140126
+- Update to r6469 (20140126 snapshot)
+- Fixes missing sprintf_s issue on Windows XP/Server 2003 (RHBZ #1054481)
+
 * Fri Jan 24 2014 Erik van Pienbroek <epienbro at fedoraproject.org> - 3.1.999-0.2.trunk.r6460.20140124
 - Update to r6460 (20140124 snapshot)
 - Fixes missing vsprintf_s issue on Windows XP/Server 2003 (RHBZ #1054481)
diff --git a/sources b/sources
index f7c57b0..061b466 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-656bcebdcfc7a05fe334fe7ad5f4dc2b  mingw-w64-code-6460-trunk.zip
+0b6b60edf3f2a7bbd76a1e498d96efd6  mingw-w64-code-6469-trunk.zip


More information about the scm-commits mailing list