Rebuilt for Python 3.8

This commit is contained in:
Miro Hrončok 2019-08-19 10:18:18 +02:00
parent d841470fc5
commit 645979ffc9

View File

@ -12,7 +12,7 @@
Name: libpeas
Version: 1.22.0
Release: 13%{?dist}
Release: 14%{?dist}
Summary: Plug-ins implementation convenience library
License: LGPLv2+
@ -136,6 +136,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/peas-demo/plugins/secondtime/libsecon
%{_datadir}/glade/catalogs/libpeas-gtk.xml
%changelog
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.22.0-14
- Rebuilt for Python 3.8
* Thu Aug 01 2019 Bastien Nocera <bnocera@redhat.com> - 1.22.0-13
+ libpeas-1.22.0-13
- Force disable the Python2 loader, which could still be built by accident (#1736043)