Accepting request 860713 from home:dirkmueller:branches:multimedia:libs
- update to 0.24.10: * Fix memory leaks in lv2bench * Fix various minor warnings and other code quality issues * Make lilv_world_get() use translations * Split and clean up test suite * Allow passing strings for URIs in Python API when unambiguous * Fix cases where incorrect translation is used * Fix deleting state bundles loaded from the model * Fix memory leak when dyn-manifest has no plugins (thanks Michael Fisher) * Implement state:freePath feature OBS-URL: https://build.opensuse.org/request/show/860713 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=39
This commit is contained in:
parent
d703763c72
commit
b233efcdbd
3
lilv-0.24.10.tar.bz2
Normal file
3
lilv-0.24.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d1bba93d6ddacadb5e742fd10ad732727edb743524de229c70cc90ef81ffc594
|
||||||
|
size 443795
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5f544cf79656e0782a03a2cc7ab1d31a93f36d71d4187bd427ade8d7b55370dc
|
|
||||||
size 541765
|
|
14
lilv.changes
14
lilv.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 5 09:48:11 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.24.10:
|
||||||
|
* Fix memory leaks in lv2bench
|
||||||
|
* Fix various minor warnings and other code quality issues
|
||||||
|
* Make lilv_world_get() use translations
|
||||||
|
* Split and clean up test suite
|
||||||
|
* Allow passing strings for URIs in Python API when unambiguous
|
||||||
|
* Fix cases where incorrect translation is used
|
||||||
|
* Fix deleting state bundles loaded from the model
|
||||||
|
* Fix memory leak when dyn-manifest has no plugins (thanks Michael Fisher)
|
||||||
|
* Implement state:freePath feature
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 11 11:53:07 UTC 2019 - Dave Plater <davejplater@gmail.com>
|
Wed Dec 11 11:53:07 UTC 2019 - Dave Plater <davejplater@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lilv
|
# spec file for package lilv
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -20,13 +20,13 @@
|
|||||||
%define sordversion %(pkg-config --modversion sord-0)
|
%define sordversion %(pkg-config --modversion sord-0)
|
||||||
%define serdversion %(pkg-config --modversion serd-0)
|
%define serdversion %(pkg-config --modversion serd-0)
|
||||||
Name: lilv
|
Name: lilv
|
||||||
Version: 0.24.6
|
Version: 0.24.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C library to make use of LV2 plugins
|
Summary: C library to make use of LV2 plugins
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: http://drobilla.net/software/lilv/
|
URL: https://drobilla.net/software/lilv
|
||||||
Source0: http://download.drobilla.net/lilv-%{version}.tar.bz2
|
Source0: https://download.drobilla.net/lilv-%{version}.tar.bz2
|
||||||
Source98: baselibs.conf
|
Source98: baselibs.conf
|
||||||
Source99: lilv-rpmlintrc
|
Source99: lilv-rpmlintrc
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
|
Loading…
Reference in New Issue
Block a user