Compare commits

..

No commits in common. "rawhide" and "epel9" have entirely different histories.

5 changed files with 7 additions and 28 deletions

4
.gitignore vendored
View file

@ -29,7 +29,3 @@
/xtl-0.7.3.tar.gz
/xtl-0.7.4.tar.gz
/xtl-0.7.5.tar.gz
/xtl-0.7.6.tar.gz
/xtl-0.7.7.tar.gz
/xtl-0.8.0.tar.gz
/xtl-0.8.1.tar.gz

View file

@ -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

View file

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

View file

@ -1 +1 @@
SHA512 (xtl-0.8.1.tar.gz) = cb032d27b2f7dff135c442fd92e3924eb108355769354c9eee9ec2d3ec7ebd867ee89ee2e10f41352447e08f185637f338fdc40e37d60d85cf2fffdcaac1ce6c
SHA512 (xtl-0.7.5.tar.gz) = fb447334f68f255d7d28c9202eee2cec70d007c1031f3756a6acd0cc019c0d95ed1d12ec63f2e9fb3df184f9ec305e6a3c808bb88c1e3eb922916ad059d2e856

View file

@ -2,7 +2,7 @@
%global debug_package %{nil}
Name: xtl
Version: 0.8.1
Version: 0.7.5
Release: %autorelease
License: BSD-3-Clause
Summary: QuantStack tools library
@ -53,11 +53,14 @@ make html SPHINXBUILD=sphinx-build-3
rm build/html/.buildinfo
popd
%install
%cmake_install
%check
%cmake_build --target xtest
make -C "%{_vpath_builddir}" xtest
%files devel
%doc README.md
@ -69,5 +72,6 @@ popd
%files doc
%doc docs/build/html
%changelog
%autochangelog