From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Fri, 6 Feb 2009 15:16:10 +0000 (+0000) Subject: Downgrade mingw32-filesystem version so it can still build on F-10. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=6a06f8a52c737712bf565cc90456b60769f27419;hp=6d4e585f68371169f00e0984966c4f571e4e3a84;p=fedora-mingw.git Downgrade mingw32-filesystem version so it can still build on F-10. --- diff --git a/gtk-vnc/mingw32-gtk-vnc.spec b/gtk-vnc/mingw32-gtk-vnc.spec index 360de6f..beb2591 100644 --- a/gtk-vnc/mingw32-gtk-vnc.spec +++ b/gtk-vnc/mingw32-gtk-vnc.spec @@ -8,7 +8,7 @@ Name: mingw32-gtk-vnc Version: 0.3.8 -Release: 2%{?dist} +Release: 3%{?dist} Summary: MinGW Windows port of VNC client GTK widget License: LGPLv2+ @@ -19,7 +19,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: mingw32-filesystem >= 46 +BuildRequires: mingw32-filesystem >= 40 BuildRequires: mingw32-gcc BuildRequires: mingw32-binutils @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 6 2009 Richard W.M. Jones - 0.3.8-3 +- Downgrade mingw32-filesystem version so it can still build on F-10. + * Fri Feb 6 2009 Richard W.M. Jones - 0.3.8-2 - Needs mingw32-filesystem with the pkg-config library path fix. - Added optional BRs suggested by auto-buildrequires.