diff --git a/python-wcwidth.spec b/python-wcwidth.spec index 3a001d8..7e07e7a 100644 --- a/python-wcwidth.spec +++ b/python-wcwidth.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 0.2.6 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Measures number of Terminal column cells of wide-character codes License: MIT @@ -52,6 +52,10 @@ printable width of a string on a Terminal. %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog +* Tue Oct 29 2024 Troy Dawson - 0.2.6-6 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Wed Sep 25 2024 Bryan Gurney - 0.2.6-5 - Add gating test - Resolves: RHEL-59856