diff --git a/.gitignore b/.gitignore index 8e46d26..85ea91b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,7 @@ /xeus-0.23.9.tar.gz /xeus-0.23.14.tar.gz /xeus-0.24.0.tar.gz +/xeus-0.24.1.tar.gz +/xeus-0.24.2.tar.gz +/xeus-0.24.3.tar.gz +/xeus-0.24.4.tar.gz diff --git a/sources b/sources index 4040fa5..7f35e4c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xeus-0.24.0.tar.gz) = af5b82797dcd1057bd3d669f5c35cc0d29bc43d0743236674ed89076f09a6e79ba4b96df9b5252e7a69665f4c2e7b9370aecf07caa397251e97f97df0a4445af +SHA512 (xeus-0.24.4.tar.gz) = 58ea771880ad98d44e8528bfb79a11b675178a786b7e8686394a9c5dc82d2c1abc7f6cf4be226030d7175af97fbc89b5ba373c8028f17e0eb08a03e136b480fb diff --git a/xeus.spec b/xeus.spec index 3457a58..e3ba3ff 100644 --- a/xeus.spec +++ b/xeus.spec @@ -1,5 +1,5 @@ Name: xeus -Version: 0.24.0 +Version: 0.24.4 Release: 1%{?dist} Summary: C++ implementation of the Jupyter kernel protocol @@ -7,6 +7,11 @@ License: BSD URL: https://github.com/jupyter-xeus/xeus Source0: https://github.com/jupyter-xeus/xeus/archive/%{version}/%{name}-%{version}.tar.gz +# xtl is broken on some arches. +# https://bugzilla.redhat.com/show_bug.cgi?id=1745840 +# https://bugzilla.redhat.com/show_bug.cgi?id=1745841 +ExcludeArch: armv7hl ppc64le + BuildRequires: cmake >= 3.8 BuildRequires: cmake(cppzmq) >= 4.3.0 BuildRequires: cmake(nlohmann_json) >= 3.2.0 @@ -71,6 +76,18 @@ ctest -V %changelog +* Mon Nov 09 2020 Elliott Sales de Andrade - 0.24.4-1 +- Update to latest version (#1896206) + +* Sun Nov 08 2020 Elliott Sales de Andrade - 0.24.3-1 +- Update to latest version (#1895579) + +* Tue Oct 06 2020 Elliott Sales de Andrade - 0.24.2-1 +- Update to latest version (#1884918) + +* Fri Jun 26 2020 Elliott Sales de Andrade - 0.24.1-1 +- Update to latest version + * Sat Jun 13 2020 Elliott Sales de Andrade - 0.24.0-1 - Update to latest version @@ -88,7 +105,6 @@ ctest -V * Fri Feb 14 2020 Elliott Sales de Andrade - 0.23.5-1 - Update to latest version -- Re-enable build on armv7hl and ppc64le * Fri Jan 31 2020 Fedora Release Engineering - 0.23.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild