Update wx-config error message when wxGTK3-devel is missing (#1795500)

epel9
Scott Talbert 5 years ago
parent b6ad472238
commit dab268033e

@ -46,6 +46,6 @@ fi
if [ -x $wxconfig ]; then
exec $wxconfig $@
else
echo "wxWidgets3-devel isn't installed for architecture '$arch'"
echo "wxGTK3-devel isn't installed for architecture '$arch'"
exit 9
fi

@ -18,7 +18,7 @@
Name: %{wxgtkname}
Version: 3.0.4
Release: 13%{?snapshottag}%{?dist}
Release: 14%{?snapshottag}%{?dist}
Summary: GTK port of the wxWidgets GUI library
License: wxWidgets
URL: https://www.wxwidgets.org/
@ -442,6 +442,9 @@ fi
%doc html
%changelog
* Fri Jan 31 2020 Scott Talbert <swt@techie.net> - 3.0.4-14
- Update wx-config error message when wxGTK3-devel is missing (#1795500)
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

Loading…
Cancel
Save