Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package semantik for openSUSE:Factory checked in at 2023-06-06 19:57:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/semantik (Old) and /work/SRC/openSUSE:Factory/.semantik.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "semantik" Tue Jun 6 19:57:20 2023 rev:22 rq:1091079 version:1.2.9 Changes: -------- --- /work/SRC/openSUSE:Factory/semantik/semantik.changes 2023-04-14 13:13:29.591706279 +0200 +++ /work/SRC/openSUSE:Factory/.semantik.new.15902/semantik.changes 2023-06-06 19:57:59.611090170 +0200 @@ -1,0 +2,5 @@ +Tue Apr 18 15:30:06 UTC 2023 - Max Lin <[email protected]> + +- Use python3 as the script interpreter in wscript file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ semantik.spec ++++++ --- /var/tmp/diff_new_pack.QmV0xn/_old 2023-06-06 19:58:00.155093394 +0200 +++ /var/tmp/diff_new_pack.QmV0xn/_new 2023-06-06 19:58:00.159093418 +0200 @@ -89,6 +89,10 @@ chmod a+rx %{buildroot}%{_datadir}/semantik/filters/*.py chmod a+rx %{buildroot}%{_datadir}/semantik/sembind.py +# fix the script interpreter +sed -i -e 's|#! /usr/bin/python|#!/usr/bin/python3|' %{buildroot}%{_datadir}/semantik/templates/pdflatex/wscript +sed -i -e 's|#! /usr/bin/python|#!/usr/bin/python3|' %{buildroot}%{_datadir}/semantik/templates/beamer/wscript + # install man page install -D -m644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1
