Accepting request 349626 from home:plater

force lilv to use the sord it was built against.

OBS-URL: https://build.opensuse.org/request/show/349626
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=22
This commit is contained in:
Dave Plater 2015-12-19 08:47:37 +00:00 committed by Git OBS Bridge
parent 8a948a049b
commit 0831946a99
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 19 08:43:11 UTC 2015 - davejplater@gmail.com
- Force lilv package to use the version of sord that it was built
against.
-------------------------------------------------------------------
Tue Dec 8 23:30:38 UTC 2015 - someuniquename@gmail.com

View File

@ -45,6 +45,7 @@ BuildRequires: pkgconfig(lv2) >= 1.8.0
BuildRequires: pkgconfig(serd-0) >= 0.14.0
BuildRequires: pkgconfig(sord-0) >= 0.13
BuildRequires: pkgconfig(sratom-0) >= 0.4.0
Requires(pre): liblilv-0-%{soname} = %{version}
%description
A C library to make the use of LV2 plugins as simple as possible for applications.