Update to latest release candidate.

This commit is contained in:
Elliott Sales de Andrade
2021-03-11 03:20:23 -05:00
parent 4ed16b6299
commit dbe22df6a2
4 changed files with 7 additions and 74 deletions
+5 -7
View File
@@ -47,8 +47,8 @@
%global ftver 2.10.4
Name: python-matplotlib
Version: 3.4.0~rc1
%global Version 3.4.0rc1
Version: 3.4.0~rc3
%global Version 3.4.0rc3
Release: 1%{?dist}
Summary: Python 2D plotting library
# qt4_editor backend is MIT
@@ -66,8 +66,6 @@ Source1000: https://github.com/QuLogic/mpl-images/archive/v%{mpl_images_vers
Patch1001: 0001-matplotlibrc-path-search-fix.patch
# Increase tolerances for new FreeType everywhere:
Patch1002: 0002-Set-FreeType-version-to-%{ftver}-and-update-tolerances.patch
# https://github.com/matplotlib/matplotlib/pull/19548
Patch0001: 0003-Increase-tolerances-for-other-arches.patch
BuildRequires: gcc
BuildRequires: gcc-c++
@@ -320,9 +318,6 @@ Requires: python3-matplotlib%{?_isa} = %{version}-%{release}
%patch1002 -p1
gzip -dc %SOURCE1000 | tar xf - --transform='s~^mpl-images-%{mpl_images_version}-with-freetype-%{ftver}/\([^/]\+\)/~lib/\1/tests/baseline_images/~'
# Backports
%patch0001 -p1
# Copy setup.cfg to the builddir
cp -p %{SOURCE1} setup.cfg
@@ -468,6 +463,9 @@ PYTHONDONTWRITEBYTECODE=1 \
%changelog
* Thu Mar 11 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.4.0~rc3-1
- Update to latest release candidate
* Fri Feb 19 2021 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 3.4.0~rc1-1
- Update to latest release candidate
- Deprecated python3-matplotlib-qt4 subpackage