Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package seamonkey for openSUSE:Leap:16.0 
checked in at 2025-04-07 13:58:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:16.0/seamonkey (Old)
 and      /work/SRC/openSUSE:Leap:16.0/.seamonkey.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "seamonkey"

Mon Apr  7 13:58:41 2025 rev:3 rq:1267592 version:2.53.20

Changes:
--------
--- /work/SRC/openSUSE:Leap:16.0/seamonkey/seamonkey.changes    2025-03-19 
11:57:29.968853546 +0100
+++ /work/SRC/openSUSE:Leap:16.0/.seamonkey.new.1907/seamonkey.changes  
2025-04-07 13:59:14.195176466 +0200
@@ -1,0 +2,6 @@
+Wed Mar 19 23:23:30 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Add patch mach-use-python-311.patch:
+  * Execute mach with Python 3.11, it does not support Python 3.13.
+
+-------------------------------------------------------------------

New:
----
  mach-use-python-311.patch

BETA DEBUG BEGIN:
  New:
- Add patch mach-use-python-311.patch:
  * Execute mach with Python 3.11, it does not support Python 3.13.
BETA DEBUG END:

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

Other differences:
------------------
++++++ seamonkey.spec ++++++
--- /var/tmp/diff_new_pack.koyCiw/_old  2025-04-07 13:59:15.511231596 +0200
+++ /var/tmp/diff_new_pack.koyCiw/_new  2025-04-07 13:59:15.515231763 +0200
@@ -48,7 +48,7 @@
 %endif
 BuildRequires:  makeinfo
 BuildRequires:  memory-constraints
-BuildRequires:  python3-base
+BuildRequires:  python311-base
 BuildRequires:  startup-notification-devel
 BuildRequires:  unzip
 BuildRequires:  update-desktop-files
@@ -101,6 +101,7 @@
 Patch5:         reproducible.patch
 Patch6:         mozilla-bmo531915.patch
 Patch7:         mozilla-bmo1896958.patch
+Patch8:         mach-use-python-311.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         /bin/sh coreutils
 Provides:       seamonkey-mail = %{version}
@@ -237,6 +238,7 @@
 %patch -P 5 -p1
 %patch -P 6 -p1
 %patch -P 7 -p1
+%patch -P 8 -p1
 
 cat << EOF > .mozconfig
 mk_add_options MOZILLA_OFFICIAL=1

++++++ mach-use-python-311.patch ++++++
--- mozilla/mach~       2025-03-19 05:32:33.217982928 +0000
+++ mozilla/mach        2025-03-19 05:32:42.248303296 +0000
@@ -87,7 +87,7 @@
     esac
     py3executable=$state_dir/_virtualenvs/mach/$bin_path/python
 else
-    py3executable=python3
+    py3executable=python3.11
 fi
 
 # Check whether we need to run with the native Python 3 interpreter.

Reply via email to