From d6d7154378c21857cf61ccef934c98151587d671 Mon Sep 17 00:00:00 2001 From: Erik van Pienbroek Date: Tue, 14 May 2013 20:03:32 +0200 Subject: [PATCH] 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 --- mingw-filesystem.spec | 3 +++ mingw-find-requires.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/mingw-filesystem.spec b/mingw-filesystem.spec index 5688848..4d76329 100644 --- a/mingw-filesystem.spec +++ b/mingw-filesystem.spec @@ -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 - 97-3 - Remove %%config from %%{_sysconfdir}/rpm/macros.* diff --git a/mingw-find-requires.sh b/mingw-find-requires.sh index 4837b66..84686c1 100755 --- a/mingw-find-requires.sh +++ b/mingw-find-requires.sh @@ -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