public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/xeus] epel10: Update to latest version (#2003853)
@ 2026-07-11 22:28 Elliott Sales de Andrade
0 siblings, 0 replies; only message in thread
From: Elliott Sales de Andrade @ 2026-07-11 22:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/xeus
Branch : epel10
Commit : 980d19d9406156d5bf052576c99bfef543cddb62
Author : Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date : 2021-09-18T05:35:11-04:00
Stats : +4/-99 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/xeus/c/980d19d9406156d5bf052576c99bfef543cddb62?branch=epel10
Log:
Update to latest version (#2003853)
---
diff --git a/.gitignore b/.gitignore
index aadba37..d6f8858 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
/xeus-1.0.1.tar.gz
/xeus-1.0.3.tar.gz
/xeus-1.0.4.tar.gz
+/xeus-2.0.0.tar.gz
diff --git a/0001-Fix-build-with-Sphinx-4.patch b/0001-Fix-build-with-Sphinx-4.patch
deleted file mode 100644
index 2b111d1..0000000
--- a/0001-Fix-build-with-Sphinx-4.patch
+++ /dev/null
@@ -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
-
diff --git a/0002-Remove-all-RPATH-settings.patch b/0002-Remove-all-RPATH-settings.patch
deleted file mode 100644
index 8138350..0000000
--- a/0002-Remove-all-RPATH-settings.patch
+++ /dev/null
@@ -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
-
diff --git a/sources b/sources
index 5ef635e..15f8694 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xeus-1.0.4.tar.gz) = 3e13dd1d3d26dacd2beae385ac1a76b189fb56f96a33cb2fdd0b373d76e6992a21bafbeaa92e3255352c3b788c6a6b646e44485563bcbd379f53d16a4114e72d
+SHA512 (xeus-2.0.0.tar.gz) = a1897dda5416e202351a1afce7e2ebb4427ed06feb9edd8bb526df293999a021726b6214068a92203adbc533439f39a710279bfa4e4e485f168e79e9fca27b3a
diff --git a/xeus.spec b/xeus.spec
index 42d08e0..5c551c6 100644
--- a/xeus.spec
+++ b/xeus.spec
@@ -1,15 +1,11 @@
Name: xeus
-Version: 1.0.4
+Version: 2.0.0
Release: %autorelease
Summary: C++ implementation of the Jupyter kernel protocol
License: BSD
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
BuildRequires: cmake >= 3.8
BuildRequires: cmake(cppzmq) >= 4.3.0
@@ -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.5*
%files devel
%{_includedir}/xeus/
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-11 22:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-11 22:28 [rpms/xeus] epel10: Update to latest version (#2003853) Elliott Sales de Andrade
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox