From 86d4870e05270e0270d768832733f6790f80ab8c Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Wed, 10 May 2023 16:45:08 +0800 Subject: [PATCH] Fix the version cannot be detected --- python-matplotlib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 0649e14..aae407d 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -1,6 +1,6 @@ Name: python-matplotlib Version: 3.7.1 -Release: 1 +Release: 2 Summary: A comprehensive library for creating static, animated, and interactive visualizations License: Python and MIT and OFL-1.1 and Public Domain URL: https://github.com/matplotlib/matplotlib @@ -11,7 +11,7 @@ Source1000: https://github.com/QuLogic/mpl-images/archive/v3.7.1-with-freety Patch0001: 0001-matplotlibrc-path-search-fix.patch Patch0002: 0002-Set-FreeType-version-to-2.12.1-and-update-tolerances.patch BuildRequires: freetype-devel libpng-devel qhull-devel texlive-cm xorg-x11-server-Xvfb zlib-devel -BuildRequires: python3-certifi python3-pybind11 gcc-c++ +BuildRequires: python3-certifi python3-pybind11 gcc-c++ python3-setuptools_scm %description @@ -147,6 +147,9 @@ mv %{buildroot}%{python3_sitearch}/matplotlib/mpl-data %{buildroot}%{_datadir}/m %{python3_sitearch}/matplotlib/backends/{tkagg.*,__pycache__/tkagg.*,_tkagg.*} %changelog +* Wed May 10 2023 wulei - 3.7.1-2 +- Fix the version cannot be detected + * Fri Apr 14 2023 wulei - 3.7.1-1 - Upgrade package to version 3.7.1 -- Gitee