From bdcee1dfe89eafc685e52b435f6421cf16e6f171b631fcfbc4eebf6b17ba79db Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Fri, 18 Dec 2015 19:35:15 +0000 Subject: [PATCH] Accepting request 349470 from home:rwman:branches:multimedia:libs Add runtime requirement of sord 0.13 (new API required since 0.22) OBS-URL: https://build.opensuse.org/request/show/349470 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=20 --- lilv.changes | 5 +++++ lilv.spec | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/lilv.changes b/lilv.changes index 22524c2..be3f32c 100644 --- a/lilv.changes +++ b/lilv.changes @@ -1,6 +1,11 @@ ------------------------------------------------------------------- Tue Dec 8 23:30:38 UTC 2015 - someuniquename@gmail.com +- Add runtime requirement of sord 0.13 (new API required since 0.22) + +------------------------------------------------------------------- +Tue Dec 8 23:30:38 UTC 2015 - someuniquename@gmail.com + - Update to version 0.22.0, Added lilv-python-bindings-fix.diff backported from unreleased v 0.22.1 - Upstream changes : diff --git a/lilv.spec b/lilv.spec index bc2f151..bcd0efc 100644 --- a/lilv.spec +++ b/lilv.spec @@ -1,7 +1,7 @@ # # spec file for package lilv # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,10 +29,15 @@ Source0: http://download.drobilla.net/lilv-%{version}.tar.bz2 Source99: lilv-rpmlintrc # Patch backported from v 0.22.1 http://dev.drobilla.net/changeset/5759 Patch0: lilv-python-bindings-fix.diff + +# lilv 0.22 require new API of sord 0.13 +# Since sord soname unchanged from 0.12, explicitly require here. +BuildRequires: libsord-0-devel >= 0.13 +Requires: libsord-0-0 >= 0.13 + BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: graphviz -BuildRequires: libsord-0-devel >= 0.13 BuildRequires: pkg-config BuildRequires: python-devel BuildRequires: python-numpy-devel