SHA256
1
0
forked from pool/lilv

Accepting request 755051 from multimedia:libs

- Update to release 0.24.6 fixes boo#1158296

OBS-URL: https://build.opensuse.org/request/show/755051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lilv?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2019-12-11 11:09:10 +00:00 committed by Git OBS Bridge
commit 43be788242
4 changed files with 24 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c33b84b7a6e8e8fffb412fbcd6f69e59ca297ef3e29d829249b4ccc94f634438
size 252209

3
lilv-0.24.6.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5f544cf79656e0782a03a2cc7ab1d31a93f36d71d4187bd427ade8d7b55370dc
size 541765

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Dec 4 06:54:30 UTC 2019 - Dave Plater <davejplater@gmail.com>
- Update to release 0.24.6 fixes boo#1158296
- 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 <tchvatal@suse.com>

View File

@ -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
@ -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
@ -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