commit lv2 for openSUSE:Factory

2020-10-10 Thread root
Hello community,

here is the log from the commit of package lv2 for openSUSE:Factory checked in 
at 2020-10-10 19:01:40

Comparing /work/SRC/openSUSE:Factory/lv2 (Old)
 and  /work/SRC/openSUSE:Factory/.lv2.new.4249 (New)


Package is "lv2"

Sat Oct 10 19:01:40 2020 rev:16 rq:840145 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/lv2/lv2.changes  2019-12-11 12:09:28.968630373 
+0100
+++ /work/SRC/openSUSE:Factory/.lv2.new.4249/lv2.changes2020-10-10 
19:01:54.576410388 +0200
@@ -1,0 +2,19 @@
+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.
+
+---

Old:

  lv2-1.16.0.tar.bz2

New:

  lv2-1.18.0.tar.bz2



Other differences:
--
++ lv2.spec ++
--- /var/tmp/diff_new_pack.bBaAkl/_old  2020-10-10 19:01:55.200410698 +0200
+++ /var/tmp/diff_new_pack.bBaAkl/_new  2020-10-10 19:01:55.200410698 +0200
@@ -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 davejpla...@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 @@
 
 %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 @@
 %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

++ lv2-1.16.0.tar.bz2 -> lv2-1.18.0.tar.bz2 ++
 33327 lines of diff (skipped)




commit lv2 for openSUSE:Factory

2019-12-11 Thread root
Hello community,

here is the log from the commit of package lv2 for openSUSE:Factory checked in 
at 2019-12-11 12:09:09

Comparing /work/SRC/openSUSE:Factory/lv2 (Old)
 and  /work/SRC/openSUSE:Factory/.lv2.new.4691 (New)


Package is "lv2"

Wed Dec 11 12:09:09 2019 rev:15 rq:755049 version:1.16.0

Changes:

--- /work/SRC/openSUSE:Factory/lv2/lv2.changes  2018-07-13 10:20:39.902406223 
+0200
+++ /work/SRC/openSUSE:Factory/.lv2.new.4691/lv2.changes2019-12-11 
12:09:28.968630373 +0100
@@ -1,0 +2,35 @@
+Sun Dec  8 09:36:46 UTC 2019 - Dave Plater 
+
+- Build Leap with python2
+
+---
+Wed Dec  4 08:05:16 UTC 2019 - Dave Plater 
+
+- Update to release 1.16.0
+- Rebase lv2pkgconfig.patch, lv2core.pc is no longer built.
+- Remove incorporated reproducible.patch.
+- Use python3
+- Upstream changes:
+  *Aggressively deprecate uri-map and event extensions.
+  *Add lv2_validate utility.
+  *eg-midigate: Respond to "all notes off" MIDI message.
+  *eg-sampler: Add waveform display to UI.
+  *Add core/attributes.h utility header.
+  *Upgrade build system and fix building with Python 3.7.
+  *Install headers to simpler paths.
+  *Simplify use of lv2specgen.
+  *atom: Add lv2_atom_object_get_typed() for easy type-safe access.
+   to object properties.
+  *core: Add lv2:MIDIPlugin class.
+  *core: Rework port restrictions so that presets can be validated.
+  *midi: Fix incorrect range of midi:chunk.
+  *options: Relax range of opts:requiredOption and
+   opts:supportedOption
+  *patch: Add patch:context property.
+  *patch: Add patch:accept property.
+  *state: Add state:StateChanged for notification events.
+  *time: Clarify time:beat origin.
+  *units: Fix outdated port description in documentation.
+  *units: Remove overly restrictive domain from units:unit.
+
+---

Old:

  lv2-1.14.0.tar.bz2
  reproducible.patch

New:

  lv2-1.16.0.tar.bz2



Other differences:
--
++ lv2.spec ++
--- /var/tmp/diff_new_pack.mBMh9U/_old  2019-12-11 12:09:32.088629061 +0100
+++ /var/tmp/diff_new_pack.mBMh9U/_new  2019-12-11 12:09:32.092629059 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lv2
 #
-# Copyright (c) 2017 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
@@ -12,19 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-# Documentation doesn't build for less than Tumbleweed
-%if 0%{suse_version} > 1320
 %define asciidocs 1
+# build Leap:15 with python2 it fails with 3
+%if 0%{?suse_version} > 1500
+%define _waf python3 waf
 %else
-%define asciidocs 0
+%define _waf python2 waf
 %endif
 
 Name:   lv2
-Version:1.14.0
+Version:1.16.0
 Release:0
 Summary:Plugin standard for audio systems
 License:ISC
@@ -34,10 +35,12 @@
 Source1:lv2-rpmlintrc
 # Patch-Fix-Upstream  lv2pkgconfig.patch davejpla...@gmail.com -- Add "/" to 
end of -I directory because otherwise pkg-config outputs nothing.
 Patch0: lv2pkgconfig.patch
-# Patch-Fix-Upstream reproducible.patch bmwiedemann
-Patch1: reproducible.patch
 BuildRequires:  pkg-config
+%if 0%{?suse_version} > 1500
+BuildRequires:  python3-rdflib
+%else
 BuildRequires:  python-rdflib
+%endif
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.18.0
 BuildRequires:  pkgconfig(sndfile) >= 1.0.0
 %if %{asciidocs} == 1
@@ -45,8 +48,12 @@
 BuildRequires:  asciidoc
 BuildRequires:  doxygen
 BuildRequires:  graphviz
+%if 0%{?suse_version} > 1500
+BuildRequires:  python3-Pygments
+%else
 BuildRequires:  python-Pygments
 %endif
+%endif
 
 %description
 LV2 is a portable plugin standard for audio systems, similar in scope to 
LADSPA,
@@ -169,13 +176,16 @@
 
 %prep
 %setup -q
-%patch0
-%patch1 -p1
+%autopatch -p1
 
 %build
+%if 0%{?suse_version} > 1500
+for i in `grep -rl "/usr/bin/env python"`;do sed -i 
'1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done
+%endif
+
 export CFLAGS='%{optflags}'
 export CXXFLAGS='%{optflags}'
-./waf configure -v \
+%_waf configure -v \
   --prefix=%{_prefix} \
   --lv2dir=%{_libdir}/%{name} \
   --libdir=%{_libdir} \
@@ -185,17 +195,20 @@
 %endif
   --debug
 
-./waf %{?_smp_mflags} -vvv build
+%_waf %{?_smp_mflags} -vvv build
 
 %install
-./waf install --lv2dir=%{_libdir}/%{name} --destdir=%{buildroot}
+%_waf install 

commit lv2 for openSUSE:Factory

2018-07-13 Thread root
Hello community,

here is the log from the commit of package lv2 for openSUSE:Factory checked in 
at 2018-07-13 10:19:25

Comparing /work/SRC/openSUSE:Factory/lv2 (Old)
 and  /work/SRC/openSUSE:Factory/.lv2.new (New)


Package is "lv2"

Fri Jul 13 10:19:25 2018 rev:14 rq:621796 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/lv2/lv2.changes  2018-03-24 16:10:50.457315214 
+0100
+++ /work/SRC/openSUSE:Factory/.lv2.new/lv2.changes 2018-07-13 
10:20:39.902406223 +0200
@@ -1,0 +2,5 @@
+Mon Jul  9 19:36:47 UTC 2018 - bwiedem...@suse.com
+
+- Add reproducible.patch to make lv2 package build reproducible (boo#1047218)
+
+---

New:

  reproducible.patch



Other differences:
--
++ lv2.spec ++
--- /var/tmp/diff_new_pack.KguqA4/_old  2018-07-13 10:20:45.058412383 +0200
+++ /var/tmp/diff_new_pack.KguqA4/_new  2018-07-13 10:20:45.058412383 +0200
@@ -34,6 +34,8 @@
 Source1:lv2-rpmlintrc
 # Patch-Fix-Upstream  lv2pkgconfig.patch davejpla...@gmail.com -- Add "/" to 
end of -I directory because otherwise pkg-config outputs nothing.
 Patch0: lv2pkgconfig.patch
+# Patch-Fix-Upstream reproducible.patch bmwiedemann
+Patch1: reproducible.patch
 BuildRequires:  pkg-config
 BuildRequires:  python-rdflib
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.18.0
@@ -168,6 +170,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 %build
 export CFLAGS='%{optflags}'

++ reproducible.patch ++
Author: Bernhard M. Wiedemann 
Date: 2018-04-16

https://github.com/drobilla/lv2/pull/21
https://github.com/drobilla/lv2/pull/22

make lv2 package build reproducible

Index: lv2-1.14.0/lv2specgen/lv2specgen.py
===
--- lv2-1.14.0.orig/lv2specgen/lv2specgen.py
+++ lv2-1.14.0/lv2specgen/lv2specgen.py
@@ -45,6 +45,7 @@ import optparse
 import os
 import re
 import sys
+import time
 import xml.sax.saxutils
 import xml.dom
 import xml.dom.minidom
@@ -113,7 +114,7 @@ def findStatements(model, s, p, o):
 def findOne(m, s, p, o):
 l = findStatements(m, s, p, o)
 try:
-return l.next()
+return sorted(l)[0]
 except:
 return None
 
@@ -396,7 +397,7 @@ def rdfsPropertyInfo(term, m):
 domains = findStatements(m, term, rdfs.domain, None)
 domainsdoc = ""
 first = True
-for d in domains:
+for d in sorted(domains):
 union = findOne(m, getObject(d), owl.unionOf, None)
 if union:
 uris = parseCollection(m, getObject(union))
@@ -414,7 +415,7 @@ def rdfsPropertyInfo(term, m):
 ranges = findStatements(m, term, rdfs.range, None)
 rangesdoc = ""
 first = True
-for r in ranges:
+for r in sorted(ranges):
 union = findOne(m, getObject(r), owl.unionOf, None)
 if union:
 uris = parseCollection(m, getObject(union))
@@ -477,13 +478,14 @@ def rdfsClassInfo(term, m):
 restrictions.append(getSubject(meta_type))
 
 if len(superclasses) > 0:
+superclasses.sort()
 doc += "\nSub-class of"
 first = True
 for superclass in superclasses:
 doc += getProperty(getTermLink(superclass), first)
 first = False
 
-for r in restrictions:
+for r in sorted(restrictions):
 props = findStatements(m, r, None, None)
 onProp = None
 comment = None
@@ -529,6 +531,7 @@ def rdfsClassInfo(term, m):
 # Find out about properties which have rdfs:domain of t
 d = classdomains.get(str(term), "")
 if d:
+d.sort()
 dlist = ''
 first = True
 for k in d:
@@ -539,6 +542,7 @@ def rdfsClassInfo(term, m):
 # Find out about properties which have rdfs:range of t
 r = classranges.get(str(term), "")
 if r:
+r.sort()
 rlist = ''
 first = True
 for k in r:
@@ -606,7 +610,7 @@ def rdfsInstanceInfo(term, m):
 doc = ""
 
 first = True
-for match in findStatements(m, term, rdf.type, None):
+for match in sorted(findStatements(m, term, rdf.type, None)):
 doc += getProperty(getTermLink(getObject(match),
term,
rdf.type),
@@ -942,7 +946,7 @@ def releaseChangeset(m, release, prefix=
 
 entry = ''
 #entry = '\n'
-for i in findStatements(m, getObject(changeset), dcs.item, None):
+for i in sorted(findStatements(m, getObject(changeset), dcs.item, None)):
 item  = getObject(i)
 label = findOne(m, item, rdfs.label, None)
 if not label:
@@ -1276,8 +1280,9 @@ def specgen(specloc, indir, style_uri, d
 else:
 template = template.replace('@COMMENT@', '')
 
-

commit lv2 for openSUSE:Factory

2018-03-24 Thread root
Hello community,

here is the log from the commit of package lv2 for openSUSE:Factory checked in 
at 2018-03-24 16:10:49

Comparing /work/SRC/openSUSE:Factory/lv2 (Old)
 and  /work/SRC/openSUSE:Factory/.lv2.new (New)


Package is "lv2"

Sat Mar 24 16:10:49 2018 rev:13 rq:589752 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/lv2/lv2.changes  2017-03-18 20:48:02.803161136 
+0100
+++ /work/SRC/openSUSE:Factory/.lv2.new/lv2.changes 2018-03-24 
16:10:50.457315214 +0100
@@ -1,0 +2,6 @@
+Wed Mar 21 13:09:17 UTC 2018 - dims...@opensuse.org
+
+- Don't require lv2-examples by the devel project: the examples can
+  be handy, but are not needed to build other stuff.
+
+---



Other differences:
--
++ lv2.spec ++
--- /var/tmp/diff_new_pack.gWtdHE/_old  2018-03-24 16:10:51.773267776 +0100
+++ /var/tmp/diff_new_pack.gWtdHE/_new  2018-03-24 16:10:51.777267632 +0100
@@ -98,7 +98,6 @@
 Summary:Development files for LV2
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
-Requires:   %{name}-examples = %{version}
 # It actually replaces the old lv2core-devel package. But since the versioning
 # went crazy (from 6.0 to 1.0.0) and nothing actually ever required it better 
to
 # avoid the provides/obsoletes. We may want to split this and create a new




commit lv2 for openSUSE:Factory

2017-03-18 Thread root
Hello community,

here is the log from the commit of package lv2 for openSUSE:Factory checked in 
at 2017-03-18 20:48:01

Comparing /work/SRC/openSUSE:Factory/lv2 (Old)
 and  /work/SRC/openSUSE:Factory/.lv2.new (New)


Package is "lv2"

Sat Mar 18 20:48:01 2017 rev:12 rq:479608 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/lv2/lv2.changes  2017-03-13 15:27:07.680170497 
+0100
+++ /work/SRC/openSUSE:Factory/.lv2.new/lv2.changes 2017-03-18 
20:48:02.803161136 +0100
@@ -1,0 +2,5 @@
+Wed Mar 15 12:00:39 UTC 2017 - jeng...@inai.de
+
+- Trim irrelevant parts from description.
+
+---



Other differences:
--
++ lv2.spec ++
--- /var/tmp/diff_new_pack.oKZUkF/_old  2017-03-18 20:48:04.486922599 +0100
+++ /var/tmp/diff_new_pack.oKZUkF/_new  2017-03-18 20:48:04.490922032 +0100
@@ -26,7 +26,7 @@
 Name:   lv2
 Version:1.14.0
 Release:0
-Summary:Portable plugin standard for audio systems
+Summary:Plugin standard for audio systems
 License:ISC
 Group:  System/Libraries
 Url:http://lv2plug.in/
@@ -108,21 +108,16 @@
 #Obsoletes:  lv2core-devel
 
 %descriptiondevel
-LV2 is a portable plugin standard for audio systems, similar in scope to 
LADSPA,
+LV2 is a plugin standard for audio systems, similar in scope to LADSPA,
 VST, AU, and others. It defines a C API for code and a format for data files
-which collectively describe a plugin. LV2 consists of a simple core (roughly
-equivalent in power to LADSPA) which can be extended to support more advanced
+which collectively describe a plugin. LV2 consists of a core (roughly
+equivalent in power to LADSPA) which can be extended to support more
 functionality. This allows the interface to be "grown" to accommodate the needs
 of real software as they arise.
 
 LV2 is both a stable interface and a forward-moving project: there is a stable
 set of "official" extensions in use while new functionality is actively
-developed. Anyone can extend LV2, which allows developers to try out new ideas
-and ensure they work in practice. Good extensions are vetted by the community
-and included in the official distribution so they can be relied on to be widely
-supported. This open development model means developers can always scratch 
their
-itch without a central authority getting in the way. The current stable release
-includes most functionality required by modern plugins, including:
+developed. Most functionality required by modern plugins is available, 
including:
 
   * Audio, control, "control voltage" (audio-rate control), and event
 (e.g. MIDI) input and output
@@ -143,30 +138,17 @@
 interfaces without host support or specifications getting in the way
   * Transport awareness, both real time and tempo time (bars, beats, etc-.)
 
-LV2 has graceful compatibility "baked in": for example, a simple amplifier
-plugin might have audio in/out with a gain control, and function in any host.
-The same plugin could have a fancy GUI and transport awareness which optionally
-work in hosts that support these features. Conversely, hosts know not to load
-plugins that require features it does not support.
-
-See the specification index for complete documentation. If you are a host or
-plugin author and need missing functionality, please file a ticket or let us
-know your requirements on  the mailing list. LV2 is a community project that
-depends on your feedback to improve - unknown requirements are unmet
-requirements!
-
 %packageexamples
 Summary:LV2 example plugins
 Group:  Productivity/Multimedia/Sound/Editors and Convertors
 Requires:   %{name} = %{version}
 
 %descriptionexamples
-LV2 is a portable plugin standard for audio systems, similar in scope to 
LADSPA,
+LV2 is a plugin standard for audio systems, similar in scope to LADSPA,
 VST, AU, and others. It defines a C API for code and a format for data files
-which collectively describe a plugin. LV2 consists of a simple core (roughly
-equivalent in power to LADSPA) which can be extended to support more advanced
-functionality. This allows the interface to be "grown" to accommodate the needs
-of real software as they arise.
+which collectively describe a plugin. LV2 consists of a core (roughly
+equivalent in power to LADSPA) which can be extended to support more
+functionality.
 This package contains LV2 example plugins.
 
 %if %{asciidocs} == 1
@@ -176,13 +158,12 @@
 Requires:   %{name} = %{version}
 
 %descriptiondocs
-LV2 is a portable plugin standard for audio systems, similar in scope to 
LADSPA,
+LV2 is a plugin standard for audio systems, similar in scope to LADSPA,
 VST, AU, and others. It 

commit lv2 for openSUSE:Factory

2017-03-13 Thread root
Hello community,

here is the log from the commit of package lv2 for openSUSE:Factory checked in 
at 2017-03-13 15:27:06

Comparing /work/SRC/openSUSE:Factory/lv2 (Old)
 and  /work/SRC/openSUSE:Factory/.lv2.new (New)


Package is "lv2"

Mon Mar 13 15:27:06 2017 rev:11 rq:478824 version:1.14.0

Changes:

--- /work/SRC/openSUSE:Factory/lv2/lv2.changes  2015-12-24 12:16:47.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lv2.new/lv2.changes 2017-03-13 
15:27:07.680170497 +0100
@@ -1,0 +2,24 @@
+Sun Mar 12 10:05:27 UTC 2017 - davejpla...@gmail.com
+
+- Update 1.14.0 stable
+- Added lv2pkgconfig.patch to fix .pc files.
+- Upstream changes:
+  * eg-sampler: Support thread-safe state restoration.
+  * eg-sampler: Fix handling of state file paths.
+  * eg-scope: Don't feed back UI state updates.
+  * lv2core: Add lv2_util.h with lv2_features_data() and
+lv2_features_query().
+  * lv2core: Add lv2:enabled designation.
+  * buf-size: Add bufsz:nominalBlockLength option.
+  * buf-size: Add bufsz:coarseBlockLength feature.
+  * log: Add lv2_log_logger_set_map() for changing the URI map of
+an existing logger.
+  * state: Add LV2_STATE_ERR_NO_SPACE status flag.
+  * state: Add state:threadSafeRestore feature for dropout-free
+state restoration.
+  * time: Define LV2_TIME_PREFIX.
+  * worker: Improve documentation.
+  * ui: Improve documentation.
+  * ui: Add missing property labels.
+
+---

Old:

  lv2-1.12.0.tar.bz2

New:

  lv2-1.14.0.tar.bz2
  lv2pkgconfig.patch



Other differences:
--
++ lv2.spec ++
--- /var/tmp/diff_new_pack.a5xRJd/_old  2017-03-13 15:27:08.416066485 +0100
+++ /var/tmp/diff_new_pack.a5xRJd/_new  2017-03-13 15:27:08.416066485 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lv2
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -24,7 +24,7 @@
 %endif
 
 Name:   lv2
-Version:1.12.0
+Version:1.14.0
 Release:0
 Summary:Portable plugin standard for audio systems
 License:ISC
@@ -32,6 +32,8 @@
 Url:http://lv2plug.in/
 Source0:http://lv2plug.in/spec/lv2-%{version}.tar.bz2
 Source1:lv2-rpmlintrc
+# Patch-Fix-Upstream  lv2pkgconfig.patch davejpla...@gmail.com -- Add "/" to 
end of -I directory because otherwise pkg-config outputs nothing.
+Patch0: lv2pkgconfig.patch
 BuildRequires:  pkg-config
 BuildRequires:  python-rdflib
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.18.0
@@ -159,7 +161,13 @@
 Requires:   %{name} = %{version}
 
 %descriptionexamples
-LV2 example plugins.
+LV2 is a portable plugin standard for audio systems, similar in scope to 
LADSPA,
+VST, AU, and others. It defines a C API for code and a format for data files
+which collectively describe a plugin. LV2 consists of a simple core (roughly
+equivalent in power to LADSPA) which can be extended to support more advanced
+functionality. This allows the interface to be "grown" to accommodate the needs
+of real software as they arise.
+This package contains LV2 example plugins.
 
 %if %{asciidocs} == 1
 %packagedocs
@@ -168,11 +176,18 @@
 Requires:   %{name} = %{version}
 
 %descriptiondocs
-LV2 documentation.
+LV2 is a portable plugin standard for audio systems, similar in scope to 
LADSPA,
+VST, AU, and others. It defines a C API for code and a format for data files
+which collectively describe a plugin. LV2 consists of a simple core (roughly
+equivalent in power to LADSPA) which can be extended to support more advanced
+functionality. This allows the interface to be "grown" to accommodate the needs
+of real software as they arise.
+This package contains api LV2 documentation.
 %endif
 
 %prep
 %setup -q
+%patch0
 
 %build
 export CFLAGS='%{optflags}'
@@ -203,9 +218,7 @@
 %exclude %{_libdir}/lv2/eg-metro.lv2/
 %exclude %{_libdir}/lv2/eg-midigate.lv2/
 %exclude %{_libdir}/lv2/eg-sampler.lv2/
-%if 0%{?suse_version} > 1110
 %exclude %{_libdir}/lv2/eg-scope.lv2/
-%endif
 
 %files devel
 %defattr(0644,root,root,0755)
@@ -222,9 +235,7 @@
 %{_libdir}/lv2/eg-metro.lv2/
 %{_libdir}/lv2/eg-midigate.lv2/
 %{_libdir}/lv2/eg-sampler.lv2/
-%if 0%{?suse_version} > 1110
 %{_libdir}/lv2/eg-scope.lv2/
-%endif
 
 %if %{asciidocs} == 1
 %files docs

++ lv2-1.12.0.tar.bz2 -> lv2-1.14.0.tar.bz2 ++
 7430 lines of diff (skipped)

++ lv2pkgconfig.patch ++
Index: lv2/lv2plug.in/ns/lv2core/lv2core.pc.in
===
--- 

commit lv2 for openSUSE:Factory

2015-12-24 Thread h_root
Hello community,

here is the log from the commit of package lv2 for openSUSE:Factory checked in 
at 2015-12-24 12:16:42

Comparing /work/SRC/openSUSE:Factory/lv2 (Old)
 and  /work/SRC/openSUSE:Factory/.lv2.new (New)


Package is "lv2"

Changes:

--- /work/SRC/openSUSE:Factory/lv2/lv2.changes  2015-01-09 20:51:08.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lv2.new/lv2.changes 2015-12-24 
12:16:47.0 +0100
@@ -1,0 +2,23 @@
+Sun Dec 13 17:30:45 UTC 2015 - davejpla...@gmail.com
+
+- Update to lv2 (1.12.0) stable.
+- Disable documentation build for less than Tumbleweed,
+- Upstream changes:
+  *Fix merging of version histories in specification documentation
+  *eg-sampler: Support patch:Get, and request initial state from UI
+  *Simplify property restrictions by removing redundancy.
+  *eg-sampler: Add gain parameter.
+  *Improve API documentation.
+  *lv2core: Add extern C and visibility attribute to LV2_SYMBOL_EXPORT
+  *lv2core: Add lv2:isSideChain port property.
+  *lv2core: Relax domain of lv2:minimum lv2:maximum and lv2:default
+so they can be used to describe properties/parameters as well.
+  *parameters: Add range to parameters so hosts know how to control them.
+  *patch: Define patch:Get with no subject to implicitly apply to
+reciever. This can be used by UIs to get an initial description
+of a plugin.
+  *patch: Add patch:Copy method.
+  *units: Add lv2:Parameter to domain of units:unit.
+  *units: Fix non-existent port type in examples.
+
+---

Old:

  lv2-1.10.0.tar.bz2

New:

  lv2-1.12.0.tar.bz2



Other differences:
--
++ lv2.spec ++
--- /var/tmp/diff_new_pack.FFZkhA/_old  2015-12-24 12:16:48.0 +0100
+++ /var/tmp/diff_new_pack.FFZkhA/_new  2015-12-24 12:16:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lv2
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,8 +16,15 @@
 #
 
 
+# Documentation doesn't build for less than Tumbleweed
+%if 0%{suse_version} > 1320
+%define asciidocs 1
+%else
+%define asciidocs 0
+%endif
+
 Name:   lv2
-Version:1.10.0
+Version:1.12.0
 Release:0
 Summary:Portable plugin standard for audio systems
 License:ISC
@@ -25,12 +32,17 @@
 Url:http://lv2plug.in/
 Source0:http://lv2plug.in/spec/lv2-%{version}.tar.bz2
 Source1:lv2-rpmlintrc
-BuildRequires:  doxygen
-BuildRequires:  graphviz
 BuildRequires:  pkg-config
 BuildRequires:  python-rdflib
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.18.0
 BuildRequires:  pkgconfig(sndfile) >= 1.0.0
+%if %{asciidocs} == 1
+# Documentation build requirements.
+BuildRequires:  asciidoc
+BuildRequires:  doxygen
+BuildRequires:  graphviz
+BuildRequires:  python-Pygments
+%endif
 
 %description
 LV2 is a portable plugin standard for audio systems, similar in scope to 
LADSPA,
@@ -84,6 +96,7 @@
 Summary:Development files for LV2
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
+Requires:   %{name}-examples = %{version}
 # It actually replaces the old lv2core-devel package. But since the versioning
 # went crazy (from 6.0 to 1.0.0) and nothing actually ever required it better 
to
 # avoid the provides/obsoletes. We may want to split this and create a new
@@ -148,6 +161,7 @@
 %descriptionexamples
 LV2 example plugins.
 
+%if %{asciidocs} == 1
 %packagedocs
 Summary:LV2 documentation
 Group:  Documentation/Other
@@ -155,6 +169,7 @@
 
 %descriptiondocs
 LV2 documentation.
+%endif
 
 %prep
 %setup -q
@@ -162,23 +177,27 @@
 %build
 export CFLAGS='%{optflags}'
 export CXXFLAGS='%{optflags}'
-./waf \
+./waf configure -v \
   --prefix=%{_prefix} \
+  --lv2dir=%{_libdir}/%{name} \
   --libdir=%{_libdir} \
   --docdir=%{_defaultdocdir} \
+%if %{asciidocs} == 1
   --docs \
-  configure
+%endif
+  --debug
 
-# waf only understands -j, so do not use smp_mflags
-./waf -v build %{?jobs:-j%jobs}
+./waf %{?_smp_mflags} -vvv build
 
 %install
-./waf install --destdir=%{buildroot}
+./waf install --lv2dir=%{_libdir}/%{name} --destdir=%{buildroot}
+%if %{asciidocs} == 1
 mv -t . %{buildroot}%{_defaultdocdir}/lv2/lv2plug.in
+%endif
 
 %files
 %defattr(0644,root,root,0755)
-%doc COPYING NEWS README
+%doc COPYING NEWS README.md
 %{_libdir}/lv2/
 %exclude %{_libdir}/lv2/eg-amp.lv2/
 %exclude %{_libdir}/lv2/eg-metro.lv2/
@@ -207,8 +226,10 @@
 %{_libdir}/lv2/eg-scope.lv2/
 %endif
 
+%if %{asciidocs} == 1
 %files 

commit lv2 for openSUSE:Factory

2015-01-09 Thread h_root
Hello community,

here is the log from the commit of package lv2 for openSUSE:Factory checked in 
at 2015-01-09 20:50:56

Comparing /work/SRC/openSUSE:Factory/lv2 (Old)
 and  /work/SRC/openSUSE:Factory/.lv2.new (New)


Package is lv2

Changes:

--- /work/SRC/openSUSE:Factory/lv2/lv2.changes  2014-11-14 09:19:05.0 
+0100
+++ /work/SRC/openSUSE:Factory/.lv2.new/lv2.changes 2015-01-09 
20:51:08.0 +0100
@@ -1,0 +2,23 @@
+Fri Jan  9 00:02:55 UTC 2015 - ec...@opensuse.org
+
+- Update to 1.10.0
+  * Upgrade to waf 1.7.16.
+  * lv2specgen: Display deprecated warning on classes 
+marked owl:deprecated.
+  * Fix -Wconversion warnings in headers.
+  * lv2core: Clarify lv2_descriptor() and lv2_lib_descriptor() 
+documentation.
+  * atom: Add lv2_atom_sequence_clear() and 
+lv2_atom_sequence_append_event() helper functions.
+  * atom: Add lv2_atom_forge_is_object_type() and 
+lv2_atom_forge_is_blank() to ease backwards compatibility.
+  * atom: Deprecate Blank and Resource in favour of just Object.
+  * atom: Add lv2_atom_forge_key() for terser object writing.
+  * event: Minor documentation improvements.
+  * patch: Add patch:sequenceNumber for associating replies with 
+requests.
+  * ui: Fix identifier typos in documentation.
+  * ui: Add show interface so UIs can gracefully degrade to 
+separate windows if hosts can not use their widget directly.
+
+---

Old:

  lv2-1.8.0.tar.bz2

New:

  lv2-1.10.0.tar.bz2



Other differences:
--
++ lv2.spec ++
--- /var/tmp/diff_new_pack.ZRJ7yi/_old  2015-01-09 20:51:09.0 +0100
+++ /var/tmp/diff_new_pack.ZRJ7yi/_new  2015-01-09 20:51:09.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lv2
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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.8.0
+Version:1.10.0
 Release:0
 Summary:Portable plugin standard for audio systems
 License:ISC

++ lv2-1.8.0.tar.bz2 - lv2-1.10.0.tar.bz2 ++
 16460 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lv2 for openSUSE:Factory

2014-11-14 Thread h_root
Hello community,

here is the log from the commit of package lv2 for openSUSE:Factory checked in 
at 2014-11-14 09:19:03

Comparing /work/SRC/openSUSE:Factory/lv2 (Old)
 and  /work/SRC/openSUSE:Factory/.lv2.new (New)


Package is lv2

Changes:

--- /work/SRC/openSUSE:Factory/lv2/lv2.changes  2014-07-21 22:35:04.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lv2.new/lv2.changes 2014-11-14 
09:19:05.0 +0100
@@ -1,0 +2,7 @@
+Tue Nov 11 11:51:45 UTC 2014 - o...@aepfle.de
+
+- Fix build in SLE_11
+  cairo is too old for scope files
+  doc macro behaves different
+
+---



Other differences:
--
++ lv2.spec ++
--- /var/tmp/diff_new_pack.sNKFNx/_old  2014-11-14 09:19:07.0 +0100
+++ /var/tmp/diff_new_pack.sNKFNx/_new  2014-11-14 09:19:07.0 +0100
@@ -174,21 +174,23 @@
 
 %install
 ./waf install --destdir=%{buildroot}
+mv -t . %{buildroot}%{_defaultdocdir}/lv2/lv2plug.in
 
 %files
 %defattr(0644,root,root,0755)
 %doc COPYING NEWS README
-%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/
+%if 0%{?suse_version}  1110
 %exclude %{_libdir}/lv2/eg-scope.lv2/
+%endif
 
 %files devel
 %defattr(0644,root,root,0755)
-%attr(0755,-,-) %{_bindir}/lv2specgen.py
+%attr(0755,root,root) %{_bindir}/lv2specgen.py
 %{_datadir}/lv2specgen
 %{_includedir}/lv2.h
 %{_includedir}/lv2/
@@ -201,10 +203,12 @@
 %{_libdir}/lv2/eg-metro.lv2/
 %{_libdir}/lv2/eg-midigate.lv2/
 %{_libdir}/lv2/eg-sampler.lv2/
+%if 0%{?suse_version}  1110
 %{_libdir}/lv2/eg-scope.lv2/
+%endif
 
 %files docs
 %defattr(0644,root,root,0755)
-%{_defaultdocdir}/lv2/lv2plug.in/
+%doc lv2plug.in/
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lv2 for openSUSE:Factory

2014-07-21 Thread h_root
Hello community,

here is the log from the commit of package lv2 for openSUSE:Factory checked in 
at 2014-07-21 21:40:27

Comparing /work/SRC/openSUSE:Factory/lv2 (Old)
 and  /work/SRC/openSUSE:Factory/.lv2.new (New)


Package is lv2

Changes:

--- /work/SRC/openSUSE:Factory/lv2/lv2.changes  2013-08-18 22:22:19.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lv2.new/lv2.changes 2014-07-21 
22:35:04.0 +0200
@@ -1,0 +2,12 @@
+Fri Jul 11 16:53:57 UTC 2014 - reddw...@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 string.h to logger.h for memset.
+  * ui: Fix LV2_UI_INVALID_PORT_INDEX identifier in documentation.
+
+---

Old:

  lv2-1.6.0.tar.bz2

New:

  lv2-1.8.0.tar.bz2



Other differences:
--
++ lv2.spec ++
--- /var/tmp/diff_new_pack.HpySVU/_old  2014-07-21 22:35:05.0 +0200
+++ /var/tmp/diff_new_pack.HpySVU/_new  2014-07-21 22:35:05.0 +0200
@@ -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 @@
 %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 @@
 %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)

++ lv2-1.6.0.tar.bz2 - lv2-1.8.0.tar.bz2 ++
 2805 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lv2 for openSUSE:Factory

2013-08-18 Thread h_root
Hello community,

here is the log from the commit of package lv2 for openSUSE:Factory checked in 
at 2013-08-18 22:22:18

Comparing /work/SRC/openSUSE:Factory/lv2 (Old)
 and  /work/SRC/openSUSE:Factory/.lv2.new (New)


Package is lv2

Changes:

--- /work/SRC/openSUSE:Factory/lv2/lv2.changes  2012-10-24 17:12:17.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lv2.new/lv2.changes 2013-08-18 
22:22:19.0 +0200
@@ -1,0 +2,31 @@
+Sat Aug 17 12:29:54 UTC 2013 - reddw...@opensuse.org
+
+- Update to 1.6.0
+  * Upgrade to waf 1.7.11.
+  * Fix lv2specgen usage from command line.
+  * atom: Fix crash in forge.h when pushing atoms to a full buffer.
+  * ui: Add idle interface so native UIs and foreign toolkits can drive their 
event
+loops.
+  * ui: Add ui:updateRate property.
+  * Add metronome example plugin to demonstrate sample accurate tempo sync.
+  * Generate book-style HTML documentation from example plugins.
+  * lv2core: Make lv2:Parameter rdfs:subClassOf rdf:Property.
+  * lv2core: Set range of lv2:designation to lv2:Designation.
+  * lv2core: Add lv2:control for designating primary event-based control ports.
+  * lv2core: Add lv2:EnvelopePlugin class.
+  * lv2core: Reserve minor version 0 for unstable development plugins.
+  * atom: Fix lv2_atom_sequence_end().
+  * atom: Remove atom:stringType in favour of owl:onDatatype so generic tools 
can
+understand and validate atom literals.
+  * atom: Improve atom documentation.
+  * buf-size: Fix typo in bufsz:sequenceSize label.
+  * event: Fix incorrect return type in lv2_event_get().
+  * log: Add logger convenience API.
+  * options: Set the range of opts:requiredOption and opts:supportedOption to 
opts:Option.
+  * patch: Add patch:readable and patch:writable for describing available 
properties.
+  * patch: Make patch:Set a compact message for setting one property.
+  * state: Add state:loadDefaultState feature so plugins can have their 
default state
+loaded without hard-coding default state as a special case.
+  * ui: Fix incorrect linker flag in ui:makeSONameResident documentation.
+
+---

Old:

  lv2-1.2.0.tar.bz2

New:

  lv2-1.6.0.tar.bz2



Other differences:
--
++ lv2.spec ++
--- /var/tmp/diff_new_pack.zHlJDH/_old  2013-08-18 22:22:20.0 +0200
+++ /var/tmp/diff_new_pack.zHlJDH/_new  2013-08-18 22:22:20.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lv2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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.2.0
+Version:1.6.0
 Release:0
 Summary:Portable plugin standard for audio systems
 License:ISC

++ lv2-1.2.0.tar.bz2 - lv2-1.6.0.tar.bz2 ++
 6515 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lv2 for openSUSE:Factory

2012-10-24 Thread h_root
Hello community,

here is the log from the commit of package lv2 for openSUSE:Factory checked in 
at 2012-10-24 17:12:16

Comparing /work/SRC/openSUSE:Factory/lv2 (Old)
 and  /work/SRC/openSUSE:Factory/.lv2.new (New)


Package is lv2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/lv2/lv2.changes  2012-08-07 21:50:35.0 
+0200
+++ /work/SRC/openSUSE:Factory/.lv2.new/lv2.changes 2012-10-24 
17:12:17.0 +0200
@@ -1,0 +2,41 @@
+Tue Oct 23 22:24:06 UTC 2012 - reddw...@opensuse.org
+
+- Update to 1.2.0
+  * Use stricter datatype definitions conformant with the XSD and OWL
+specifications for better validation.
+  * Move all project metadata for extensions (e.g. change log) to separate 
files to
+spare hosts from loading them during discovery.
+  * lv2core: Use consistent label style.
+  * atom: Fix lv2_atom_object_next() on 32-bit platforms.
+  * atom: Fix outdated documentation in forge.h.
+  * atom: Add lv2_atom_object_body_get().
+  * atom: Add LV2_ATOM_CONTENTS_CONST and LV2_ATOM_BODY_CONST.
+  * atom: Fix implicit conversions in forge.h that are invalid in C++11.
+  * atom: Use consistent label style.
+  * buf-size: Initial release.
+  * dynmanifest: Use consistent label style.
+  * event: Use consistent label style.
+  * event: Use more precise domain and range for EventPort properties.
+  * event: Remove asserts from event-helper.h.
+  * event: Make event iterator gracefully handle optional ports.
+  * midi: Add C definitions for message types and standard controllers.
+  * midi: Remove non-standard midi:Tick message type.
+  * midi: Add midi:binding and midi:channel predicates.
+  * midi: Use consistent label style.
+  * midi: Add midi:HexByte datatype for status bytes and masks.
+  * midi: Fix definition of SystemExclusive status byte.
+  * morph: Initial release.
+  * options: Initial release.
+  * parameters: Add parameters.h of URI defines for convenience.
+  * parameters: Use consistent label style.
+  * parameters: Add param:sampleRate.
+  * port-groups: Use consistent label style.
+  * port-props: Use consistent label style.
+  * presets: Use consistent label style.
+  * resize-port: Initial release.
+  * state: Use consistent label style.
+  * time: Use consistent label style.
+  * urid: Fix typo in urid:unmap documentation.
+- Remove lv2-1.0.0-underlinking.patch and lv2-1.0.0-no_g++.patch. Applied 
upstream.
+
+---

Old:

  lv2-1.0.0-no_g++.patch
  lv2-1.0.0-underlinking.patch
  lv2-1.0.0.tar.bz2

New:

  lv2-1.2.0.tar.bz2



Other differences:
--
++ lv2.spec ++
--- /var/tmp/diff_new_pack.DVCfXb/_old  2012-10-24 17:12:23.0 +0200
+++ /var/tmp/diff_new_pack.DVCfXb/_new  2012-10-24 17:12:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   lv2
-Version:1.0.0
+Version:1.2.0
 Release:0
 Summary:Portable plugin standard for audio systems
 License:ISC
@@ -25,10 +25,6 @@
 Url:http://lv2plug.in/
 Source0:http://lv2plug.in/spec/lv2-%{version}.tar.bz2
 Source1:lv2-rpmlintrc
-# PATCH-FIX-UPSTREAM lv2-1.0.0-underlinking.patch 
http://lv2plug.in/trac/ticket/5 reddw...@opensuse.org -- Link against needed 
libraries
-Patch0: lv2-1.0.0-underlinking.patch
-# PATCH-FIX-UPSTREAM lv2-1.0.0-no_g++.patch http://lv2plug.in/trac/ticket/4 
reddw...@opensuse.org -- We don't need C++
-Patch1: lv2-1.0.0-no_g++.patch
 BuildRequires:  doxygen
 BuildRequires:  graphviz
 BuildRequires:  pkg-config
@@ -162,8 +158,6 @@
 
 %prep
 %setup -q
-%patch0
-%patch1
 
 %build
 export CFLAGS='%{optflags}'
@@ -184,7 +178,7 @@
 %files
 %defattr(0644,root,root,0755)
 %doc COPYING NEWS README
-%exclude %{_defaultdocdir}/lv2/html/
+%exclude %{_defaultdocdir}/lv2/lv2plug.in/
 %{_libdir}/lv2/
 %exclude %{_libdir}/lv2/eg-amp.lv2/
 %exclude %{_libdir}/lv2/eg-sampler.lv2/
@@ -203,6 +197,6 @@
 
 %files docs
 %defattr(0644,root,root,0755)
-%{_defaultdocdir}/lv2/html/
+%{_defaultdocdir}/lv2/lv2plug.in/
 
 %changelog

++ lv2-1.0.0.tar.bz2 - lv2-1.2.0.tar.bz2 ++
 13862 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org