Compare commits
No commits in common. "rawhide" and "f38" have entirely different histories.
5 changed files with 6 additions and 35 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -20,12 +20,3 @@
|
|||
/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
|
||||
/xeus-5.2.8.tar.gz
|
||||
|
|
|
|||
18
.packit.yaml
18
.packit.yaml
|
|
@ -1,18 +0,0 @@
|
|||
# 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
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.12.0.post1.dev18+gc39b0e7d4.
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xeus-5.2.8.tar.gz) = d889c440fa7375e830589c74bae557f390c82334240a4103b401776c1eadd51fd6b10047c96c450981d02d077f0eae2e77ea30f85c8318aeae2a5cf4cd1bee28
|
||||
SHA512 (xeus-3.0.5.tar.gz) = 38c10ab6ab13e323a082124dd4980f5886081426a08bbeda509b28dae6cc794e23f23aadc189b39874f6d7fb1d917372bcfa9ceb2b6d0893fd2e5b333067b9d9
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
Name: xeus
|
||||
Version: 5.2.8
|
||||
Version: 3.0.5
|
||||
Release: %autorelease
|
||||
Summary: C++ implementation of the Jupyter kernel protocol
|
||||
|
||||
License: BSD-3-Clause
|
||||
License: BSD
|
||||
URL: https://github.com/jupyter-xeus/xeus
|
||||
Source0: https://github.com/jupyter-xeus/xeus/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
|
|
@ -11,7 +11,8 @@ Source0: https://github.com/jupyter-xeus/xeus/archive/%{version}/%{name}-
|
|||
ExcludeArch: %{ix86}
|
||||
|
||||
BuildRequires: cmake >= 3.8
|
||||
BuildRequires: cmake(nlohmann_json) >= 3.11.0
|
||||
BuildRequires: cmake(nlohmann_json) >= 3.2.0
|
||||
BuildRequires: cmake(xtl) >= 0.7
|
||||
BuildRequires: doctest-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: gcc-c++
|
||||
|
|
@ -61,7 +62,7 @@ rm docs/build/html/.buildinfo
|
|||
%files
|
||||
%doc README.md docs/build/html
|
||||
%license LICENSE
|
||||
%{_libdir}/libxeus.so.13{,.*}
|
||||
%{_libdir}/libxeus.so.8*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/xeus/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue