Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-espeak for openSUSE:Factory 
checked in at 2024-02-22 20:59:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-espeak (Old)
 and      /work/SRC/openSUSE:Factory/.python-espeak.new.1706 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-espeak"

Thu Feb 22 20:59:37 2024 rev:10 rq:1149117 version:0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-espeak/python-espeak.changes      
2018-07-31 15:58:47.623484791 +0200
+++ /work/SRC/openSUSE:Factory/.python-espeak.new.1706/python-espeak.changes    
2024-02-22 21:00:45.112068022 +0100
@@ -1,0 +2,5 @@
+Wed Feb 21 16:12:26 UTC 2024 - Markéta Machová <mmach...@suse.com>
+
+- Minimal change to make it work on Python 3.12
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-espeak.spec ++++++
--- /var/tmp/diff_new_pack.Ubxb0p/_old  2024-02-22 21:00:45.620086594 +0100
+++ /var/tmp/diff_new_pack.Ubxb0p/_new  2024-02-22 21:00:45.620086594 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-espeak
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2012 Malcolm J Lewis <malcolmle...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,11 +13,11 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
+%{!?python_sitearch: %global python_sitearch %(python -c "from 
setuptools.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-espeak
 Version:        0.5
@@ -28,6 +28,7 @@
 URL:            https://launchpad.net/python-espeak
 Source0:        
https://launchpad.net/python-espeak/trunk/0.5/+download/python-espeak-0.5.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  espeak-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -39,6 +40,7 @@
 
 %prep
 %setup -q
+sed -i 's/distutils.core/setuptools/' setup.py
 
 %build
 export CFLAGS="%{optflags}"

Reply via email to