From b470c189c1904f9c34546286a62883a4891c3796 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 23 Jan 2018 02:31:22 -0500 Subject: [PATCH] Also apply tolerance patch for 32-bit systems. --- python-matplotlib.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 290a188..01df64b 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -385,6 +385,10 @@ Requires: python3-tkinter %if %{fedora} > 26 # Updated test images for FreeType 2.8. gzip -dc %SOURCE1000 | tar xvf - --transform='s~^\([^/]\+\)/~lib/\1/tests/baseline_images/~' +%ifarch i686 armv7hl +# Apply this because 32-bit output is a bit off. +%patch1002 -p1 +%endif %else # Small tweaks to tolerances for FreeType 2.7.1. %patch1002 -p1