diff --git a/python-scikit-image.spec b/python-scikit-image.spec index 5cd95ea..935efe5 100644 --- a/python-scikit-image.spec +++ b/python-scikit-image.spec @@ -4,7 +4,7 @@ Name: python-scikit-image Version: 0.22.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Image processing in Python # The following files are BSD 2 clauses, the rest BSD 3 clauses # skimage/graph/_mcp.pyx @@ -110,6 +110,9 @@ pushd %{buildroot}/%{python3_sitearch} --deselect="skimage/io/tests/test_pil.py::test_all_mono" \ --deselect="skimage/measure/tests/test_moments.py::test_analytical_moments_calculation[3-1-float32]" \ %endif +%ifarch riscv64 + --deselect="skimage/measure/tests/test_moments.py::test_analytical_moments_calculation[2-1-float32]" \ +%endif skimage popd %endif @@ -120,6 +123,9 @@ popd %changelog +* Wed Feb 21 2024 Songsong Zhang - 0.22.0-5 +- Add riscv64 support + * Fri Jan 26 2024 Fedora Release Engineering - 0.22.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild