From 2075908c75c8741c838e54bbaacf18bb0df588a6 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 May 2019 17:49:00 -0400 Subject: [PATCH] import python-chardet-3.0.4-10.module+el8.0.0+2961+596d0223 --- SPECS/python-chardet.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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