[mingw-crt] Update to 20120703 snapshot

Erik van Pienbroek epienbro at fedoraproject.org
Fri Jul 13 19:08:45 UTC 2012


commit 1f650edf9e0c6cbef1d8ee01e13b3fe1dc14d4c6
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Fri Jul 13 21:08:30 2012 +0200

    Update to 20120703 snapshot
    
    - Update to 20120703 snapshot
    - Fixes testsuite failure in the qt_qmake_test_static_mingw32 testcase

 .gitignore            |    1 +
 mingw-crt.spec        |   15 ++---
 mingw-w64-r5197.patch |  159 -------------------------------------------------
 mingw-w64-r5199.patch |   62 -------------------
 sources               |    2 +-
 5 files changed, 8 insertions(+), 231 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 793bb1d..a47103d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /mingw-w64-src_20120601.tar.bz2
 /mingw-w64-src_20120705.tar.bz2
 /mingw-w64-src_20120709.tar.bz2
+/mingw-w64-src_20120713.tar.bz2
diff --git a/mingw-crt.spec b/mingw-crt.spec
index ff0f3b3..cf4db8c 100644
--- a/mingw-crt.spec
+++ b/mingw-crt.spec
@@ -1,10 +1,10 @@
 %{?mingw_package_header}
 
-%global snapshot_date 20120709
+%global snapshot_date 20120713
 
 Name:           mingw-crt
 Version:        2.0.999
-Release:        0.8.trunk.%{snapshot_date}%{?dist}
+Release:        0.9.trunk.%{snapshot_date}%{?dist}
 Summary:        MinGW Windows cross-compiler runtime
 
 License:        Public Domain and ZPLv2.1
@@ -16,10 +16,6 @@ Source0:        http://downloads.sourceforge.net/mingw-w64/mingw-w64-src_%{snaps
 Source0:        http://downloads.sourceforge.net/mingw-w64/mingw-w64-v%{version}.tar.gz
 %endif
 
-# Upstream commit r5197 and r5199, Remove hardcoded host entry in the sysroot location
-Patch0:         mingw-w64-r5197.patch
-Patch1:         mingw-w64-r5199.patch
-
 BuildArch:      noarch
 
 BuildRequires:  mingw32-filesystem >= 95
@@ -67,9 +63,6 @@ tar -xf %{S:0}
 %setup -q -n mingw-w64-v%{version}
 %endif
 
-%patch0 -p1
-%patch1 -p1
-
 
 %build
 pushd mingw-w64-crt
@@ -99,6 +92,10 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_prefix}/libsrc
 
 
 %changelog
+* Fri Jul 13 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.0.999-0.9.trunk.20120713
+- Update to 20120703 snapshot
+- Fixes testsuite failure in the qt_qmake_test_static_mingw32 testcase
+
 * Mon Jul  9 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.0.999-0.8.trunk.20120709
 - Update to 20120709 snapshot (contains full Cygwin support)
 - Eliminated various manual kludges as upstream now installs their
diff --git a/sources b/sources
index 88f0a14..e14d06b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6830d62327e8d1e7c09693d198b80537  mingw-w64-src_20120709.tar.bz2
+e4254582928419c9cb9c46fc73e72e2a  mingw-w64-src_20120713.tar.bz2


More information about the scm-commits mailing list