From 6acab14f0c8ce2ecfa46a489f368c2bf770c2e08 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 21 2018 05:55:17 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/sugar-view-slides.spec b/sugar-view-slides.spec index 2b13179..0dfc758 100644 --- a/sugar-view-slides.spec +++ b/sugar-view-slides.spec @@ -1,6 +1,6 @@ Name: sugar-view-slides Version: 8 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Image serie viewer for Sugar Group: Sugar/Activities @@ -9,13 +9,13 @@ URL: http://wiki.laptop.org/go/View_Slides Source0: http://download.sugarlabs.org/sources/honey/ViewSlides/ViewSlides-%{version}.tar.bz2 BuildArch: noarch -BuildRequires: python +BuildRequires: python2 BuildRequires: sugar-toolkit BuildRequires: gettext Requires: sugar Requires: sugar-toolkit -Requires: pygame +Requires: python2-pygame %description @@ -50,6 +50,10 @@ chmod +x xopower.py %changelog +* Wed Feb 21 2018 Iryna Shcherbina - 8-18 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 8-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild