diff --git a/maliit-framework.spec b/maliit-framework.spec index 9fc6a55..51c4ea5 100644 --- a/maliit-framework.spec +++ b/maliit-framework.spec @@ -1,6 +1,6 @@ Name: maliit-framework Version: 2.0.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Input method framework License: LGPLv2 @@ -47,6 +47,7 @@ Summary: Input method module for Qt 5 based on Maliit framework # libQt5WaylandClient.so.5(Qt_5.15.2_PRIVATE_API)(64bit) BuildRequires: qt5-qtbase-private-devel #libQt5Core.so.5(Qt_5_PRIVATE_API)(64bit) +Obsoletes: maliit-plugins < 2.0.0 %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} Requires: %{name}%{?_isa} = %{version}-%{release} @@ -137,6 +138,9 @@ This package contains tests and examples for %{name}. %changelog +* Wed Aug 11 2021 Rex Dieter - 2.0.0-4 +- -qt5: Obsoletes: maliit-plugins (#1992368) + * Mon Aug 02 2021 Rex Dieter - 2.0.0-3 - -qt5: move libmaliit-plugins, private qt5 deps, here - drop explicit BR: make (pulled in by cmake)