From 97fa4ee80b96b7d597cecf28db22efbec96349ef Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mar 19 2018 09:09:08 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/octave-symbolic.spec b/octave-symbolic.spec index 78640af..23a6008 100644 --- a/octave-symbolic.spec +++ b/octave-symbolic.spec @@ -2,7 +2,7 @@ Name: octave-%{octpkg} Version: 2.6.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Symbolic computations for Octave Group: Applications/Engineering License: GPLv3+ @@ -12,13 +12,13 @@ Source0: https://downloads.sourceforge.net/octave/%{octpkg}-%{version}.ta BuildArch: noarch BuildRequires: octave-devel BuildRequires: octave-doctest >= 0.5.0 -BuildRequires: python -BuildRequires: sympy >= 1.0 +BuildRequires: python2 +BuildRequires: python2-sympy >= 1.0 Requires: octave(api) = %{octave_api} Requires(post): octave Requires(postun): octave -Requires: sympy >= 1.0 +Requires: python2-sympy >= 1.0 %description @@ -75,6 +75,10 @@ popd %changelog +* Mon Mar 19 2018 Iryna Shcherbina - 2.6.0-6 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Feb 08 2018 Fedora Release Engineering - 2.6.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild