+ libpeas-1.22.0-13

Force disable the Python2 loader, which could still be built by accident (#1736043)
This commit is contained in:
Bastien Nocera 2019-08-01 17:28:47 +02:00
parent e1e308952e
commit d841470fc5

View File

@ -12,7 +12,7 @@
Name: libpeas
Version: 1.22.0
Release: 12%{?dist}
Release: 13%{?dist}
Summary: Plug-ins implementation convenience library
License: LGPLv2+
@ -79,7 +79,7 @@ that are needed to write applications that use libpeas.
autoreconf -fi
%build
%configure --disable-silent-rules
%configure --disable-silent-rules --disable-python2
%make_build
%install
@ -136,6 +136,10 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/peas-demo/plugins/secondtime/libsecon
%{_datadir}/glade/catalogs/libpeas-gtk.xml
%changelog
* 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)
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.22.0-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild