From 0c4021912a4f667c6c4647d60d76826d10a78fc6 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 21 2018 05:45:44 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/sugar-read.spec b/sugar-read.spec index 1aea6c2..9483690 100644 --- a/sugar-read.spec +++ b/sugar-read.spec @@ -1,6 +1,6 @@ Name: sugar-read Version: 119 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A document reader for Sugar License: GPLv2+ URL: http://wiki.laptop.org/go/Read @@ -10,13 +10,13 @@ BuildArch: noarch BuildRequires: evince-devel BuildRequires: gettext BuildRequires: gobject-introspection-devel -BuildRequires: python-devel +BuildRequires: python2-devel BuildRequires: sugar-toolkit-gtk3-devel Requires: evince-libs Requires: evince-djvu Requires: gobject-introspection -Requires: python-BeautifulSoup +Requires: python2-beautifulsoup Requires: sugar-toolkit-gtk3 %description @@ -48,6 +48,10 @@ rm %{buildroot}%{_prefix}/share/applications/*.desktop || true %changelog +* Wed Feb 21 2018 Iryna Shcherbina - 119-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 119-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild