From c38f474bab8ffc98e6b2f9d761dd209590c432a4 Mon Sep 17 00:00:00 2001 From: Sérgio M. Basto Date: May 07 2019 19:27:23 +0000 Subject: Flowblade requires python2-mlt until version 2.4, 2.4 will be the first Python3 supporting version https://github.com/jliljebl/flowblade/issues/597 --- diff --git a/mlt.spec b/mlt.spec index d5d8336..2fdb5d4 100644 --- a/mlt.spec +++ b/mlt.spec @@ -1,7 +1,7 @@ %bcond_without ruby %bcond_without php %bcond_with freeworld -%if 0%{?fedora} >= 30 +%if 0%{?fedora} >= 32 %bcond_without python3 %else %bcond_with python3 @@ -16,7 +16,7 @@ Name: mlt Version: 6.14.0 -Release: 1%{?gver}%{?dist} +Release: 2%{?gver}%{?dist} Summary: Toolkit for broadcasters, video editors, media players, transcoders # mlt/src/win32/fnmatch.{c,h} are BSD-licensed. @@ -276,6 +276,10 @@ test "$(pkg-config --modversion mlt++)" = "%{version}" %changelog +* Tue May 07 2019 Sérgio Basto - 6.14.0-2 +- Flowblade requires python2-mlt until version 2.4, 2.4 will be the first + Python3 supporting version https://github.com/jliljebl/flowblade/issues/597 + * Sun Apr 28 2019 Sérgio Basto - 6.14.0-1 - Update to 6.14.0 and switch to python3 on F30+