From cbb0404fd739c9d793b072b7c1419998cd3827c3 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Apr 17 2018 13:14:03 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/asymptote.spec b/asymptote.spec index dbf5167..3ab49a3 100644 --- a/asymptote.spec +++ b/asymptote.spec @@ -2,7 +2,7 @@ Name: asymptote Version: 2.44 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Descriptive vector graphics language Group: Applications/Publishing License: LGPLv3+ @@ -54,8 +54,8 @@ Provides: xemacs-%{name}-el = %{version}-%{release} Obsoletes: xemacs-%{name}-el <= 2.35 Requires: tex(latex) -Requires: tkinter -Requires: python-imaging-tk +Requires: python2-tkinter +Requires: python2-imaging-tk # for /usr/bin/texhash and /sbin/install-info Requires(post): texlive-kpathsea-bin, tex-kpathsea, info Requires(postun): texlive-kpathsea-bin, tex-kpathsea, info @@ -176,6 +176,10 @@ fi %{_xemacs_sitelispdir}/%{name}/*.el %changelog +* Tue Apr 17 2018 Iryna Shcherbina - 2.44-2 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Mon Apr 16 2018 Tom Callaway - 2.44-1 - update to 2.44