diff --git a/.gitignore b/.gitignore index b6b5914..4cb3e1c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /xtensor-0.21.2.tar.gz /xtensor-0.21.7.tar.gz /xtensor-0.23.1.tar.gz +/xtensor-0.24.2.tar.gz diff --git a/sources b/sources index 113cdd1..972b9d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xtensor-0.23.1.tar.gz) = 6b9aaa0afc8e602e389d33dae1a2204b5beca499f6499adde9418b7d8bf6c62631142b7c774e12203e20769949e004abd4080f84131dd95d5bcef734b33ef15b +SHA512 (xtensor-0.24.2.tar.gz) = ca3682c33e106ba1391c7fb9135cde846cd13de5aab8923b25792ba0103848e904146dbf83c1ba6f030e85f187ec922e083d84a6c248a21e410fdd8785a86398 diff --git a/xtensor.spec b/xtensor.spec index f2bf049..971a33b 100644 --- a/xtensor.spec +++ b/xtensor.spec @@ -1,8 +1,8 @@ %undefine __cmake_in_source_build Name: xtensor -Version: 0.23.1 -Release: 3%{?dist} +Version: 0.24.2 +Release: 1%{?dist} Summary: C++ tensors with broadcasting and lazy computing License: BSD URL: http://xtensor.readthedocs.io/ @@ -68,13 +68,16 @@ find -name '*.npy' -exec %{__python3} -c "import numpy as np; np.save('{}', np.l %{_libdir}/pkgconfig/%{name}.pc %changelog +* Wed May 11 2022 sguelton@redhat.com - 0.24.2-1 +- Upstream version bump + * Sat Jan 22 2022 Fedora Release Engineering - 0.23.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * 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 +* Mon Feb 15 2021 sguelton@redhat.com - 0.23.1-1 - Upstream version bump - More generic use of %cmake_build