From 1dbe5b44ad7ee986430ea5c9e082efabe01cefc5 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Sat, 5 Mar 2022 14:58:54 +0800 Subject: [PATCH] enable debuginfo (cherry picked from commit 586219546b83c8bc15afd969e4865b0c00433ba0) --- python-matplotlib.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 6ac8ae6..0419f18 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -1,7 +1,6 @@ -%global debug_package %{nil} Name: python-matplotlib Version: 3.4.3 -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 @@ -163,6 +162,9 @@ mv %{buildroot}%{python3_sitearch}/matplotlib/mpl-data %{buildroot}%{_datadir}/m %{python3_sitearch}/matplotlib/backends/{tkagg.*,__pycache__/tkagg.*,_tkagg.*} %changelog +* Sat Mar 05 2022 chenchen - 3.4.3-2 +- enable debuginfo + * Fri Jan 28 2022 SimpleUpdate Robot - 3.4.3-1 - Upgrade to version 3.4.3 -- Gitee