Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package solfege for openSUSE:Factory checked in at 2021-10-29 22:34:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/solfege (Old) and /work/SRC/openSUSE:Factory/.solfege.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "solfege" Fri Oct 29 22:34:24 2021 rev:45 rq:928111 version:3.23.4 Changes: -------- --- /work/SRC/openSUSE:Factory/solfege/solfege.changes 2020-05-09 19:52:41.604881548 +0200 +++ /work/SRC/openSUSE:Factory/.solfege.new.1890/solfege.changes 2021-10-29 22:35:32.435711748 +0200 @@ -1,0 +2,5 @@ +Fri Oct 29 03:51:30 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com> + +- Replace missed /usr/bin/python shebangs with python3. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ solfege.spec ++++++ --- /var/tmp/diff_new_pack.P5oPVG/_old 2021-10-29 22:35:32.911711929 +0200 +++ /var/tmp/diff_new_pack.P5oPVG/_new 2021-10-29 22:35:32.915711930 +0200 @@ -1,7 +1,7 @@ # # spec file for package solfege # -# 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 @@ -77,7 +77,7 @@ %patch3 -p1 for i in `grep -rl "/usr/bin/env python "`;do $(chmod 0755 ${i} ; sed -i '1s/^#!.*/#!\/usr\/bin\/python3 /' ${i}) ;done -#for i in `grep -rl "!/usr/bin/python "`;do $(chmod 0755 ${i} ; sed -i '1s/^#!.*/#!\/usr\/bin\/python3 /' ${i}) ;done +for i in `grep -rl "!/usr/bin/python"`;do $(chmod 0755 ${i} ; sed -i '1s/^#!.*/#!\/usr\/bin\/python3/' ${i}) ;done %build autoreconf -fi