Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f3108c0aa | ||
|
|
4651740914 | ||
|
|
f6e1398817 | ||
|
|
c599a127e8 | ||
|
|
6906c1f79e |
3 changed files with 23 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xeus-0.24.0.tar.gz) = af5b82797dcd1057bd3d669f5c35cc0d29bc43d0743236674ed89076f09a6e79ba4b96df9b5252e7a69665f4c2e7b9370aecf07caa397251e97f97df0a4445af
|
||||
SHA512 (xeus-0.24.4.tar.gz) = 58ea771880ad98d44e8528bfb79a11b675178a786b7e8686394a9c5dc82d2c1abc7f6cf4be226030d7175af97fbc89b5ba373c8028f17e0eb08a03e136b480fb
|
||||
|
|
|
|||
20
xeus.spec
20
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 <quantum.analyst@gmail.com> - 0.24.4-1
|
||||
- Update to latest version (#1896206)
|
||||
|
||||
* Sun Nov 08 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.24.3-1
|
||||
- Update to latest version (#1895579)
|
||||
|
||||
* Tue Oct 06 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.24.2-1
|
||||
- Update to latest version (#1884918)
|
||||
|
||||
* Fri Jun 26 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.24.1-1
|
||||
- Update to latest version
|
||||
|
||||
* Sat Jun 13 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.24.0-1
|
||||
- Update to latest version
|
||||
|
||||
|
|
@ -88,7 +105,6 @@ ctest -V
|
|||
|
||||
* Fri Feb 14 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.23.5-1
|
||||
- Update to latest version
|
||||
- Re-enable build on armv7hl and ppc64le
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue