[mingw-crt] Update to 20130403 snapshot

Erik van Pienbroek epienbro at fedoraproject.org
Wed Apr 3 20:43:55 UTC 2013


commit fda1bd8fdb8aa5b6f181900e2ef577d2bd26e86e
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Apr 3 22:43:37 2013 +0200

    Update to 20130403 snapshot
    
    And added Windows XP compatibility wrapper for the vsprintf_s function (RHBZ #917323)

 .gitignore     |    1 +
 mingw-crt.spec |   18 ++++++++++++++++--
 sources        |    2 +-
 3 files changed, 18 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c7db482..568c414 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /mingw-w64-trunk-snapshot-20130105.tar.gz
 /mingw-w64-trunk-snapshot-20130127.tar.gz
 /mingw-w64-trunk-snapshot-20130216.tar.gz
+/mingw-w64-trunk-snapshot-20130403.tar.gz
diff --git a/mingw-crt.spec b/mingw-crt.spec
index cc353ef..cf3663d 100644
--- a/mingw-crt.spec
+++ b/mingw-crt.spec
@@ -1,11 +1,11 @@
 %{?mingw_package_header}
 
-%global snapshot_date 20130216
+%global snapshot_date 20130403
 %global branch trunk
 
 Name:           mingw-crt
 Version:        2.0.999
-Release:        0.18.%{branch}.%{snapshot_date}%{?dist}
+Release:        0.19.%{branch}.%{snapshot_date}%{?dist}
 Summary:        MinGW Windows cross-compiler runtime
 
 License:        Public Domain and ZPLv2.1
@@ -19,6 +19,9 @@ Source0:        mingw-w64-%{branch}-snapshot-%{snapshot_date}.tar.gz
 Source0:        http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}.tar.gz
 %endif
 
+# Add Windows XP wrapper for vsprintf_s (RHBZ #917323)
+Patch0:         mingw-w64-crt-add-vsprintf_s-wrapper.patch
+
 BuildArch:      noarch
 
 BuildRequires:  mingw32-filesystem >= 95
@@ -31,6 +34,8 @@ BuildRequires:  mingw64-binutils
 BuildRequires:  mingw64-headers
 BuildRequires:  mingw64-gcc
 
+BuildRequires:  autoconf automake
+
 
 %description
 MinGW Windows cross-compiler runtime, base libraries.
@@ -66,6 +71,11 @@ tar -xf %{S:0}
 %setup -q -n mingw-w64-v%{version}
 %endif
 
+%patch0 -p0
+pushd mingw-w64-crt
+autoreconf -i --force
+popd
+
 
 %build
 pushd mingw-w64-crt
@@ -95,6 +105,10 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_includedir}/*.c
 
 
 %changelog
+* Wed Apr  3 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.0.999-0.19.trunk.20130403
+- Update to 20130403 snapshot
+- Added Windows XP compatibility wrapper for the vsprintf_s function (RHBZ #917323)
+
 * Sat Feb 16 2013 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.0.999-0.18.trunk.20130216
 - Update to 20130216 snapshot
 - Includes improved import libraries (for setupapi, cfgmgr32 and others)
diff --git a/sources b/sources
index 7971f50..2514557 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e75530a65502e9de0e0dcd73141dcd99  mingw-w64-trunk-snapshot-20130216.tar.gz
+56407c412f1f58f94d9429efd70f3f85  mingw-w64-trunk-snapshot-20130403.tar.gz


More information about the scm-commits mailing list