From 886c137f302cecf9c3cf7b66591803ec42844ed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Wed, 25 Jan 2017 16:54:58 +0100 Subject: [PATCH] - Apply the 'aarch64' test tolerance patch on s390(x) also --- python-matplotlib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index fcc4ace..8ccbe0d 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -55,7 +55,7 @@ Name: python-matplotlib Version: 2.0.0 -Release: 1%{?rctag:.%{rctag}}%{?dist} +Release: 2%{?rctag:.%{rctag}}%{?dist} Summary: Python 2D plotting library Group: Development/Libraries # qt4_editor backend is MIT @@ -416,7 +416,7 @@ sed -i 's/\(USE_FONTCONFIG = \)False/\1True/' lib/matplotlib/font_manager.py %patch9 -p1 -b .qh %endif %patch10 -p1 -b .tests -%ifarch aarch64 %{power64} +%ifarch aarch64 %{power64} s390 s390x %patch11 -p1 -b .tests-aarch64ppc64 %endif %ifarch i686 @@ -620,6 +620,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} \ %endif %changelog +* Wed Jan 25 2017 Dan HorĂ¡k - 2.0.0-2 +- Apply the 'aarch64' test tolerance patch on s390(x) also + * Fri Jan 20 2017 Orion Poplawski - 2.0.0-1 - Update to 2.0.0 final