From c94585cee3ed984d6a777be0ebe412be5afdb679 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 07 2018 06:21:27 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/pkpgcounter.spec b/pkpgcounter.spec index 0cb6db3..481722c 100644 --- a/pkpgcounter.spec +++ b/pkpgcounter.spec @@ -1,7 +1,7 @@ Summary: Computes number of pages or quantity of ink needed to print documents Name: pkpgcounter Version: 3.50 -Release: 12%{?dist} +Release: 13%{?dist} License: GPLv3+ Group: Applications/System URL: http://www.pykota.com/software/pkpgcounter @@ -10,8 +10,8 @@ Patch0: pkpgcounter-postscript-multiple-copies.patch BuildArch: noarch BuildRequires: python2-devel -BuildRequires: python-imaging -Requires: python-imaging +BuildRequires: python2-imaging +Requires: python2-imaging Requires: ghostscript %description @@ -58,6 +58,10 @@ rm -rf %{buildroot}%{_docdir}/pkpgcounter %{_mandir}/man1/pkpgcounter.1.gz %changelog +* Wed Feb 07 2018 Iryna Shcherbina - 3.50-13 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 3.50-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild