diff --git a/lv2-1.6.0.tar.bz2 b/lv2-1.6.0.tar.bz2 deleted file mode 100644 index dbb761d..0000000 --- a/lv2-1.6.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bcd633506e1b8af5d28fbd248ef9a4320600967f4507179119b547d599db95b -size 428267 diff --git a/lv2-1.8.0.tar.bz2 b/lv2-1.8.0.tar.bz2 new file mode 100644 index 0000000..fdce712 --- /dev/null +++ b/lv2-1.8.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c90e8f4a8df58c2dd7bc3b9e1a0df94e3c1cc70c95a10da72a40a9deb9b3d7 +size 439609 diff --git a/lv2.changes b/lv2.changes index 018c78a..7b1b824 100644 --- a/lv2.changes +++ b/lv2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Jul 11 16:53:57 UTC 2014 - reddwarf@opensuse.org + +- Update to 1.8.0 + * Install lv2specgen for use by other projects. + * lv2specgen: Fix links to externally defined terms. + * Add scope example plugin from Robin Gareus. + * lv2core: Add lv2:prototype for property inheritance. + * atom: Make lv2_atom_*_is_end() arguments const. + * log: Add missing include to logger.h for memset. + * ui: Fix LV2_UI_INVALID_PORT_INDEX identifier in documentation. + ------------------------------------------------------------------- Sat Aug 17 12:29:54 UTC 2013 - reddwarf@opensuse.org diff --git a/lv2.spec b/lv2.spec index b96780a..565ef46 100644 --- a/lv2.spec +++ b/lv2.spec @@ -1,7 +1,7 @@ # # spec file for package lv2 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -17,7 +17,7 @@ Name: lv2 -Version: 1.6.0 +Version: 1.8.0 Release: 0 Summary: Portable plugin standard for audio systems License: ISC @@ -181,10 +181,15 @@ export CXXFLAGS='%{optflags}' %exclude %{_defaultdocdir}/lv2/lv2plug.in/ %{_libdir}/lv2/ %exclude %{_libdir}/lv2/eg-amp.lv2/ +%exclude %{_libdir}/lv2/eg-metro.lv2/ +%exclude %{_libdir}/lv2/eg-midigate.lv2/ %exclude %{_libdir}/lv2/eg-sampler.lv2/ +%exclude %{_libdir}/lv2/eg-scope.lv2/ %files devel %defattr(0644,root,root,0755) +%attr(0755,-,-) %{_bindir}/lv2specgen.py +%{_datadir}/lv2specgen %{_includedir}/lv2.h %{_includedir}/lv2/ %{_libdir}/pkgconfig/lv2.pc @@ -193,7 +198,10 @@ export CXXFLAGS='%{optflags}' %files examples %defattr(0644,root,root,0755) %{_libdir}/lv2/eg-amp.lv2/ +%{_libdir}/lv2/eg-metro.lv2/ +%{_libdir}/lv2/eg-midigate.lv2/ %{_libdir}/lv2/eg-sampler.lv2/ +%{_libdir}/lv2/eg-scope.lv2/ %files docs %defattr(0644,root,root,0755)