diff --git a/mpv.changes b/mpv.changes index 7c429e6..745c290 100644 --- a/mpv.changes +++ b/mpv.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 2 07:45:36 UTC 2016 - idonmez@suse.com + +- Also depend on exact version of libavformat + ------------------------------------------------------------------- Fri Aug 26 18:17:38 UTC 2016 - aloisio@gmx.com diff --git a/mpv.spec b/mpv.spec index 4776438..3c6642a 100644 --- a/mpv.spec +++ b/mpv.spec @@ -94,6 +94,7 @@ BuildRequires: pkgconfig(zlib) # we need to rebuild with every new minor version of ffmpeg # update soname once it changes Requires: %(rpm -qf $(readlink -f %{_libdir}/libavcodec.so) --qf "%%{name} = %%{version}") +Requires: %(rpm -qf $(readlink -f %{_libdir}/libavformat.so) --qf "%%{name} = %%{version}") # Used via LUA scripts Recommends: youtube-dl # Obsoletion of mplayer2 that is dead for 2 years now