diff --git a/lilv.changes b/lilv.changes index be3f32c..88dda83 100644 --- a/lilv.changes +++ b/lilv.changes @@ -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 diff --git a/lilv.spec b/lilv.spec index 862ee6f..e3ef221 100644 --- a/lilv.spec +++ b/lilv.spec @@ -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.