commit a0b2d2b6db39280fc167d78159e9896f368c5a2f
Author: FeRD (Frank Dana) <ferdnyc(a)gmail.com>
Date: Fri Feb 14 13:39:56 2020 -0500
SWIG 3.0+ is required
libopenshot.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/libopenshot.spec b/libopenshot.spec
index 49e0232..ba272c3 100644
--- a/libopenshot.spec
+++ b/libopenshot.spec
@@ -46,7 +46,7 @@ developing applications that use %{name}.
%package -n python%{python3_pkgversion}-%{name}
Summary: Python bindings for %{name}
-BuildRequires: swig
+BuildRequires: swig >= 3.0
BuildRequires: python%{python3_pkgversion}-libs
BuildRequires: python%{python3_pkgversion}-devel
Requires: %{name}%{?_isa} = %{version}-%{release}
@@ -59,6 +59,7 @@ applications that use %{name}.
%if %{?with_ruby}0
+
%package -n ruby-%{name}
Summary: Ruby bindings for %{name}
BuildRequires: ruby-devel
Show replies by date