diff --git a/libmlt.changes b/libmlt.changes index 491f755..491aefb 100644 --- a/libmlt.changes +++ b/libmlt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Nov 5 15:59:42 UTC 2015 - wbauer@tmo.at + +- Build against Qt5 on Leap as well, the included kdenlive 15.08.1 + (which is KF5/Qt5 based) will crash on startup otherwise (boo#930616) + ------------------------------------------------------------------- Fri Aug 7 19:36:26 UTC 2015 - fisiu@opensuse.org diff --git a/libmlt.spec b/libmlt.spec index a486ebe..fe5d99a 100644 --- a/libmlt.spec +++ b/libmlt.spec @@ -47,7 +47,7 @@ Patch2: use-recommended-freetype-include.patch BuildRequires: gcc-c++ BuildRequires: ladspa-devel BuildRequires: pkg-config -%if 0%{?suse_version} > 1320 +%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse}) BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Svg)