From f91800b33a099c6f70f13b0e017157afe6227c34033ba79c3570d8dac710b107 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Fri, 30 Jan 2015 12:42:08 +0000 Subject: [PATCH] Accepting request 281545 from home:posophe:branches:multimedia:libs Update OBS-URL: https://build.opensuse.org/request/show/281545 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=13 --- lilv-0.18.0.tar.bz2 | 3 --- lilv-0.20.0.tar.bz2 | 3 +++ lilv.changes | 21 +++++++++++++++++++++ lilv.spec | 4 ++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 lilv-0.18.0.tar.bz2 create mode 100644 lilv-0.20.0.tar.bz2 diff --git a/lilv-0.18.0.tar.bz2 b/lilv-0.18.0.tar.bz2 deleted file mode 100644 index 7ec17cb..0000000 --- a/lilv-0.18.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55995dd966df233337d80ff59c7b2a7ed0df56e82ec06d179feb518f00733ccd -size 201334 diff --git a/lilv-0.20.0.tar.bz2 b/lilv-0.20.0.tar.bz2 new file mode 100644 index 0000000..e89d013 --- /dev/null +++ b/lilv-0.20.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428a39f1265d44c55f2604829a12ade0ea13e1a1022ff937ca2a9ad227bd422a +size 207948 diff --git a/lilv.changes b/lilv.changes index e09e47e..c36c4e5 100644 --- a/lilv.changes +++ b/lilv.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Jan 16 17:12:08 UTC 2015 - p.drouand@gmail.com + +- Update to version 0.20.0 + * Don't load files multiple times if they are listed as rdfs:seeAlso for + several plugins + * Call lv2_lib_descriptor separately for different bundle paths + (fix loading several dynamic plugins like Ingen at once) + * Tolerate calling lilv_node_as_uri or lilv_node_as_blank on NULL + * Add convenient lilv_new_file_uri for creating file URIs + * Fix use of lv2info -m and -p options to write plugin data + (useful for porting plugins bridges with NASPRO) + * Fix issues with lilv_plugin_get_author_name and friends + (thanks Filipe Coelho) + * Improved/working lv2_apply.py to apply plugin to a .wav + (thanks Joe Button) + * Add lilv_world_unload_bundle() and lilv_world_unload_resource() + * Fix several minor memory leaks + * Improve test coverage + * Upgrade to waf 1.7.16 + ------------------------------------------------------------------- Fri Jul 11 17:10:16 UTC 2014 - reddwarf@opensuse.org diff --git a/lilv.spec b/lilv.spec index a68a904..4266e66 100644 --- a/lilv.spec +++ b/lilv.spec @@ -1,7 +1,7 @@ # # spec file for package lilv # -# Copyright (c) 2014 SUSE LINUX Products 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 @@ -19,7 +19,7 @@ %define soname 0 Name: lilv -Version: 0.18.0 +Version: 0.20.0 Release: 0 Summary: A C library to make the use of LV2 plugins as simple as possible License: ISC