From 514b58abc8fcc0f3a91f2e366507a5f57d172b86 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 25 Jun 2019 15:12:36 -0500 Subject: [PATCH] rebuild (qt5) --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index f25e886..cf0b7d5 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.8 -Release: 1%{?dist} +Release: 2%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -43,6 +43,9 @@ make INSTALL_ROOT=%{buildroot} install %exclude %{_qt5_prefix}/tests/qtquicktests %changelog +* Tue Jun 25 2019 Rex Dieter - 1.5.8-2 +- rebuild (qt5) + * Wed Jun 19 2019 Martin Kolman - 1.5.8-1 - Update to 1.5.8 - this should fix build issues with Python 3.8