Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jack for openSUSE:Factory checked in at 2024-04-12 17:33:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jack (Old) and /work/SRC/openSUSE:Factory/.jack.new.26366 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jack" Fri Apr 12 17:33:45 2024 rev:75 rq:1166834 version:1.9.22 Changes: -------- --- /work/SRC/openSUSE:Factory/jack/jack.changes 2023-05-24 20:21:58.984043825 +0200 +++ /work/SRC/openSUSE:Factory/.jack.new.26366/jack.changes 2024-04-12 17:33:56.705896201 +0200 @@ -1,0 +2,6 @@ +Thu Apr 11 09:20:55 UTC 2024 - [email protected] + +- remove dependency on /usr/bin/python3 using + %python3_fix_shebang macro, [bsc#1212476] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jack.spec ++++++ --- /var/tmp/diff_new_pack.SVXATY/_old 2024-04-12 17:33:57.629930232 +0200 +++ /var/tmp/diff_new_pack.SVXATY/_new 2024-04-12 17:33:57.629930232 +0200 @@ -1,7 +1,7 @@ # # spec file for package jack # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -135,9 +135,6 @@ %setup -q -n %{name}2-%{version} %autopatch -p1 -#Change python script headers to python3 -for i in `grep -rl "%{_bindir}/env python"`;do sed -i '1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done - %build %define _lto_cflags %{nil} export CFLAGS="%{optflags} -ggdb -fPIC" @@ -170,6 +167,7 @@ %endif %fdupes -s %{buildroot}%{_docdir} +%python3_fix_shebang %post -n libjack%{sonum} -p /sbin/ldconfig %postun -n libjack%{sonum} -p /sbin/ldconfig
