From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Sat, 14 Feb 2009 14:53:08 +0000 (+0000) Subject: Missing BR flex. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=1695012bcba20ff476d933424aa312475e279a63;p=fedora-mingw.git Missing BR flex. --- diff --git a/mingw64-gcc/mingw64-gcc-bootstrap.spec b/mingw64-gcc/mingw64-gcc-bootstrap.spec index 2a4b4b9..57d2966 100644 --- a/mingw64-gcc/mingw64-gcc-bootstrap.spec +++ b/mingw64-gcc/mingw64-gcc-bootstrap.spec @@ -7,7 +7,7 @@ Name: mingw64-gcc-bootstrap Version: 4.4.0 -Release: 0.20090206.6%{?dist} +Release: 0.20090206.7%{?dist} Summary: MinGW Windows cross-compiler (GCC) for C License: GPLv2+ @@ -26,6 +26,7 @@ BuildRequires: gmp-devel BuildRequires: mpfr-devel %endif BuildRequires: libgomp +BuildRequires: flex # NB: Explicit mingw64-filesystem dependency is REQUIRED here. Requires: mingw64-filesystem >= 6 @@ -135,7 +136,7 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Wed Feb 11 2009 Richard W.M. Jones - 4.4.0-0.20090206.6 +* Wed Feb 11 2009 Richard W.M. Jones - 4.4.0-0.20090206.7 - Started mingw64 development. * Mon Nov 24 2008 Richard W.M. Jones - 4.3.2-12 diff --git a/mingw64-gcc/mingw64-gcc.spec b/mingw64-gcc/mingw64-gcc.spec index d5ee083..765e7c7 100644 --- a/mingw64-gcc/mingw64-gcc.spec +++ b/mingw64-gcc/mingw64-gcc.spec @@ -4,7 +4,7 @@ Name: mingw64-gcc Version: 4.4.0 -Release: 0.20090206.7%{?dist} +Release: 0.20090206.8%{?dist} Summary: MinGW Windows cross-compiler (GCC) for C License: GPLv2+ @@ -24,6 +24,7 @@ BuildRequires: gmp-devel BuildRequires: mpfr-devel %endif BuildRequires: libgomp +BuildRequires: flex # NB: Explicit mingw64-filesystem dependency is REQUIRED here. Requires: mingw64-filesystem >= 10 @@ -185,6 +186,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Feb 14 2009 Richard W.M. Jones - 4.4.0-0.20090206.8 +- +BR flex. + * Wed Feb 11 2009 Richard W.M. Jones - 4.4.0-0.20090206.7 - Started mingw64 development.