Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lv2 for openSUSE:Factory checked in at 2021-02-11 12:47:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lv2 (Old) and /work/SRC/openSUSE:Factory/.lv2.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lv2" Thu Feb 11 12:47:12 2021 rev:19 rq:869620 version:1.18.2 Changes: -------- --- /work/SRC/openSUSE:Factory/lv2/lv2.changes 2021-02-01 13:24:33.445761644 +0100 +++ /work/SRC/openSUSE:Factory/.lv2.new.28504/lv2.changes 2021-02-11 12:48:13.261561701 +0100 @@ -1,0 +2,7 @@ +Fri Feb 5 00:41:59 UTC 2021 - Simon Lees <[email protected]> + +- Big ugly patch to force waf to use python3 everywhere, python2 + is no longer available for build in SLE core + * build-with-python3.patch + +------------------------------------------------------------------- @@ -249 +255,0 @@ - New: ---- build-with-python3.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lv2.spec ++++++ --- /var/tmp/diff_new_pack.crKB7A/_old 2021-02-11 12:48:13.813562504 +0100 +++ /var/tmp/diff_new_pack.crKB7A/_new 2021-02-11 12:48:13.817562510 +0100 @@ -17,12 +17,8 @@ %define asciidocs 1 -# build Leap:15 with python2 it fails with 3 -%if 0%{?suse_version} > 1500 %define _waf python3 waf -%else -%define _waf python2 waf -%endif + Name: lv2 Version: 1.18.2 Release: 0 @@ -34,26 +30,20 @@ Source1: lv2-rpmlintrc # Patch-Fix-Upstream lv2pkgconfig.patch [email protected] -- Add "/" to end of -I directory because otherwise pkg-config outputs nothing. Patch0: lv2pkgconfig.patch +# Patch Build with python3 everywhere (allows python3 builds on leap) +Patch1: build-with-python3.patch BuildRequires: pkgconfig -BuildRequires: pkgconfig(gtk+-2.0) >= 2.18.0 -BuildRequires: pkgconfig(sndfile) >= 1.0.0 -%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 +BuildRequires: pkgconfig(sndfile) >= 1.0.0 + %if %{asciidocs} == 1 # Documentation build requirements. BuildRequires: asciidoc BuildRequires: doxygen BuildRequires: graphviz -%if 0%{?suse_version} > 1500 BuildRequires: python3-Pygments -%else -BuildRequires: python-Pygments -%endif %endif %description ++++++ build-with-python3.patch ++++++ ++++ 1778 lines (skipped)
