From d3ee9a77ac83ff590baf7f7943e048e03094d96bd72da5aab690881e3679d52c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 12 Apr 2015 08:52:04 +0000 Subject: [PATCH] - 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). - Fix package lists for PowerPC architectures. OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=120 --- vlc.changes | 10 +++++++++- vlc.spec | 3 +++ 2 files changed, 12 insertions(+), 1 deletion(-) 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