Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bluez for openSUSE:Factory checked in at 2021-01-29 14:56:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bluez (Old) and /work/SRC/openSUSE:Factory/.bluez.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bluez" Fri Jan 29 14:56:45 2021 rev:173 rq:867146 version:5.55 Changes: -------- --- /work/SRC/openSUSE:Factory/bluez/bluez.changes 2020-09-29 18:58:54.129562028 +0200 +++ /work/SRC/openSUSE:Factory/.bluez.new.28504/bluez.changes 2021-01-29 14:57:02.397504348 +0100 @@ -1,0 +2,5 @@ +Wed Jan 27 08:48:16 UTC 2021 - Stefan Seyfried <[email protected]> + +- add bluez-test-2to3.diff to get rid of python2 dependency + +------------------------------------------------------------------- New: ---- bluez-test-2to3.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bluez.spec ++++++ --- /var/tmp/diff_new_pack.MRxR5I/_old 2021-01-29 14:57:03.777506378 +0100 +++ /var/tmp/diff_new_pack.MRxR5I/_new 2021-01-29 14:57:03.781506385 +0100 @@ -1,7 +1,7 @@ # # spec file for package bluez # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2010-2020 B1 Systems GmbH, Vohburg, Germany # # All modifications and additions to the file contributed by third parties @@ -45,6 +45,8 @@ Patch3: bluez-cups-libexec.patch # workaround for broken tests (reported upstream but not yet fixed) Patch4: bluez-disable-broken-tests.diff +# get rid of python2. WARNING: this is autogenerated by 2to3 and might not work +Patch5: bluez-test-2to3.diff # Move 43xx firmware path for RPi3 bluetooth support bsc#1140688 Patch10: RPi-Move-the-43xx-firmware-into-lib-firmware.patch # Upstream suggests to use btmon instead of hcidump and does not want those patches @@ -185,6 +187,9 @@ # for auto-enable subpackage echo AutoEnable=true >> src/main.conf +# 2to3 does not fix the #! line +sed -i '1s#/usr/bin/python$#/usr/bin/python3#' test/* + %build # because of patch4... autoreconf -fi ++++++ bluez-test-2to3.diff ++++++ ++++ 747 lines (skipped)
