From 105afefe5c2ad530b9cc5156fa0a0466e8892bf3 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mar 13 2018 20:28:10 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-cairocffi.spec b/python-cairocffi.spec index 219bda8..9c98c8a 100644 --- a/python-cairocffi.spec +++ b/python-cairocffi.spec @@ -6,14 +6,14 @@ Name: python-cairocffi Version: 0.7.2 -Release: 11%{?dist} +Release: 12%{?dist} Summary: cffi-based cairo bindings for Python License: BSD URL: https://pypi.python.org/pypi/cairocffi/ Source0: https://github.com/SimonSapin/cairocffi/archive/v%{version}.tar.gz BuildArch: noarch -BuildRequires: python2-devel python-setuptools python-sphinx python-cffi python-xcffib +BuildRequires: python2-devel python2-setuptools python2-sphinx python2-cffi python2-xcffib %if 0%{?with_python3} BuildRequires: python3-devel python3-setuptools python3-cffi python3-xcffib %endif # if with_python3 @@ -28,7 +28,7 @@ image buffers, PNG, PostScript, PDF, and SVG file output. %package -n python2-cairocffi Summary: %summary -Requires: python-cffi cairo +Requires: python2-cffi cairo %if 0%{?fedora} > 13 || 0%{?rhel} > 6 Requires: gdk-pixbuf2 %endif @@ -91,6 +91,10 @@ popd %endif # with_python3 %changelog +* Tue Mar 13 2018 Iryna Shcherbina - 0.7.2-12 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 0.7.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild