Fix compilation failures
This commit is contained in:
parent
6aa7dbafba
commit
d9b6552139
@ -1,6 +1,6 @@
|
|||||||
Name: python-wcwidth
|
Name: python-wcwidth
|
||||||
Version: 0.2.5
|
Version: 0.2.5
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: A Python library that measures the width of unicode strings rendered to a terminal
|
Summary: A Python library that measures the width of unicode strings rendered to a terminal
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/jquast/wcwidth
|
URL: https://github.com/jquast/wcwidth
|
||||||
@ -44,9 +44,12 @@ string is expected to occupy.
|
|||||||
%files -n python3-wcwidth
|
%files -n python3-wcwidth
|
||||||
%doc README.rst LICENSE
|
%doc README.rst LICENSE
|
||||||
%{python3_sitelib}/wcwidth
|
%{python3_sitelib}/wcwidth
|
||||||
%{python3_sitelib}/wcwidth-%{version}-py?.?.egg-info
|
%{python3_sitelib}/wcwidth-%{version}-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 30 2022 wangkai <wangkai385@huawei.com> - 0.2.5-2
|
||||||
|
- Fix compilation failures
|
||||||
|
|
||||||
* Mon Feb 1 2021 wutao <wutao61@huawei.com> - 0.2.5-1
|
* Mon Feb 1 2021 wutao <wutao61@huawei.com> - 0.2.5-1
|
||||||
- upgrade to 0.2.5
|
- upgrade to 0.2.5
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user