Bumped the minimum required version of mingw{32,64}-filesystem to >= 95

Bumped the minimum required version of mingw{32,64}-filesystem
to >= 95 in built mingw packages as this is the first version of
which was introduced in Fedora with a stable interface
This commit is contained in:
Erik van Pienbroek 2013-05-14 20:03:32 +02:00
parent ba334114c1
commit d6d7154378
2 changed files with 4 additions and 1 deletions

View File

@ -258,6 +258,9 @@ install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mingw/
- Fixes compilation of mingw-gtk3 3.9.0 (GNOME BZ #699690)
- Automatically add R: mingw{32,64}-pkg-config tags when .pc files
are detected while building mingw packages
- Bumped the minimum required version of mingw{32,64}-filesystem
to >= 95 in built mingw packages as this is the first version of
which was introduced in Fedora with a stable interface
* Thu Feb 28 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 97-3
- Remove %%config from %%{_sysconfdir}/rpm/macros.*

View File

@ -32,7 +32,7 @@ for target in $targets; do
# Add a dependency on filesystem and crt if necessary
if [ $dll_found = true ]; then
echo "${target}-filesystem >= 83"
echo "${target}-filesystem >= 95"
echo "${target}-crt"
fi