+ libpeas-1.22.0-13
Force disable the Python2 loader, which could still be built by accident (#1736043)
This commit is contained in:
parent
e1e308952e
commit
d841470fc5
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user