Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 15:09:13 +02:00 committed by Tomáš Hrnčiar
parent 53f2352b25
commit 8001171eea

View File

@ -1,6 +1,6 @@
Name: libxml2
Version: 2.9.14
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library providing XML and HTML support
License: MIT
@ -138,6 +138,9 @@ gzip -9 -c doc/libxml2-api.xml > doc/libxml2-api.xml.gz
%{python3_sitearch}/libxml2mod.so
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.9.14-2
- Rebuilt for Python 3.11
* Mon May 02 2022 David King <amigadave@amigadave.com> - 2.9.14-1
- Update to 2.9.14 (#2080961)