diff --git a/lv2-1.16.0.tar.bz2 b/lv2-1.16.0.tar.bz2 deleted file mode 100644 index 74fdab5..0000000 --- a/lv2-1.16.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dec3727d7bd34a413a344a820678848e7f657b5c6019a0571c61df76d7bdf1de -size 502116 diff --git a/lv2-1.18.0.tar.bz2 b/lv2-1.18.0.tar.bz2 new file mode 100644 index 0000000..9c40967 --- /dev/null +++ b/lv2-1.18.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a3e5cf8bdca81b49def917e89fd6bba1d5845261642cd54e7888df0320473f +size 530172 diff --git a/lv2.changes b/lv2.changes index 9ff75b0..6ec1905 100644 --- a/lv2.changes +++ b/lv2.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Oct 7 08:23:41 UTC 2020 - Luigi Baldoni + +- Update to version 1.18.0 + * Improve documentation. + * Separate extended documentation from primary data. + * core: Add lv2:Markdown datatype. + * core: Deprecate lv2:reportsLatency. + * patch: Fix incorrect type of patch:sequenceNumber. + * port-groups: Remove incorrect type of pg:letterCode. + * port-groups: Replace broken links with detailed Ambisonic + channel descriptions. + * state: Add state:freePath feature. + * ui: Add ui:requestValue feature. + * ui: Add ui:scaleFactor, ui:foregroundColor, and + ui:backgroundColor properties. + * ui: Deprecate ui:binary. + * worker: Improve documentation. + ------------------------------------------------------------------- Sun Dec 8 09:36:46 UTC 2019 - Dave Plater diff --git a/lv2.spec b/lv2.spec index 16f87a2..24db456 100644 --- a/lv2.spec +++ b/lv2.spec @@ -1,7 +1,7 @@ # # spec file for package lv2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,20 +25,22 @@ %endif Name: lv2 -Version: 1.16.0 +Version: 1.18.0 Release: 0 Summary: Plugin standard for audio systems License: ISC Group: System/Libraries -Url: http://lv2plug.in/ +URL: http://lv2plug.in/ Source0: http://lv2plug.in/spec/lv2-%{version}.tar.bz2 Source1: lv2-rpmlintrc # Patch-Fix-Upstream lv2pkgconfig.patch davejplater@gmail.com -- Add "/" to end of -I directory because otherwise pkg-config outputs nothing. Patch0: lv2pkgconfig.patch BuildRequires: pkg-config %if 0%{?suse_version} > 1500 +BuildRequires: python3-Markdown BuildRequires: python3-rdflib %else +BuildRequires: python-Markdown BuildRequires: python-rdflib %endif BuildRequires: pkgconfig(gtk+-2.0) >= 2.18.0 @@ -199,16 +201,12 @@ export CXXFLAGS='%{optflags}' %install %_waf install --lv2dir=%{_libdir}/%{name} --destdir=%{buildroot} -%if %{asciidocs} == 1 -mv -t . %{buildroot}%{_defaultdocdir}/lv2/lv2plug.in -%endif -chmod 0755 %{buildroot}%{_bindir}/lv2_validate %files %defattr(0644,root,root,0755) %doc NEWS README.md %license COPYING -%{_bindir}/lv2_validate +%attr(0755,root,root) %{_bindir}/lv2_validate %{_libdir}/lv2/ %exclude %{_libdir}/lv2/eg-amp.lv2/ %exclude %{_libdir}/lv2/eg-metro.lv2/ @@ -235,7 +233,9 @@ chmod 0755 %{buildroot}%{_bindir}/lv2_validate %if %{asciidocs} == 1 %files docs %defattr(0644,root,root,0755) -%doc lv2plug.in/ +%doc %{_defaultdocdir}/lv2/aux +%doc %{_defaultdocdir}/lv2/doc +%doc %{_defaultdocdir}/lv2/ns %endif %changelog