From 0831946a99ab8e358ebd787f48048615be12fa2c9a7c89d0d35b7f57148a6ac6 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Sat, 19 Dec 2015 08:47:37 +0000 Subject: [PATCH] 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 --- lilv.changes | 6 ++++++ lilv.spec | 1 + 2 files changed, 7 insertions(+) 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.