Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-22 22:55:10 +02:00
parent 6f45b54ec3
commit 9796d002ef

View File

@ -14,7 +14,7 @@
Name: libcomps Name: libcomps
Version: 0.1.15 Version: 0.1.15
Release: 1%{?dist} Release: 2%{?dist}
Summary: Comps XML file manipulation library Summary: Comps XML file manipulation library
License: GPLv2+ License: GPLv2+
@ -192,6 +192,9 @@ popd
%endif %endif
%changelog %changelog
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 0.1.15-2
- Rebuilt for Python 3.9
* Wed Apr 01 2020 Ales Matej <amatej@redhat.com> - 0.1.15-1 * Wed Apr 01 2020 Ales Matej <amatej@redhat.com> - 0.1.15-1
- Update to 0.1.15 - Update to 0.1.15
- Do not skip type=mandatory in xml output (RhBug:1771224) - Do not skip type=mandatory in xml output (RhBug:1771224)