Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-python-for-android for 
openSUSE:Factory checked in at 2022-06-18 22:06:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-for-android (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-for-android.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-for-android"

Sat Jun 18 22:06:37 2022 rev:2 rq:983631 version:2020.6.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-python-for-android/python-python-for-android.changes
      2020-11-23 10:45:59.646332645 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-for-android.new.1548/python-python-for-android.changes
    2022-06-18 22:06:40.627697645 +0200
@@ -1,0 +2,5 @@
+Fri Jun 17 13:29:45 UTC 2022 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Properly fix shebangs to inject path to python interpreter.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-python-for-android.spec ++++++
--- /var/tmp/diff_new_pack.kjxU1G/_old  2022-06-18 22:06:41.115698339 +0200
+++ /var/tmp/diff_new_pack.kjxU1G/_new  2022-06-18 22:06:41.119698345 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-for-android
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -39,7 +39,7 @@
 Requires:       python-six
 Requires:       python-toml
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 Recommends:     cmake
 Recommends:     python-pip
 Recommends:     python-setuptools
@@ -95,7 +95,7 @@
 %python_clone -a %{buildroot}%{_bindir}/p4a
 %{python_expand rm -r %{buildroot}%{$python_sitelib}/ci/ 
%{buildroot}%{$python_sitelib}/tests/
 
-sed -i "1{s:#!.*$:#!%{_bindir}/$python:}" \
+sed -i "1{s:#!.*$:#!%{_bindir}/python%{$python_bin_suffix}:}" \
   %{buildroot}%{$python_sitelib}/pythonforandroid/tools/*link \
   
%{buildroot}%{$python_sitelib}/pythonforandroid/bootstraps/common/build/build.py
 \
   %{buildroot}%{$python_sitelib}/pythonforandroid/toolchain.py

Reply via email to