diff --git a/ibus-anthy.spec b/ibus-anthy.spec index c16bdbe..7914308 100644 --- a/ibus-anthy.spec +++ b/ibus-anthy.spec @@ -22,7 +22,7 @@ Name: ibus-anthy Version: 1.5.9 -Release: 6%{?dist} +Release: 7%{?dist} Summary: The Anthy engine for IBus input platform License: GPLv2+ Group: System Environment/Libraries @@ -46,13 +46,13 @@ BuildRequires: python3-devel BuildRequires: python3-gobject %else BuildRequires: python2-devel -BuildRequires: pygobject3-base +BuildRequires: python2-gobject-base %endif Requires: ibus >= %{require_ibus_version} Requires: kasumi Requires: anthy -Requires: %{name}-python = %{version}-%{release} +Requires: python2-%{name} = %{version}-%{release} %description The Anthy engine for IBus platform. It provides Japanese input method from @@ -68,8 +68,8 @@ Requires: gtk3 Requires: python3-cairo Requires: python3-gobject %else -Requires: pycairo -Requires: pygobject3 +Requires: python2-cairo +Requires: python2-gobject %endif %description python @@ -164,6 +164,10 @@ touch --no-create %{_datadir}/icons/hicolor || : %{_libdir}/libanthygobject-%{sub_version}.so %changelog +* Tue Feb 20 2018 Iryna Shcherbina - 1.5.9-7 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Feb 07 2018 Fedora Release Engineering - 1.5.9-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild