diff --git a/python-lxml.spec b/python-lxml.spec index a4908fa..9e91718 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 4.7.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: XML processing library combining libxml2/libxslt with the ElementTree API # The lxml project is licensed under BSD @@ -65,6 +65,9 @@ cp -a build/lib.%{python3_platform}-*/* src/ %{python3_sitearch}/%{modname}-*.egg-info/ %changelog +* Fri Jul 22 2022 Fedora Release Engineering - 4.7.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Wed Jun 22 2022 Charalampos Stratakis - 4.7.1-4 - Fix FTBFS with setuptools >= 62.1 - Resolves: rhbz#2097102