diff --git a/mpv.changes b/mpv.changes index e019761..4d44773 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Apr 15 19:11:46 UTC 2017 - tchvatal@suse.com + +- Enable luajit on aarch64 and update bit the conditional for wayland + ------------------------------------------------------------------- Fri Apr 14 13:25:27 UTC 2017 - aloisio@gmx.com diff --git a/mpv.spec b/mpv.spec index 0135729..858c745 100644 --- a/mpv.spec +++ b/mpv.spec @@ -107,11 +107,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build # JIT for lua. %if 0%{?suse_version} > 1320 BuildRequires: python-rst2pdf -%ifarch %{ix86} x86_64 +%ifarch aarch64 %{ix86} x86_64 BuildRequires: pkgconfig(luajit) %endif %endif -%if 0%{?suse_version} != 1315 +%if 0%{?suse_version} >= 1315 # Testing framework: disabled for now as it runs just 1 test # BuildRequires: pkgconfig(cmocka) >= 0.4.1 # Wayland and libguess.