From b233efcdbd22141cc79e2df827babd49fe32b7b1c09f4048f232c6e3d53bd5a5 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Wed, 6 Jan 2021 13:38:50 +0000 Subject: [PATCH] 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 --- lilv-0.24.10.tar.bz2 | 3 +++ lilv-0.24.6.tar.bz2 | 3 --- lilv.changes | 14 ++++++++++++++ lilv.spec | 8 ++++---- 4 files changed, 21 insertions(+), 7 deletions(-) create mode 100644 lilv-0.24.10.tar.bz2 delete mode 100644 lilv-0.24.6.tar.bz2 diff --git a/lilv-0.24.10.tar.bz2 b/lilv-0.24.10.tar.bz2 new file mode 100644 index 0000000..f8b1471 --- /dev/null +++ b/lilv-0.24.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1bba93d6ddacadb5e742fd10ad732727edb743524de229c70cc90ef81ffc594 +size 443795 diff --git a/lilv-0.24.6.tar.bz2 b/lilv-0.24.6.tar.bz2 deleted file mode 100644 index 9b68c8c..0000000 --- a/lilv-0.24.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f544cf79656e0782a03a2cc7ab1d31a93f36d71d4187bd427ade8d7b55370dc -size 541765 diff --git a/lilv.changes b/lilv.changes index ca8d6dc..449ca6a 100644 --- a/lilv.changes +++ b/lilv.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Jan 5 09:48:11 UTC 2021 - Dirk Müller + +- 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 diff --git a/lilv.spec b/lilv.spec index 22c05c7..2aa7a49 100644 --- a/lilv.spec +++ b/lilv.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -20,13 +20,13 @@ %define sordversion %(pkg-config --modversion sord-0) %define serdversion %(pkg-config --modversion serd-0) Name: lilv -Version: 0.24.6 +Version: 0.24.10 Release: 0 Summary: C library to make use of LV2 plugins License: ISC Group: Development/Libraries/C and C++ -URL: http://drobilla.net/software/lilv/ -Source0: http://download.drobilla.net/lilv-%{version}.tar.bz2 +URL: https://drobilla.net/software/lilv +Source0: https://download.drobilla.net/lilv-%{version}.tar.bz2 Source98: baselibs.conf Source99: lilv-rpmlintrc BuildRequires: doxygen