diff --git a/python/python.patch b/python/python.patch index ddbe9f8558..053bc06bae 100644 --- a/python/python.patch +++ b/python/python.patch @@ -1,7 +1,7 @@ Index: Modules/_uuidmodule.c ---- Modules/_uuidmodule.c.orig 2024-06-06 20:26:44.000000000 +0200 -+++ Modules/_uuidmodule.c 2024-06-22 13:14:49.718760000 +0200 -@@ -8,7 +8,7 @@ +--- Modules/_uuidmodule.c.orig 2025-10-07 11:34:52.000000000 +0200 ++++ Modules/_uuidmodule.c 2025-10-08 00:26:51.674113000 +0200 +@@ -12,7 +12,7 @@ #include "Python.h" #if defined(HAVE_UUID_H) // AIX, FreeBSD, libuuid with pkgconf @@ -11,9 +11,9 @@ Index: Modules/_uuidmodule.c // libuuid without pkgconf #include Index: configure ---- configure.orig 2024-06-06 20:26:44.000000000 +0200 -+++ configure 2024-06-22 13:03:47.835852000 +0200 -@@ -5459,9 +5459,9 @@ +--- configure.orig 2025-10-07 11:34:52.000000000 +0200 ++++ configure 2025-10-08 00:26:51.676853000 +0200 +@@ -5788,9 +5788,9 @@ CFLAGS=$ac_save_CFLAGS elif test $ac_cv_prog_cc_g = yes; then if test "$GCC" = yes; then @@ -25,7 +25,7 @@ Index: configure fi else if test "$GCC" = yes; then -@@ -9329,7 +9329,7 @@ +@@ -9566,7 +9566,7 @@ if test "$Py_DEBUG" = 'true' ; then OPT="-g $PYDEBUG_CFLAGS -Wall" else @@ -34,12 +34,3 @@ Index: configure fi ;; *) -@@ -12950,7 +12950,7 @@ - then - LINKFORSHARED="-Wl,--export-dynamic" - fi;; -- SunOS/5*) case $CC in -+ SunOS/5*) case gcc in - *gcc*) - if $CC -Xlinker --help 2>&1 | grep export-dynamic >/dev/null - then diff --git a/python/python.spec b/python/python.spec index efa18c5c8a..0e5d0b0ea6 100644 --- a/python/python.spec +++ b/python/python.spec @@ -31,8 +31,8 @@ Distribution: OpenPKG Community Class: BASE Group: Language License: GPL -Version: 3.13.7 -Release: 20250822 +Version: 3.14.0 +Release: 20251008 # package options %option with_readline no