SHA256
1
0
forked from pool/lilv

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
This commit is contained in:
Dave Plater 2015-12-18 19:35:15 +00:00 committed by Git OBS Bridge
parent 4f2daa3c1a
commit bdcee1dfe8
2 changed files with 12 additions and 2 deletions

View File

@ -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 :

View File

@ -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