diff --git a/python314.changes b/python314.changes index 555e3c6..00ce88f 100644 --- a/python314.changes +++ b/python314.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 10 10:17:47 UTC 2025 - Daniel Garcia + +- Fix gil/nogil package description, bsc#1246229 + ------------------------------------------------------------------- Wed Jul 9 05:50:32 UTC 2025 - Matej Cepl diff --git a/python314.spec b/python314.spec index 7440a13..e5bf397 100644 --- a/python314.spec +++ b/python314.spec @@ -314,7 +314,7 @@ Installing "python3" is sufficient for the vast majority of usecases. In addition, recommended packages provide UI toolkit support (python3-curses, python3-tk), legacy UNIX database bindings (python3-dbm), and the IDLE development environment (python3-idle). -%if %{with GIL} +%if %{without GIL} This package has been built with the Global Interpreter Lock removed. This feature is still considered to be experimental. This package is @@ -435,7 +435,7 @@ This package contains the interpreter core and most commonly used modules from the standard library. This is sufficient for many usecases, but it excludes components that depend on external libraries, most notably XML, database and UI toolkits support. -%if %{with GIL} +%if %{without GIL} This package has been built with the Global Interpreter Lock removed. This feature is still considered to be experimental. This package is