diff --git a/Cython.spec b/Cython.spec index 2a14e65..5819306 100644 --- a/Cython.spec +++ b/Cython.spec @@ -1,12 +1,12 @@ %global srcname Cython %global upname cython -%bcond_with tests +%bcond_without tests Name: Cython Version: 0.29.19 %global upver %{version_no_tilde %{nil}} -Release: 1%{?dist} +Release: 1.1.riscv64%{?dist} Summary: Language for writing Python extension modules License: ASL 2.0 @@ -118,6 +118,9 @@ cp -p cython-mode-init.el cython-mode-init.elc %{buildroot}%{_emacs_sitestartdir %{_emacs_sitestartdir}/cython*.el* %changelog +* Sat Jun 06 2020 David Abdurachmanov - 0.29.19-1.1.riscv64 +- Enable tests + * Sat Jun 06 2020 David Abdurachmanov - 0.29.19-1.0.riscv64 - Disable tests (break cyclic dependency on numpy)