Compare commits

..

28 commits

Author SHA1 Message Date
Fedora Release Engineering
14b64b75af Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:08:01 +00:00
Fedora Release Engineering
8353711aec Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:34:46 +00:00
Packit
d778415115 Update to 5.2.6 upstream release
- Resolves: rhbz#2416738

Commit authored by Packit automation (https://packit.dev/)
2025-11-24 16:45:06 +00:00
Elliott Sales de Andrade
715eb251d6 Update to latest version (#2349512) 2025-09-21 15:41:00 -04:00
Elliott Sales de Andrade
b47ecc8029 Add Packit configuration 2025-08-24 23:42:22 -04:00
Fedora Release Engineering
6ff579c6fc Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:44:52 +00:00
Fedora Release Engineering
d13ae02137 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 15:39:48 +00:00
Elliott Sales de Andrade
f292f75025 Correct license 2024-09-22 05:00:21 -04:00
Miroslav Suchý
f70e25b5d6 convert license to SPDX
This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4
2024-09-04 22:52:31 +02:00
Elliott Sales de Andrade
c7b6f0e334 Update to latest version (#2263428) 2024-08-08 05:01:01 -04:00
Elliott Sales de Andrade
98e922d83b Merge #2 Update to 5.1.0 2024-08-08 08:45:37 +00:00
Fedora Release Engineering
ed77e0db6b Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-20 09:55:17 +00:00
Benson Muite
8b4af5d04a Update to 5.1.0 2024-07-14 16:15:16 +03:00
Fedora Release Engineering
abb5eb002f Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-27 09:31:33 +00:00
Elliott Sales de Andrade
cf06ac4f13 Update to latest version (#2256781) 2024-01-07 04:20:02 -05:00
Elliott Sales de Andrade
468f62bc99 Update to latest version (#2252266) 2023-12-03 03:41:22 -05:00
Elliott Sales de Andrade
14b0072979 Update to latest version (#2240272) 2023-10-08 04:25:55 -04:00
Fedora Release Engineering
def077ae50 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-22 18:42:41 +00:00
Elliott Sales de Andrade
ae40bd3eac Update to latest version (#2211103) 2023-07-03 20:43:50 -04:00
Elliott Sales de Andrade
4bff22283c Update to latest version (#2007795) 2023-01-22 01:13:45 -05:00
Elliott Sales de Andrade
83fd7dd20d Drop support for i686 2023-01-22 01:13:45 -05:00
Fedora Release Engineering
7388acfbdb Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-21 07:20:13 +00:00
Elliott Sales de Andrade
bf8ade803c Backport fixes to messages to match schemas 2022-10-17 05:36:22 -04:00
Fedora Release Engineering
12b9a35c2a Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-23 12:59:25 +00:00
Fedora Release Engineering
dd4ff20e04 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-22 04:58:38 +00:00
Elliott Sales de Andrade
62c27263dc Merge remote-tracking branch 'refs/remotes/origin/rawhide' into rawhide 2021-09-18 16:04:26 -04:00
Elliott Sales de Andrade
980d19d940 Update to latest version (#2003853) 2021-09-18 05:35:11 -04:00
Sahana Prasad
6a088e6c80 Rebuilt with OpenSSL 3.0.0 2021-09-14 19:18:01 +02:00
7 changed files with 41 additions and 106 deletions

10
.gitignore vendored
View file

@ -18,3 +18,13 @@
/xeus-1.0.1.tar.gz
/xeus-1.0.3.tar.gz
/xeus-1.0.4.tar.gz
/xeus-2.0.0.tar.gz
/xeus-3.0.5.tar.gz
/xeus-3.1.1.tar.gz
/xeus-3.1.3.tar.gz
/xeus-3.1.4.tar.gz
/xeus-3.1.5.tar.gz
/xeus-5.1.1.tar.gz
/xeus-5.2.3.tar.gz
/xeus-5.2.4.tar.gz
/xeus-5.2.6.tar.gz

18
.packit.yaml Normal file
View file

@ -0,0 +1,18 @@
# See the documentation for more information:
# https://packit.dev/docs/configuration/
---
jobs:
- job: pull_from_upstream
trigger: release
dist_git_branches:
rawhide:
fast_forward_merge_into:
- fedora-branched
- job: koji_build
trigger: commit
dist_git_branches:
- fedora-all
- job: bodhi_update
trigger: commit
dist_git_branches:
- fedora-all

View file

@ -1,40 +0,0 @@
From 116e9272965094260e056437ca494fc726ba300a Mon Sep 17 00:00:00 2001
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date: Sun, 11 Jul 2021 19:22:19 -0400
Subject: [PATCH 1/2] Fix build with Sphinx 4.
`add_stylesheet` was deprecated in 1.8 and removed in 4.0 [1]. The
replacement, `add_css_file` was added in 1.0, which is older than any
version required by `breathe`.
[1] https://www.sphinx-doc.org/en/master/extdev/deprecated.html?highlight=add_stylesheet
Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
---
docs/source/conf.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 58386c6..f67e96e 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -15,8 +15,10 @@ html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
+
def setup(app):
- app.add_stylesheet("main_stylesheet.css")
+ app.add_css_file("main_stylesheet.css")
+
extensions = ['breathe']
breathe_projects = { 'xeus': '../xml' }
@@ -35,4 +37,3 @@ highlight_language = 'c++'
pygments_style = 'sphinx'
todo_include_todos = False
htmlhelp_basename = 'xeusdoc'
-
--
2.31.1

View file

@ -1,52 +0,0 @@
From d31cf19e37c2e847bef8917fd9cf8ed2fbb27b38 Mon Sep 17 00:00:00 2001
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date: Sun, 11 Jul 2021 20:14:15 -0400
Subject: [PATCH 2/2] Remove all RPATH settings.
If you need to set this, it's an environment-specific thing.
Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
---
CMakeLists.txt | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 903dcf9..6b3a26d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -195,13 +195,6 @@ include(CheckCXXCompilerFlag)
string(TOUPPER "${CMAKE_BUILD_TYPE}" U_CMAKE_BUILD_TYPE)
-if (NOT APPLE)
- set(CMAKE_SKIP_BUILD_RPATH FALSE)
- set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
-endif ()
-
-set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib; ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
-
if (XEUS_STATIC_DEPENDENCIES AND NOT MSVC AND NOT APPLE)
# Explicitly finds and links with libsodium.a
# because it is not exported as a dependency by
@@ -223,18 +216,6 @@ macro(xeus_create_target target_name linkage output_name)
add_library(${target_name} ${linkage_upper} ${XEUS_SOURCES} ${XEUS_HEADERS})
- if (APPLE)
- set_target_properties(
- ${target_name} PROPERTIES
- MACOSX_RPATH ON
- )
- else ()
- set_target_properties(
- ${target_name} PROPERTIES
- BUILD_WITH_INSTALL_RPATH 1
- )
- endif ()
-
target_include_directories(
${target_name}
PUBLIC $<BUILD_INTERFACE:${XEUS_INCLUDE_DIR}>
--
2.31.1

3
README.packit Normal file
View file

@ -0,0 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 1.12.0.post1.dev18+gc39b0e7d4.

View file

@ -1 +1 @@
SHA512 (xeus-1.0.4.tar.gz) = 3e13dd1d3d26dacd2beae385ac1a76b189fb56f96a33cb2fdd0b373d76e6992a21bafbeaa92e3255352c3b788c6a6b646e44485563bcbd379f53d16a4114e72d
SHA512 (xeus-5.2.6.tar.gz) = f931ed1ba0122ee3855f4ce6bb3e30506a3fd56011c9594679baad7382372aa39e2088d1e84c6c730334e27c94080fc3b381073e987afd68186d64626abb32f6

View file

@ -1,27 +1,23 @@
Name: xeus
Version: 1.0.4
Version: 5.2.6
Release: %autorelease
Summary: C++ implementation of the Jupyter kernel protocol
License: BSD
License: BSD-3-Clause
URL: https://github.com/jupyter-xeus/xeus
Source0: https://github.com/jupyter-xeus/xeus/archive/%{version}/%{name}-%{version}.tar.gz
# https://github.com/jupyter-xeus/xeus/pull/280
Patch0001: 0001-Fix-build-with-Sphinx-4.patch
# https://github.com/jupyter-xeus/xeus/pull/281
Patch0002: 0002-Remove-all-RPATH-settings.patch
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
ExcludeArch: %{ix86}
BuildRequires: cmake >= 3.8
BuildRequires: cmake(cppzmq) >= 4.3.0
BuildRequires: cmake(nlohmann_json) >= 3.2.0
BuildRequires: cmake(xtl) >= 0.7
BuildRequires: cmake(nlohmann_json) >= 3.11.0
BuildRequires: doctest-devel
BuildRequires: doxygen
BuildRequires: gcc-c++
BuildRequires: gtest-devel
BuildRequires: libuuid-devel
BuildRequires: make
BuildRequires: openssl-devel >= 1.0.1
BuildRequires: pkgconfig(libzmq) >= 4.2.5
BuildRequires: pkgconfig(uuid)
BuildRequires: python3dist(breathe)
BuildRequires: python3dist(jupyter-kernel-test)
BuildRequires: python3dist(pytest)
@ -65,7 +61,7 @@ rm docs/build/html/.buildinfo
%files
%doc README.md docs/build/html
%license LICENSE
%{_libdir}/libxeus.so.1*
%{_libdir}/libxeus.so.13{,.*}
%files devel
%{_includedir}/xeus/