Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package units for openSUSE:Factory checked in at 2021-03-11 20:11:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/units (Old) and /work/SRC/openSUSE:Factory/.units.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "units" Thu Mar 11 20:11:32 2021 rev:32 rq:878308 version:2.21 Changes: -------- --- /work/SRC/openSUSE:Factory/units/units.changes 2020-11-23 10:52:30.214723085 +0100 +++ /work/SRC/openSUSE:Factory/.units.new.2401/units.changes 2021-03-11 20:13:04.868740412 +0100 @@ -1,0 +2,5 @@ +Thu Mar 11 10:02:54 UTC 2021 - pgaj...@suse.com + +- use python3 by home:lorenz + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ units.spec ++++++ --- /var/tmp/diff_new_pack.sggqqm/_old 2021-03-11 20:13:05.360741209 +0100 +++ /var/tmp/diff_new_pack.sggqqm/_new 2021-03-11 20:13:05.360741209 +0100 @@ -1,7 +1,7 @@ # # spec file for package units # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,7 +34,7 @@ Requires(preun): %{install_info_prereq} %endif %if %{with units_cur} -BuildRequires: python-base +BuildRequires: python3-base %endif %description @@ -51,7 +51,7 @@ %build export CFLAGS="%{optflags} -fPIE" export LDFLAGS="-pie" -%configure +%configure PYTHON=/usr/bin/python3 %make_build %install