- 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
This commit is contained in:
Dominique Leuenberger 2015-04-12 08:52:04 +00:00 committed by Git OBS Bridge
parent 78d40cce6d
commit d3ee9a77ac
2 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -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