diff --git a/mpv.changes b/mpv.changes index 7fd982e..2c11612 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 12 13:20:10 UTC 2021 - Илья Индиго + +- Added JS scripting support (mujs) for Tumbleweed and Leap > 15.3. + ------------------------------------------------------------------- Thu Feb 25 07:20:11 UTC 2021 - idonmez@suse.com diff --git a/mpv.spec b/mpv.spec index fec9510..4072556 100644 --- a/mpv.spec +++ b/mpv.spec @@ -101,6 +101,9 @@ Conflicts: mpv-plugin-mpris < 0.4 # Obsoletion of mplayer2 that is dead for 2 years now Provides: mplayer2 = 20140101 Obsoletes: mplayer2 < 20140101 +%if 0%{?suse_version} >= 1550 || 0%{?sle_version} > 150300 +BuildRequires: pkgconfig(mujs) +%endif %if 0%{?suse_version} >= 1500 BuildRequires: pkgconfig(lua5.1) %else