diff --git a/python-Cython.spec b/python-Cython.spec index 8d37ce9adde8a43a723dc8ada341914713e1e226..87de07e2df4a2398fbbe9667cfc7ac966da3584b 100644 --- a/python-Cython.spec +++ b/python-Cython.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-Cython Version: 0.29.24 -Release: 1 +Release: 2 Summary: The Cython compiler for writing C extensions for the Python language. License: Apache 2.0 URL: https://github.com/cython/cython @@ -14,11 +14,12 @@ The most widely used Python to C compiler %package -n python3-Cython Summary: The Cython compiler for writing C extensions for the Python language. Provides: python-Cython + BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi BuildRequires: gcc -BuildRequires: gdb + %description -n python3-Cython The most widely used Python to C compiler @@ -69,5 +70,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Jun 20 2022 tanyulong - 0.29.24-2 +- Delete unnecessary gdb from BuildRequires + * Tue Oct 12 2021 Python_Bot - 0.29.24-1 - Package Init