From 172edad3e8fde2400eacbd9a0a4fc0a89dffff2b Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 13 Mar 2018 05:14:01 -0400 Subject: [PATCH] Remove support for Fedora 26. It doesn't appear to be getting built there and adds extra conditionals. --- python-matplotlib.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 8d40e89..a457a85 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -390,7 +390,6 @@ Requires: python3-tkinter # Fedora-specific patches follow: %patch1001 -p1 -%if 0%{?fedora} > 26 || 0%{?rhel} > 7 # Updated test images for FreeType 2.8. gzip -dc %SOURCE1000 | tar xvf - --transform='s~^\([^/]\+\)/~lib/\1/tests/baseline_images/~' %ifarch i686 armv7hl @@ -403,11 +402,6 @@ gzip -dc %SOURCE1000 | tar xvf - --transform='s~^\([^/]\+\)/~lib/\1/tests/baseli %ifarch aarch64 ppc64 ppc64le s390x %patch1005 -p1 %endif -%else -# Small tweaks to tolerances for FreeType 2.7.1. -%patch1002 -p1 -%patch1003 -p1 -%endif %ifarch i686 %patch1004 -p1 %endif