diff --git a/SPECS/python-lxml.spec b/SPECS/python-lxml.spec index 8365887..d89d00a 100644 --- a/SPECS/python-lxml.spec +++ b/SPECS/python-lxml.spec @@ -11,7 +11,7 @@ Name: python-%{modname} Version: 4.2.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: XML processing library combining libxml2/libxslt with the ElementTree API License: BSD @@ -109,6 +109,10 @@ export WITH_CYTHON=true %changelog +* Wed Apr 03 2019 Tomas Orsava - 4.2.3-3 +- Bumping due to problems with modular RPM upgrade path (#1695587) +- Related: rhbz#1693974 + * Sun Oct 14 2018 Tomas Orsava - 4.2.3-2 - Conditionalize the python3 subpackage - Resolves: rhbz#1638698