From 645979ffc9fa290eae945afb9b0bda13bf240cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Aug 2019 10:18:18 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- libpeas.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libpeas.spec b/libpeas.spec index 3146044..2113284 100644 --- a/libpeas.spec +++ b/libpeas.spec @@ -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 - 1.22.0-14 +- Rebuilt for Python 3.8 + * Thu Aug 01 2019 Bastien Nocera - 1.22.0-13 + libpeas-1.22.0-13 - Force disable the Python2 loader, which could still be built by accident (#1736043)