From b31b13bb441bb1440d255994bfd00626c72c391b43b9993314261b5374933c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 2 Sep 2016 07:47:13 +0000 Subject: [PATCH] - Also depend on exact version of libavformat OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpv?expand=0&rev=57 --- mpv.changes | 5 +++++ mpv.spec | 1 + 2 files changed, 6 insertions(+) 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