Rebuilt for IMA sigs, glibc 2.34, aarch64 flags

Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
This commit is contained in:
Mohan Boddu 2021-08-10 00:27:23 +00:00
parent ff62e76df2
commit 2e5619dc25

View File

@ -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 <mboddu@redhat.com> - 0.2.5-6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Mon Aug 01 2021 Bryan Gurney <bgurney@redhat.com> - 0.2.5-5
- Remove check test
- Resolves: rhbz#1988144