diff --git a/vlc.changes b/vlc.changes index e0bcb56..485473d 100644 --- a/vlc.changes +++ b/vlc.changes @@ -1,7 +1,15 @@ +------------------------------------------------------------------- +Sun Apr 12 08:47:32 UTC 2015 - dimstar@opensuse.org + +- Require at least the version of libbluray1 that was used during + build. libbluray.so.1 has a strange ABI diff between 0.3 and 0.7. + Libbluray had an API/ABI break at 0.5, which was not represented + in a soname bump (boo#926842). + ------------------------------------------------------------------- Tue Mar 31 10:18:25 UTC 2015 - dvlaeev@suse.com -- Fix package lists for PowerPC architectures +- Fix package lists for PowerPC architectures. ------------------------------------------------------------------- Tue Mar 17 15:21:39 UTC 2015 - dimstar@opensuse.org diff --git a/vlc.spec b/vlc.spec index 683c9da..77358d3 100644 --- a/vlc.spec +++ b/vlc.spec @@ -227,6 +227,9 @@ Requires: libvlccore%{libvlccore} = %{version}-%{release} Recommends: %{name}-noX-lang Recommends: %{name}-codecs Recommends: libdvdcss +# This is a hack only due to libbluray not having versioned symbols as well as +# having a strange ABI/API break between 0.3 and 0.7 +%requires_ge libbluray1 Conflicts: %{conflicts}-noX %description noX