[mingw-crt] Update to r6460 (20140124 snapshot)

Erik van Pienbroek epienbro at fedoraproject.org
Fri Jan 24 20:23:58 UTC 2014


commit 912a6922054d23602939c353d45486b900146c17
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Fri Jan 24 21:24:12 2014 +0100

    Update to r6460 (20140124 snapshot)
    
    Fixes missing vsprintf_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 271edd4..3f814b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@
 /mingw-w64-code-6379-trunk.zip
 /mingw-w64-code-6388-trunk.zip
 /mingw-w64-code-6432-trunk.zip
+/mingw-w64-code-6460-trunk.zip
diff --git a/mingw-crt.spec b/mingw-crt.spec
index 8fa30a7..b7464f4 100644
--- a/mingw-crt.spec
+++ b/mingw-crt.spec
@@ -1,12 +1,12 @@
 %{?mingw_package_header}
 
-%global snapshot_date 20140104
-%global snapshot_rev 6432
+%global snapshot_date 20140124
+%global snapshot_rev 6460
 %global branch trunk
 
 Name:           mingw-crt
 Version:        3.1.999
-Release:        0.1.%{branch}.r%{snapshot_rev}.%{snapshot_date}%{?dist}
+Release:        0.2.%{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
+* 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)
+
 * Thu Jan  9 2014 Erik van Pienbroek <epienbro at fedoraproject.org> - 3.1.999-0.1.trunk.r6432.20140104
 - Bump version to keep working upgrade path
 
diff --git a/sources b/sources
index e295ce9..f7c57b0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d81f684fcd7f161f5d7ef4b077558494  mingw-w64-code-6432-trunk.zip
+656bcebdcfc7a05fe334fe7ad5f4dc2b  mingw-w64-code-6460-trunk.zip


More information about the scm-commits mailing list