From 75bd8a58fc754549b02703b4d3faa0ccc76ee8bf Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 21 2018 05:20:37 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/sugar-implode.spec b/sugar-implode.spec index 72f77c7..9455b79 100644 --- a/sugar-implode.spec +++ b/sugar-implode.spec @@ -2,7 +2,7 @@ Name: sugar-%{shortname} Version: 18 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Implode for Sugar License: GPLv2+ URL: http://wiki.sugarlabs.org/go/Activities/Implode @@ -10,10 +10,10 @@ Source0: http://download.sugarlabs.org/sources/honey/Implode/Implode-%{ve BuildArch: noarch BuildRequires: gettext -BuildRequires: python +BuildRequires: python2 BuildRequires: sugar-toolkit-gtk3 Requires: sugar -Requires: python-olpcgames +Requires: python2-olpcgames %description Implode is a logic game based on the "falling block" model of Tetris. The game @@ -49,6 +49,10 @@ done %{sugaractivitydir}/Implode.activity/ %changelog +* Wed Feb 21 2018 Iryna Shcherbina - 18-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild