From 6c4dc81c290d53052470f931be72f11edaed6fec Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 05 2018 04:07:00 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/winpdb.spec b/winpdb.spec index a606412..71b085d 100644 --- a/winpdb.spec +++ b/winpdb.spec @@ -2,7 +2,7 @@ Name: winpdb Version: 1.4.8 -Release: 14%{?dist} +Release: 15%{?dist} Summary: An advanced python debugger Group: Development/Debuggers License: GPLv2+ @@ -16,7 +16,7 @@ Patch1: https://sources.debian.net/data/main/w/winpdb/1.4.8-2.1/debian/patches/ Patch2: winpdb-1.4.8-issue19-fix.patch BuildArch: noarch BuildRequires: python2-devel, wxPython-devel >= 2.6, desktop-file-utils -Requires: python-crypto, wxPython >= 2.6 +Requires: python2-crypto, python2-wxpython >= 2.6 %description Winpdb is an advanced python debugger, with support for smart breakpoints, @@ -55,6 +55,10 @@ chmod +x $RPM_BUILD_ROOT%{python_sitelib}/rpdb2.py $RPM_BUILD_ROOT%{python_sitel %{_datadir}/pixmaps/%{name}.png %changelog +* Mon Feb 05 2018 Iryna Shcherbina - 1.4.8-15 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 1.4.8-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild