diff --git a/autokey.spec b/autokey.spec index 87be61c..5036475 100644 --- a/autokey.spec +++ b/autokey.spec @@ -1,5 +1,5 @@ Name: autokey -Version: 0.95.4 +Version: 0.95.4-1 Release: 0%{?dist} Summary: Desktop automation utility @@ -50,6 +50,7 @@ This package contains the GTK+ front end for autokey %package qt Summary: AutoKey QT front end Group: Applications/Productivity +Requires: python3-qscintilla-qt5 Requires: python3-qscintilla Requires: python3-qt5 Requires: autokey-common = %{version}-%{release} @@ -112,6 +113,9 @@ sed -i 's/python3-xlib/python-xlib/' %{buildroot}%{python3_sitelib}/%{name}-%{ve %changelog +* Mon Dec 10 2018 Raghu Udiyar - 0.95.4-1 +- Fix missing qsci dependency for QT + * Mon Dec 10 2018 Raghu Udiyar - 0.95.4 - Update to latest bugfix 0.95.4 to fix (#1646812) - Remove qt5 requires (#1607903)