SHA256
1
0
forked from pool/lilv

Accepting request 755840 from multimedia:libs

- Add specific version requirement for libserd see boo#1158728

OBS-URL: https://build.opensuse.org/request/show/755840
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lilv?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2019-12-23 21:36:17 +00:00 committed by Git OBS Bridge
commit fc936afd57
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 11 11:53:07 UTC 2019 - Dave Plater <davejplater@gmail.com>
- Add specific version requirement for libserd see boo#1158728
-------------------------------------------------------------------
Wed Dec 4 06:54:30 UTC 2019 - Dave Plater <davejplater@gmail.com>

View File

@ -18,6 +18,7 @@
%define sover 0
%define sordversion %(pkg-config --modversion sord-0)
%define serdversion %(pkg-config --modversion serd-0)
Name: lilv
Version: 0.24.6
Release: 0
@ -49,8 +50,10 @@ Lilv is a C library to make use of LV2 plugins in applications.
%package -n liblilv-0-%{sover}
Summary: C library to make use of LV2 plugins
# NOTE: This is the only way to ensure that the correct version of sord is installed.
# NOTE: This is the only way to ensure that the correct version of sord and serd is installed.
# See boo#1158728
Group: System/Libraries
Requires: libserd-0-0 = %{serdversion}
Requires: libsord-0-0 = %{sordversion}
%description -n liblilv-0-%{sover}