diff --git a/mcomix.spec b/mcomix.spec index 4973fbb..11635e3 100644 --- a/mcomix.spec +++ b/mcomix.spec @@ -1,6 +1,6 @@ Name: mcomix Version: 1.2.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: User-friendly, customizable image viewer for comic books Group: Amusements/Graphics @@ -14,17 +14,17 @@ Patch1: mcomix-0.98-gettext-system-install.patch BuildArch: noarch BuildRequires: gettext BuildRequires: pygtk2 -BuildRequires: python-imaging -BuildRequires: python-setuptools +BuildRequires: python2-imaging +BuildRequires: python2-setuptools BuildRequires: python2-devel BuildRequires: %{_bindir}/desktop-file-install BuildRequires: %{_bindir}/appstream-util # The following BR is really needed for gconf2 macros BuildRequires: GConf2 Requires: pygtk2 -Requires: python-imaging -Requires: python-setuptools -Requires: python-subprocess32 +Requires: python2-imaging +Requires: python2-setuptools +Requires: python2-subprocess32 Requires(pre): GConf2 Requires(preun): GConf2 Requires(post): GConf2 @@ -162,6 +162,10 @@ fi %changelog +* Tue Jan 09 2018 Iryna Shcherbina - 1.2.1-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Jul 26 2017 Fedora Release Engineering - 1.2.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild