From dab268033e8aea39b7fc70b3a394236381a7e269 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Fri, 31 Jan 2020 11:21:47 -0500 Subject: [PATCH] Update wx-config error message when wxGTK3-devel is missing (#1795500) --- wx-config | 2 +- wxGTK3.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/wx-config b/wx-config index 175fdbd..e8b65d6 100644 --- a/wx-config +++ b/wx-config @@ -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 diff --git a/wxGTK3.spec b/wxGTK3.spec index 1bf871c..7a1e74f 100644 --- a/wxGTK3.spec +++ b/wxGTK3.spec @@ -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 - 3.0.4-14 +- Update wx-config error message when wxGTK3-devel is missing (#1795500) + * Fri Jan 31 2020 Fedora Release Engineering - 3.0.4-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild