diff --git a/SPECS/python-chardet.spec b/SPECS/python-chardet.spec index 87cf487..ba2b1d5 100644 --- a/SPECS/python-chardet.spec +++ b/SPECS/python-chardet.spec @@ -2,7 +2,7 @@ %global pypi_name chardet Name: python-%{pypi_name} Version: 3.0.4 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Character encoding auto-detection in Python Group: Development/Languages @@ -91,6 +91,10 @@ ln -s chardetect-%{python2_version} $RPM_BUILD_ROOT%{_bindir}/chardetect-2 %changelog +* Wed Apr 03 2019 Tomas Orsava - 3.0.4-10 +- Bumping due to problems with modular RPM upgrade path (#1695587) +- Related: rhbz#1693974 + * Wed Aug 08 2018 Lumír Balhar - 3.0.4-9 - Remove unversioned binaries from python2 subpackage - Resolves: rhbz#1613343