Hello community,

here is the log from the commit of package non for openSUSE:Factory checked in 
at 2019-02-25 17:54:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/non (Old)
 and      /work/SRC/openSUSE:Factory/.non.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "non"

Mon Feb 25 17:54:37 2019 rev:3 rq:678317 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/non/non.changes  2018-08-03 12:35:19.227393300 
+0200
+++ /work/SRC/openSUSE:Factory/.non.new.28833/non.changes       2019-02-25 
17:54:41.518492855 +0100
@@ -1,0 +2,6 @@
+Sat Feb 23 01:53:46 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
+
+- Run the build system in Python 2 due to incompatibility with
+  recent Python.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ non.spec ++++++
--- /var/tmp/diff_new_pack.Koa3W5/_old  2019-02-25 17:54:42.446492425 +0100
+++ /var/tmp/diff_new_pack.Koa3W5/_new  2019-02-25 17:54:42.450492423 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package non
 #
-# 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
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -36,7 +36,7 @@
 BuildRequires:  ladspa-devel
 BuildRequires:  non-ntk-fluid
 BuildRequires:  pkgconfig
-BuildRequires:  python3-base
+BuildRequires:  python2-base
 BuildRequires:  pkgconfig(jack) >= 0.103.0
 BuildRequires:  pkgconfig(liblo) >= 0.26
 BuildRequires:  pkgconfig(lrdf) >= 0.4.0
@@ -132,15 +132,15 @@
 %build
 export CFLAGS="%{optflags}"
 export CXXFLAGS="%{optflags}"
-python3 ./waf configure \
+python ./waf configure \
     --prefix="%{_prefix}"  \
     --bindir="%{_bindir}"  \
     --mandir="%{_mandir}"  \
     --libdir="%{_libdir}"
-python3 ./waf build --verbose %{?_smp_mflags}
+python ./waf build --verbose %{?_smp_mflags}
 
 %install
-python3 ./waf --destdir=%{buildroot} install
+python ./waf --destdir=%{buildroot} install
 
 %if 0%{?suse_version}
 mkdir -p %{buildroot}%{_docdir}


Reply via email to