diff --git a/python-numba.spec b/python-numba.spec index a0edfbf..02a68e4 100644 --- a/python-numba.spec +++ b/python-numba.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-numba -Version: 0.46.0 +Version: 0.45.1 Release: 0 Summary: NumPy-aware optimizing compiler for Python using LLVM License: BSD-2-Clause @@ -65,14 +65,14 @@ in the decorator. Numba is a mechanism for producing machine code from Python syntax and typed data structures such as those that exist in NumPy. -%package devel +%package devel Summary: Development files for numba applications Group: Development/Libraries/Python Requires: %{name} = %{version} Requires: python-devel Requires: python-numpy-devel >= 1.7 -%description devel +%description devel This package contains files for developing applications using numba. %prep