From 64a2aa0bfcfe1297ad6ada3bda1fa613d3f8867e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Mar 2018 12:28:24 -0600 Subject: [PATCH] -devel: Requires: gcc-c++ qmake-based projects default to using gcc-c++, and since these are largely legacy apps/packages, let's minimize churn by adding the dep here --- qt.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/qt.spec b/qt.spec index 7e4ffa7..9251801 100644 --- a/qt.spec +++ b/qt.spec @@ -40,7 +40,7 @@ Summary: Qt toolkit Name: qt Epoch: 1 Version: 4.8.7 -Release: 37%{?dist} +Release: 38%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: (LGPLv2 with exceptions or GPLv3 with exceptions) and ASL 2.0 and BSD and FTL and MIT @@ -437,6 +437,12 @@ Group: Development/Libraries Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: %{name}-x11%{?_isa} Requires: %{name}-sqlite%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +# qmake defaults, could also consider something like: +# Requires: (gcc-c++ if redhat-rpm-config +# or +# Recommends: gcc-c++ +# or a combination of the 2 +Requires: gcc-c++ Requires: %{gl_deps} Requires: %{x_deps} Requires: pkgconfig @@ -1390,6 +1396,9 @@ fi %changelog +* Wed Mar 07 2018 Rex Dieter - 1:4.8.7-38 +- -devel: Requires: gcc-c++ + * Tue Feb 20 2018 Rex Dieter - 1:4.8.7-37 - BR: gcc-c++, use %%license, .spec cosmetics