comps-f17.xml.in comps-f18.xml.in

Kalev Lember kalev at fedoraproject.org
Fri Mar 2 08:39:40 UTC 2012


 comps-f17.xml.in |    4 ++--
 comps-f18.xml.in |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 32e2904f3906bf65cf6f77f74f6cb3d471757d05
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri Mar 2 10:33:42 2012 +0200

    Update the mingw toolchain package names for f17 and f18
    
    Replaced mingw32-runtime and mingw32-w32api with mingw32-crt and
    mingw32-headers, respectively.

diff --git a/comps-f17.xml.in b/comps-f17.xml.in
index 748b7ef..35fb520 100644
--- a/comps-f17.xml.in
+++ b/comps-f17.xml.in
@@ -4531,10 +4531,10 @@
     <uservisible>true</uservisible>
     <packagelist>
       <packagereq type="mandatory">mingw32-binutils</packagereq>
+      <packagereq type="mandatory">mingw32-crt</packagereq>
       <packagereq type="mandatory">mingw32-filesystem</packagereq>
       <packagereq type="mandatory">mingw32-gcc</packagereq>
-      <packagereq type="mandatory">mingw32-runtime</packagereq>
-      <packagereq type="mandatory">mingw32-w32api</packagereq>
+      <packagereq type="mandatory">mingw32-headers</packagereq>
       <packagereq type="conditional" requires="mingw32-nsis">mingw32-nsiswrapper</packagereq>
       <packagereq type="default">mingw32-crossreport</packagereq>
       <packagereq type="default">mingw32-nsis</packagereq>
diff --git a/comps-f18.xml.in b/comps-f18.xml.in
index 64c8e81..8a0bac4 100644
--- a/comps-f18.xml.in
+++ b/comps-f18.xml.in
@@ -3988,10 +3988,10 @@
     <uservisible>true</uservisible>
     <packagelist>
       <packagereq type="mandatory">mingw32-binutils</packagereq>
+      <packagereq type="mandatory">mingw32-crt</packagereq>
       <packagereq type="mandatory">mingw32-filesystem</packagereq>
       <packagereq type="mandatory">mingw32-gcc</packagereq>
-      <packagereq type="mandatory">mingw32-runtime</packagereq>
-      <packagereq type="mandatory">mingw32-w32api</packagereq>
+      <packagereq type="mandatory">mingw32-headers</packagereq>
       <packagereq type="conditional" requires="mingw32-nsis">mingw32-nsiswrapper</packagereq>
       <packagereq type="default">mingw32-crossreport</packagereq>
       <packagereq type="default">mingw32-nsis</packagereq>




More information about the scm-commits mailing list