Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-qt5 for openSUSE:Factory checked in at 2023-06-27 23:15:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-qt5 (Old) and /work/SRC/openSUSE:Factory/.python-qt5.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-qt5" Tue Jun 27 23:15:23 2023 rev:64 rq:1095490 version:5.15.9 Changes: -------- --- /work/SRC/openSUSE:Factory/python-qt5/python-qt5.changes 2023-06-12 15:25:22.726671241 +0200 +++ /work/SRC/openSUSE:Factory/.python-qt5.new.15902/python-qt5.changes 2023-06-27 23:15:28.698972011 +0200 @@ -1,0 +2,6 @@ +Mon Jun 26 12:04:36 UTC 2023 - Hans-Peter Jansen <h...@urpla.net> + +- Fix shell stubs of pyuic5 pylupdate5 pyrcc5 in order to run the + correct interpreter + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-qt5.spec ++++++ --- /var/tmp/diff_new_pack.ifstXE/_old 2023-06-27 23:15:29.442976389 +0200 +++ /var/tmp/diff_new_pack.ifstXE/_new 2023-06-27 23:15:29.446976412 +0200 @@ -230,6 +230,13 @@ %python_clone -a %{buildroot}%{_bindir}/pylupdate5 %python_clone -a %{buildroot}%{_bindir}/pyrcc5 +# we need to fix up these helper scripts, because the build env just replaces shebang args +# but these are plain shell scripts, where the wrong interpreter is called from the second line +%{python_expand for p in pyuic5 pylupdate5 pyrcc5; do \ + sed -ri '2s@python[0-9.]+@python%{$python_bin_suffix}@' %{buildroot}%{_bindir}/$p-%{$python_bin_suffix}; +done +} + # Provide the legacy path to the SIP files for packages stuck on sip4 mkdir -p %{buildroot}%{_datadir}/sip/ %{python_expand ln -sr \