From 4965b4db271e952b21124e548f2ffd7d06352408 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Aug 05 2021 18:48:15 +0000 Subject: add explicit x11/wayland subpackage requires for the gtk3 and qt5 components (bz1990607) --- diff --git a/gambas3.spec b/gambas3.spec index 1674992..0019f1d 100644 --- a/gambas3.spec +++ b/gambas3.spec @@ -8,7 +8,7 @@ Name: gambas3 Summary: IDE based on a basic interpreter with object extensions Version: 3.16.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL+ URL: http://gambas.sourceforge.net/ Source0: https://gitlab.com/gambas/gambas/-/archive/%{version}/gambas-%{version}.tar.bz2 @@ -429,6 +429,10 @@ Requires: %{name}-gb-opengl = %{version}-%{release} Summary: Gambas3 component package for gtk3 Requires: %{name}-runtime = %{version}-%{release} Requires: %{name}-gb-image = %{version}-%{release} +# Technically, you do not need both of these, only one, but since we have no way to know +# which one you need, we just require both. +Requires: %{name}-gb-gtk3-wayland +Requires: %{name}-gb-gtk3-x11 %description gb-gtk3 %{summary}. @@ -746,6 +750,10 @@ Requires: %{name}-gb-qt4 = %{version}-%{release} Summary: Gambas3 component package for qt5 Requires: %{name}-runtime = %{version}-%{release} Requires: %{name}-gb-image = %{version}-%{release} +# Technically, you do not need both of these, only one, but since we have no way to know +# which one you need, we just require both. +Requires: %{name}-gb-qt5-wayland +Requires: %{name}-gb-qt5-x11 %description gb-qt5 %{summary} @@ -1717,6 +1725,9 @@ install -m 0644 -p main/mime/application-x-gambas3.xml %{buildroot}%{_datadir}/m %{_datadir}/%{name}/info/gb.xml.xslt.* %changelog +* Thu Aug 5 2021 Tom Callaway - 3.16.2-3 +- add explicit x11/wayland subpackage requires for the gtk3 and qt5 components (bz1990607) + * Mon Aug 2 2021 Tom Callaway - 3.16.2-2 - rebuild for poppler