Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
183cace319 | ||
|
|
14b64b75af | ||
|
|
8353711aec | ||
|
|
d778415115 | ||
|
|
715eb251d6 | ||
|
|
b47ecc8029 | ||
|
|
6ff579c6fc | ||
|
|
d13ae02137 |
5 changed files with 28 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -25,3 +25,7 @@
|
|||
/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
Normal file
18
.packit.yaml
Normal 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
|
||||
3
README.packit
Normal file
3
README.packit
Normal 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.
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xeus-5.1.1.tar.gz) = 694a93f8e76c984daea74647a1ae7a3f37bb07a87a395b294e862af2c0fa4998a4c197388567cf2442d56844809c5d415cdaf5e1d19343f6c89967a36fc88d8e
|
||||
SHA512 (xeus-5.2.8.tar.gz) = d889c440fa7375e830589c74bae557f390c82334240a4103b401776c1eadd51fd6b10047c96c450981d02d077f0eae2e77ea30f85c8318aeae2a5cf4cd1bee28
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: xeus
|
||||
Version: 5.1.1
|
||||
Version: 5.2.8
|
||||
Release: %autorelease
|
||||
Summary: C++ implementation of the Jupyter kernel protocol
|
||||
|
||||
|
|
@ -61,7 +61,7 @@ rm docs/build/html/.buildinfo
|
|||
%files
|
||||
%doc README.md docs/build/html
|
||||
%license LICENSE
|
||||
%{_libdir}/libxeus.so.11*
|
||||
%{_libdir}/libxeus.so.13{,.*}
|
||||
|
||||
%files devel
|
||||
%{_includedir}/xeus/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue