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:
parent
ba334114c1
commit
d6d7154378
@ -258,6 +258,9 @@ install -m 0644 %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/mingw/
|
|||||||
- Fixes compilation of mingw-gtk3 3.9.0 (GNOME BZ #699690)
|
- Fixes compilation of mingw-gtk3 3.9.0 (GNOME BZ #699690)
|
||||||
- Automatically add R: mingw{32,64}-pkg-config tags when .pc files
|
- Automatically add R: mingw{32,64}-pkg-config tags when .pc files
|
||||||
are detected while building mingw packages
|
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
|
* Thu Feb 28 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 97-3
|
||||||
- Remove %%config from %%{_sysconfdir}/rpm/macros.*
|
- Remove %%config from %%{_sysconfdir}/rpm/macros.*
|
||||||
|
@ -32,7 +32,7 @@ for target in $targets; do
|
|||||||
|
|
||||||
# Add a dependency on filesystem and crt if necessary
|
# Add a dependency on filesystem and crt if necessary
|
||||||
if [ $dll_found = true ]; then
|
if [ $dll_found = true ]; then
|
||||||
echo "${target}-filesystem >= 83"
|
echo "${target}-filesystem >= 95"
|
||||||
echo "${target}-crt"
|
echo "${target}-crt"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user