From ab00be2ba0145190de124391f54087e0c79624b7 Mon Sep 17 00:00:00 2001 From: pcpa Date: Tue, 2 Apr 2013 13:20:33 -0300 Subject: [PATCH] Make stix-fonts a requires of matplotlib (#928326) --- python-matplotlib.spec | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 51bd2c4..1de0af8 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -17,7 +17,7 @@ Name: python-matplotlib Version: 1.2.0 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Python 2D plotting library Group: Development/Libraries License: Python @@ -56,6 +56,11 @@ Requires: pygtk2 Requires: pyparsing Requires: python-dateutil Requires: pytz +%if 0%{?fedora} >= 18 +BuildRequires: stix-math-fonts +%else +BuildRequires: stix-fonts +%endif %description Matplotlib is a python 2D plotting library which produces publication @@ -132,6 +137,11 @@ Requires: python3-cairo Requires: python3-pyparsing Requires: python3-dateutil Requires: python3-pytz +%if 0%{?fedora} >= 18 +BuildRequires: stix-math-fonts +%else +BuildRequires: stix-fonts +%endif %description -n python3-matplotlib Matplotlib is a python 2D plotting library which produces publication @@ -301,6 +311,9 @@ popd %endif %changelog +* Tue Apr 2 2013 pcpa - 1.2.0-11 +- Make stix-fonts a requires of matplotlib (#928326) + * Thu Mar 28 2013 pcpa - 1.2.0-10 - Use stix fonts avoid problems with missing cm fonts (#908717) - Correct type mismatch in python3 font_manager (#912843, #928326)