diff --git a/.gitignore b/.gitignore index c5e7d3a..43180ab 100644 --- a/.gitignore +++ b/.gitignore @@ -24,4 +24,7 @@ /xeus-3.1.3.tar.gz /xeus-3.1.4.tar.gz /xeus-3.1.5.tar.gz -/xeus-3.2.0.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 diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..d11d5ba --- /dev/null +++ b/.packit.yaml @@ -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 diff --git a/README.packit b/README.packit new file mode 100644 index 0000000..a901bca --- /dev/null +++ b/README.packit @@ -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. diff --git a/sources b/sources index ff6905c..2d23942 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xeus-3.2.0.tar.gz) = 1e2c1a45d1cc079452aedc07a47d539d70bb227074b4552d135d813b7f7ebf88210a2007a7358f5143134ed6f8b3c869f814257b523d361e31623d7417b16ecf +SHA512 (xeus-5.2.6.tar.gz) = f931ed1ba0122ee3855f4ce6bb3e30506a3fd56011c9594679baad7382372aa39e2088d1e84c6c730334e27c94080fc3b381073e987afd68186d64626abb32f6 diff --git a/xeus.spec b/xeus.spec index 6fa08bd..dcdfba4 100644 --- a/xeus.spec +++ b/xeus.spec @@ -1,9 +1,9 @@ Name: xeus -Version: 3.2.0 +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 @@ -11,8 +11,7 @@ Source0: https://github.com/jupyter-xeus/xeus/archive/%{version}/%{name}- ExcludeArch: %{ix86} BuildRequires: cmake >= 3.8 -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++ @@ -62,7 +61,7 @@ rm docs/build/html/.buildinfo %files %doc README.md docs/build/html %license LICENSE -%{_libdir}/libxeus.so.9* +%{_libdir}/libxeus.so.13{,.*} %files devel %{_includedir}/xeus/