From f8eda8093ded93058caf17900ef9b165ec91d622 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 01 2018 04:47:31 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/timeline.spec b/timeline.spec index a7682ff..fef42dc 100644 --- a/timeline.spec +++ b/timeline.spec @@ -1,6 +1,6 @@ Name: timeline Version: 1.16.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Displays and navigates events on a timeline License: GPLv3 and CC-BY-SA @@ -12,10 +12,10 @@ BuildArch: noarch BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: python2-devel -Requires: wxPython +Requires: python2-wxpython Requires: python2-markdown -Requires: python-icalendar -Requires: python-svg +Requires: python2-icalendar +Requires: python2-svg Requires: python2-humblewx Requires: hicolor-icon-theme @@ -73,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT %{python2_sitelib}/timelinelib* %changelog +* Thu Feb 01 2018 Iryna Shcherbina - 1.16.0-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jan 18 2018 Igor Gnatenko - 1.16.0-2 - Remove obsolete scriptlets