diff --git a/python-wcwidth.spec b/python-wcwidth.spec index 3b44110..e6f2241 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -2,7 +2,7 @@ Name: python-%{pypi_name} Version: 0.2.5 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Measures number of Terminal column cells of wide-character codes License: MIT @@ -42,6 +42,10 @@ printable width of a string on a Terminal. %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Tue Aug 10 2021 Mohan Boddu - 0.2.5-6 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Mon Aug 01 2021 Bryan Gurney - 0.2.5-5 - Remove check test - Resolves: rhbz#1988144