[mingw-crt/f18] Merge cleanups

Erik van Pienbroek epienbro at fedoraproject.org
Thu Jul 25 22:28:43 UTC 2013


commit 9c482983a0673d660f6cf4c2337cb8a8935e0dc1
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Fri Jul 26 00:28:10 2013 +0200

    Merge cleanups

 mingw-crt.spec                             |   21 -
 mingw-w64-crt-add-vsprintf_s-wrapper.patch |   53 --
 mingw-w64-r5592.patch                      | 1112 ----------------------------
 mingw-w64-r5593.patch                      |  707 ------------------
 mingw-w64-r5594.patch                      |   49 --
 5 files changed, 0 insertions(+), 1942 deletions(-)
---
diff --git a/mingw-crt.spec b/mingw-crt.spec
index bd63dbd..5dfc998 100644
--- a/mingw-crt.spec
+++ b/mingw-crt.spec
@@ -35,18 +35,6 @@ BuildRequires:  mingw64-binutils
 BuildRequires:  mingw64-headers
 BuildRequires:  mingw64-gcc
 
-# Needed for patch3
-BuildRequires:  autoconf automake libtool
-
-# Backport of SVN commits 5592, 5593 and 5594
-# This improves support for various import libraries like setupapi and others
-Patch0:         mingw-w64-r5592.patch
-Patch1:         mingw-w64-r5593.patch
-Patch2:         mingw-w64-r5594.patch
-
-# Add Windows XP wrapper for vsprintf_s (RHBZ #917323)
-Patch3:         mingw-w64-crt-add-vsprintf_s-wrapper.patch
-
 
 %description
 MinGW Windows cross-compiler runtime, base libraries.
@@ -82,15 +70,6 @@ unzip %{S:0}
 %setup -q -n mingw-w64-v%{version}
 %endif
 
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-
-%patch3 -p0
-pushd mingw-w64-crt
-autoreconf -i --force
-popd
-
 
 %build
 pushd mingw-w64-crt


More information about the scm-commits mailing list