From d9b655213914eb0c891510ef71315270da614ea6 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Wed, 30 Mar 2022 19:07:21 +0800 Subject: [PATCH] Fix compilation failures --- python-wcwidth.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-wcwidth.spec b/python-wcwidth.spec index ffebf41..8e41d75 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -1,6 +1,6 @@ Name: python-wcwidth Version: 0.2.5 -Release: 1 +Release: 2 Summary: A Python library that measures the width of unicode strings rendered to a terminal License: MIT URL: https://github.com/jquast/wcwidth @@ -44,9 +44,12 @@ string is expected to occupy. %files -n python3-wcwidth %doc README.rst LICENSE %{python3_sitelib}/wcwidth -%{python3_sitelib}/wcwidth-%{version}-py?.?.egg-info +%{python3_sitelib}/wcwidth-%{version}-py%{python3_version}.egg-info %changelog +* Wed Mar 30 2022 wangkai - 0.2.5-2 +- Fix compilation failures + * Mon Feb 1 2021 wutao - 0.2.5-1 - upgrade to 0.2.5