Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Printrun for openSUSE:Factory checked in at 2021-01-25 18:24:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Printrun (Old) and /work/SRC/openSUSE:Factory/.Printrun.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Printrun" Mon Jan 25 18:24:02 2021 rev:5 rq:866336 version:2.0.0~rc7.1599393390.c451359 Changes: -------- --- /work/SRC/openSUSE:Factory/Printrun/Printrun.changes 2020-11-06 23:45:35.755206417 +0100 +++ /work/SRC/openSUSE:Factory/.Printrun.new.28504/Printrun.changes 2021-01-25 18:24:21.548493075 +0100 @@ -1,0 +2,6 @@ +Sun Jan 24 09:17:57 UTC 2021 - Stefan Br??ns <[email protected]> + +- Fix build failures after backwards incompatible changes to + python-rpm-macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Printrun.spec ++++++ --- /var/tmp/diff_new_pack.gQgHLx/_old 2021-01-25 18:24:22.372494273 +0100 +++ /var/tmp/diff_new_pack.gQgHLx/_new 2021-01-25 18:24:22.372494273 +0100 @@ -16,9 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 - Name: Printrun Version: 2.0.0~rc7.1599393390.c451359 Release: 0 @@ -33,10 +30,9 @@ Source2: pronterface.desktop Source3: plater.desktop -BuildRequires: %{python_module Cython} -BuildRequires: %{python_module devel} -BuildRequires: %{python_module pyserial} -BuildRequires: %{python_module setuptools} +BuildRequires: python3-Cython +BuildRequires: python3-pyserial +BuildRequires: python3-setuptools BuildRequires: gettext %if 0%{?suse_version} BuildRequires: fdupes @@ -124,7 +120,7 @@ sed -s -i -e '1 s@/usr/bin/env python3@/usr/bin/python3@' printrun/*py %build -%python_build +%python3_build # rebuild locales cd locale @@ -135,7 +131,7 @@ cd .. %install -%python_install +%python3_install # fixup executable bits for f in %{buildroot}%{python3_sitearch}/printrun/*py; do
