From f66a2c5136220474ab3878f4884405841f50fc65 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 14 2018 16:09:55 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/chm2pdf.spec b/chm2pdf.spec index 59a321c..5b21b24 100644 --- a/chm2pdf.spec +++ b/chm2pdf.spec @@ -2,7 +2,7 @@ Name: chm2pdf Version: 0.9.1 -Release: 21%{?dist} +Release: 22%{?dist} Summary: A tool to convert CHM files to PDF files Group: Applications/Publishing License: GPLv2+ @@ -10,8 +10,8 @@ URL: http://code.google.com/p/chm2pdf/ Source: http://chm2pdf.googlecode.com/files/chm2pdf-%{version}.tar.gz BuildArch: noarch -BuildRequires: python-devel -Requires: python >= 2.5, python-chm, htmldoc +BuildRequires: python2-devel +Requires: python2 >= 2.5, python2-chm, htmldoc Patch1: chm2pdf_insecure_tempdirs.patch # https://code.google.com/p/chm2pdf/issues/detail?id=3 Patch2: chm2pdf-0.9.1_space.patch @@ -42,6 +42,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 14 2018 Iryna Shcherbina - 0.9.1-22 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Feb 07 2018 Fedora Release Engineering - 0.9.1-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild