Hello community, here is the log from the commit of package mpv for openSUSE:Factory checked in at 2017-08-22 11:10:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mpv (Old) and /work/SRC/openSUSE:Factory/.mpv.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mpv" Tue Aug 22 11:10:09 2017 rev:33 rq:517935 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/mpv/mpv.changes 2017-08-21 11:37:51.851241839 +0200 +++ /work/SRC/openSUSE:Factory/.mpv.new/mpv.changes 2017-08-22 11:10:13.123389579 +0200 @@ -1,0 +2,6 @@ +Mon Aug 21 12:31:39 UTC 2017 - tchva...@suse.com + +- Build only against luajit and not lua where possible +- Comment on why we depend on lua (for bash_completion generating) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mpv.spec ++++++ --- /var/tmp/diff_new_pack.72paAO/_old 2017-08-22 11:10:14.879142359 +0200 +++ /var/tmp/diff_new_pack.72paAO/_new 2017-08-22 11:10:14.887141233 +0200 @@ -41,6 +41,7 @@ BuildRequires: hicolor-icon-theme BuildRequires: libjpeg-devel BuildRequires: linux-kernel-headers +# Needed any lua to convert the bash-completion BuildRequires: lua BuildRequires: perl BuildRequires: pkgconfig @@ -105,7 +106,11 @@ %if 0%{?suse_version} > 1320 %ifarch aarch64 %{ix86} x86_64 BuildRequires: pkgconfig(luajit) +%else +BuildRequires: pkgconfig(lua-5.1) %endif +%else +BuildRequires: pkgconfig(lua-5.1) %endif %if 0%{?suse_version} >= 1315 # Testing framework: disabled for now as it runs just 1 test