From 267dd5c6f490737706bc357a32b278cb21b0b646 Mon Sep 17 00:00:00 2001 From: Ralf Corsépius Date: Apr 30 2016 17:18:22 +0000 Subject: Rebuild for qhull-2015.2-1. - Reflect qhull_a.h's location having changed. --- diff --git a/python-matplotlib.spec b/python-matplotlib.spec index b8ee577..1c013ec 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -46,7 +46,7 @@ Name: python-matplotlib Version: 1.5.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python 2D plotting library Group: Development/Libraries # qt4_editor backend is MIT @@ -366,6 +366,12 @@ sed -i 's/\(USE_FONTCONFIG = \)False/\1True/' lib/matplotlib/font_manager.py %patch2 -p1 %patch5 -p1 +%if 0%{fedora} > 24 +# Installation paths changed +sed -i -e 's,\"qhull/qhull_a.h\",,' src/qhull_wrap.c +sed -i -e "s|os.path.join(x, 'qhull')|os.path.join(x, 'libqhull')|" setupext.py +%endif + chmod -x lib/matplotlib/mpl-data/images/*.svg %build @@ -554,6 +560,10 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} \ %endif %changelog +* Sat Apr 30 2016 Ralf Corsépius - 1.5.1-4 +- Rebuild for qhull-2015.2-1. +- Reflect qhull_a.h's location having changed. + * Wed Apr 6 2016 Orion Poplawski - 1.5.1-3 - Add requires python-cycler