diff --git a/gdb.spec b/gdb.spec index 4b510bf..ed39ea6 100644 --- a/gdb.spec +++ b/gdb.spec @@ -1,4 +1,3 @@ -%global _without_python 1 # rpmbuild parameters: # --with testsuite: Run the testsuite (biarch if possible). Default is without. # --with buildisa: Use %%{?_isa} for BuildRequires @@ -58,7 +57,7 @@ Version: 13.2 # The release always contains a leading reserved number, start it at 1. # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing. -Release: 11.1.riscv64%{?dist} +Release: 11.2.riscv64%{?dist} License: GPL-3.0-or-later AND BSD-3-clause AND FSFAP AND LGPL-2.1-or-later AND GPL-2.0-or-later AND LGPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain AND GFDL-1.3-or-later AND LGPL-2.0-or-later WITH GCC-exception-2.0 AND GPL-3.0-or-later WITH GCC-exception-3.1 AND GPL-2.0-or-later WITH GNU-compiler-exception # Do not provide URL for snapshots as the file lasts there only for 2 days. @@ -1253,6 +1252,9 @@ fi %endif %changelog +* Sat Oct 21 2023 David Abdurachmanov 13.2-11.2.riscv64 +- Final bootstrap for Python 3.12 riscv64 + * Tue Oct 17 2023 David Abdurachmanov 13.2-11.1.riscv64 - Bootstrap for Python 3.12 riscv64