From 6906c1f79e38a876c3aa08836da10b0daca004df Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sat, 13 Jun 2020 01:46:46 -0400 Subject: [PATCH 1/5] Revert "Re-enable build on armv7hl and ppc64le." This reverts commit aafb0914822024bfd927ab73a70c43ebe623998c. --- xeus.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xeus.spec b/xeus.spec index 3457a58..5b7f8f0 100644 --- a/xeus.spec +++ b/xeus.spec @@ -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 @@ -88,7 +93,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 From c599a127e849034289b8b84a12a51163a3fc4c4d Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Fri, 26 Jun 2020 23:27:52 -0400 Subject: [PATCH 2/5] Update to latest version. --- .gitignore | 1 + sources | 2 +- xeus.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8e46d26..804cdd2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /xeus-0.23.9.tar.gz /xeus-0.23.14.tar.gz /xeus-0.24.0.tar.gz +/xeus-0.24.1.tar.gz diff --git a/sources b/sources index 4040fa5..5dabf30 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xeus-0.24.0.tar.gz) = af5b82797dcd1057bd3d669f5c35cc0d29bc43d0743236674ed89076f09a6e79ba4b96df9b5252e7a69665f4c2e7b9370aecf07caa397251e97f97df0a4445af +SHA512 (xeus-0.24.1.tar.gz) = 85985bef9e0feef5d81473c561626d3d5ea658f5718559c454b4008f40ee3bcbac2862e7fb9d5fbcade37edb42681cf9e63b59a11bf3955b05495045c5667173 diff --git a/xeus.spec b/xeus.spec index 5b7f8f0..a9840ee 100644 --- a/xeus.spec +++ b/xeus.spec @@ -1,5 +1,5 @@ Name: xeus -Version: 0.24.0 +Version: 0.24.1 Release: 1%{?dist} Summary: C++ implementation of the Jupyter kernel protocol @@ -76,6 +76,9 @@ ctest -V %changelog +* 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 From f6e139881732507403b86b252108c9ada20cf90c Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 6 Oct 2020 22:37:07 -0400 Subject: [PATCH 3/5] Update to latest version. --- .gitignore | 1 + sources | 2 +- xeus.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 804cdd2..3099b68 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /xeus-0.23.14.tar.gz /xeus-0.24.0.tar.gz /xeus-0.24.1.tar.gz +/xeus-0.24.2.tar.gz diff --git a/sources b/sources index 5dabf30..abc91af 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xeus-0.24.1.tar.gz) = 85985bef9e0feef5d81473c561626d3d5ea658f5718559c454b4008f40ee3bcbac2862e7fb9d5fbcade37edb42681cf9e63b59a11bf3955b05495045c5667173 +SHA512 (xeus-0.24.2.tar.gz) = 565e8d6aef8038958a4a5cdfdf87e6fb14f57545556f95275475d8771633c384e442cb742a1905ecea33dc0751254370a8ec5b7390f703665a95df265d717abf diff --git a/xeus.spec b/xeus.spec index a9840ee..062ba76 100644 --- a/xeus.spec +++ b/xeus.spec @@ -1,5 +1,5 @@ Name: xeus -Version: 0.24.1 +Version: 0.24.2 Release: 1%{?dist} Summary: C++ implementation of the Jupyter kernel protocol @@ -76,6 +76,9 @@ ctest -V %changelog +* 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 From 4651740914d516383b86db846de2e8b27b31e096 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sun, 8 Nov 2020 04:03:40 -0500 Subject: [PATCH 4/5] Update to latest version. --- .gitignore | 1 + sources | 2 +- xeus.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3099b68..80081ab 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /xeus-0.24.0.tar.gz /xeus-0.24.1.tar.gz /xeus-0.24.2.tar.gz +/xeus-0.24.3.tar.gz diff --git a/sources b/sources index abc91af..8e90b30 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xeus-0.24.2.tar.gz) = 565e8d6aef8038958a4a5cdfdf87e6fb14f57545556f95275475d8771633c384e442cb742a1905ecea33dc0751254370a8ec5b7390f703665a95df265d717abf +SHA512 (xeus-0.24.3.tar.gz) = 7da96c405eb9471f189b579e78a522c0aa1cc73a3ce7f901f115f2db5e67d8afb91e4342fdb16b04ce10e6ea38521b23d497a4e5828baf2630117940d8f94daf diff --git a/xeus.spec b/xeus.spec index 062ba76..19065c4 100644 --- a/xeus.spec +++ b/xeus.spec @@ -1,5 +1,5 @@ Name: xeus -Version: 0.24.2 +Version: 0.24.3 Release: 1%{?dist} Summary: C++ implementation of the Jupyter kernel protocol @@ -76,6 +76,9 @@ ctest -V %changelog +* 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) From 5f3108c0aaf2fefbc6d79fa6b8abbd90e3e146b6 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Mon, 9 Nov 2020 22:25:04 -0500 Subject: [PATCH 5/5] Update to latest version. --- .gitignore | 1 + sources | 2 +- xeus.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 80081ab..85ea91b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /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 8e90b30..7f35e4c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xeus-0.24.3.tar.gz) = 7da96c405eb9471f189b579e78a522c0aa1cc73a3ce7f901f115f2db5e67d8afb91e4342fdb16b04ce10e6ea38521b23d497a4e5828baf2630117940d8f94daf +SHA512 (xeus-0.24.4.tar.gz) = 58ea771880ad98d44e8528bfb79a11b675178a786b7e8686394a9c5dc82d2c1abc7f6cf4be226030d7175af97fbc89b5ba373c8028f17e0eb08a03e136b480fb diff --git a/xeus.spec b/xeus.spec index 19065c4..e3ba3ff 100644 --- a/xeus.spec +++ b/xeus.spec @@ -1,5 +1,5 @@ Name: xeus -Version: 0.24.3 +Version: 0.24.4 Release: 1%{?dist} Summary: C++ implementation of the Jupyter kernel protocol @@ -76,6 +76,9 @@ 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)