From 2363bee100a835147cdab48da4f57652b8a08157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:36 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- pyotherside.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyotherside.spec b/pyotherside.spec index 5b165af..630e2ae 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.0 -Release: 2%{?dist} +Release: 3%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -38,6 +38,9 @@ make INSTALL_ROOT=%{buildroot} install %{_qt5_archdatadir}/qml/io/thp/pyotherside %changelog +* Mon Dec 19 2016 Miro HronĨok - 1.5.0-3 +- Rebuild for Python 3.6 + * Wed Jun 15 2016 Martin Kolman - 1.5.0-2 - add missing pkgconfig(Qt5Svg) dependency