From fbed5db18f460c178b114ca01cba406b6cde8f998477ae18c644692ce0c2ab1f Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Wed, 4 Dec 2019 08:48:45 +0000 Subject: [PATCH 1/2] Accepting request 753919 from home:plater - Update to release 0.24.6 - Upstream changes: *Add more strict error detection when storing plugin state properties *Add option to override LV2_PATH in applications *Don't print errors when saving state if correct links already exist *Fix GCC8 warnings *Fix creating directories across drives on Windows *Fix issues with loading state with saved files from the model *Fix memory errors and Python 3.4+ compatibility in Python bindings *Fix unit tests on Windows *Make Python bindings more Pythonic OBS-URL: https://build.opensuse.org/request/show/753919 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=34 --- lilv-0.24.4.tar.bz2 | 3 --- lilv-0.24.6.tar.bz2 | 3 +++ lilv.changes | 17 +++++++++++++++++ lilv.spec | 7 +++---- 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 lilv-0.24.4.tar.bz2 create mode 100644 lilv-0.24.6.tar.bz2 diff --git a/lilv-0.24.4.tar.bz2 b/lilv-0.24.4.tar.bz2 deleted file mode 100644 index 916edf2..0000000 --- a/lilv-0.24.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c33b84b7a6e8e8fffb412fbcd6f69e59ca297ef3e29d829249b4ccc94f634438 -size 252209 diff --git a/lilv-0.24.6.tar.bz2 b/lilv-0.24.6.tar.bz2 new file mode 100644 index 0000000..9b68c8c --- /dev/null +++ b/lilv-0.24.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f544cf79656e0782a03a2cc7ab1d31a93f36d71d4187bd427ade8d7b55370dc +size 541765 diff --git a/lilv.changes b/lilv.changes index b42dcf9..7023b5b 100644 --- a/lilv.changes +++ b/lilv.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Wed Dec 4 06:54:30 UTC 2019 - Dave Plater + +- Update to release 0.24.6 +- Upstream changes: + *Add more strict error detection when storing plugin state + properties + *Add option to override LV2_PATH in applications + *Don't print errors when saving state if correct links already + exist + *Fix GCC8 warnings + *Fix creating directories across drives on Windows + *Fix issues with loading state with saved files from the model + *Fix memory errors and Python 3.4+ compatibility in Python bindings + *Fix unit tests on Windows + *Make Python bindings more Pythonic + ------------------------------------------------------------------- Fri Sep 14 10:41:45 UTC 2018 - Tomáš Chvátal diff --git a/lilv.spec b/lilv.spec index fdd235c..4ac66e3 100644 --- a/lilv.spec +++ b/lilv.spec @@ -1,7 +1,7 @@ # # spec file for package lilv # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX 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 sover 0 %define sordversion %(pkg-config --modversion sord-0) Name: lilv -Version: 0.24.4 +Version: 0.24.6 Release: 0 Summary: C library to make use of LV2 plugins License: ISC @@ -87,7 +87,6 @@ python3 ./waf configure \ --docdir=%{_defaultdocdir} \ --configdir=%{_sysconfdir} \ --test \ - --bindings \ --docs # waf only understands -j, so do not use smp_mflags python3 ./waf build -v %{?_smp_mflags} @@ -108,6 +107,7 @@ fi %attr(0755,-,-) %{_bindir}/lv2info %attr(0755,-,-) %{_bindir}/lv2ls %attr(0755,-,-) %{_bindir}/lv2apply +%doc AUTHORS NEWS README.md %{_mandir}/man1/lv2info.1%{?ext_man} %{_mandir}/man1/lv2ls.1%{?ext_man} %{_mandir}/man1/lv2apply.1%{?ext_man} @@ -115,7 +115,6 @@ fi %files -n liblilv-0-%{sover} %license COPYING -%doc AUTHORS NEWS README %{_libdir}/liblilv-0.so.%{sover}* %files -n liblilv-0-devel From 5de1aeca15ce7b29caac851922d62bafb496571fbee9e4a43b3f098b242ce3bb Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Sun, 8 Dec 2019 10:03:09 +0000 Subject: [PATCH 2/2] Accepting request 755050 from home:plater - Update to release 0.24.6 fixes boo#1158296 OBS-URL: https://build.opensuse.org/request/show/755050 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/lilv?expand=0&rev=35 --- lilv.changes | 2 +- lilv.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lilv.changes b/lilv.changes index 7023b5b..b3e2e90 100644 --- a/lilv.changes +++ b/lilv.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Wed Dec 4 06:54:30 UTC 2019 - Dave Plater -- Update to release 0.24.6 +- Update to release 0.24.6 fixes boo#1158296 - Upstream changes: *Add more strict error detection when storing plugin state properties diff --git a/lilv.spec b/lilv.spec index 4ac66e3..50055ce 100644 --- a/lilv.spec +++ b/lilv.spec @@ -36,7 +36,7 @@ BuildRequires: python3-devel BuildRequires: python3-numpy-devel BuildRequires: swig BuildRequires: pkgconfig(lv2) >= 1.8.0 -BuildRequires: pkgconfig(serd-0) >= 0.14.0 +BuildRequires: pkgconfig(serd-0) >= 0.30.0 BuildRequires: pkgconfig(sndfile) BuildRequires: pkgconfig(sord-0) >= 0.13 BuildRequires: pkgconfig(sratom-0) >= 0.4.0