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:
parent
4f2daa3c1a
commit
bdcee1dfe8
@ -1,6 +1,11 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 8 23:30:38 UTC 2015 - someuniquename@gmail.com
|
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
|
- Update to version 0.22.0, Added lilv-python-bindings-fix.diff
|
||||||
backported from unreleased v 0.22.1
|
backported from unreleased v 0.22.1
|
||||||
- Upstream changes :
|
- Upstream changes :
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lilv
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
Source99: lilv-rpmlintrc
|
||||||
# Patch backported from v 0.22.1 http://dev.drobilla.net/changeset/5759
|
# Patch backported from v 0.22.1 http://dev.drobilla.net/changeset/5759
|
||||||
Patch0: lilv-python-bindings-fix.diff
|
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: doxygen
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: graphviz
|
BuildRequires: graphviz
|
||||||
BuildRequires: libsord-0-devel >= 0.13
|
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-numpy-devel
|
BuildRequires: python-numpy-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user