diff --git a/xtensor.spec b/xtensor.spec index 46144c3..e8ebb2c 100644 --- a/xtensor.spec +++ b/xtensor.spec @@ -2,7 +2,7 @@ Name: xtensor Version: 0.23.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C++ tensors with broadcasting and lazy computing License: BSD URL: http://xtensor.readthedocs.io/ @@ -68,6 +68,9 @@ find -name '*.npy' -exec %{__python3} -c "import numpy as np; np.save('{}', np.l %{_libdir}/pkgconfig/%{name}.pc %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 0.23.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Mon Feb 15 2021 sguelton@redhat.com - 0.25.1-1 - Upstream version bump - More generic use of %cmake_build