Skip to content

Commit

Permalink
atuin: 17.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Oct 31, 2023
1 parent 1511f07 commit 40ac75b
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions specs/atuin.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global debug_package %{nil}

Name: atuin
Version: 16.0.0
Version: 17.0.1
Release: 1%{?dist}
Summary: Magical shell history

Expand Down Expand Up @@ -33,9 +33,13 @@ done

%check
source ~/.cargo/env
# skip postgres test
cargo test --workspace -- \
--skip registration

# PGTESTS_PORT=5432
# PGTESTS_USERS=atuin:pass
# PGTESTS_DATABASES=atuin:atuin
# %postgresql_tests_run

cargo test --workspace --all-features --lib

%install
# bin
Expand All @@ -55,6 +59,9 @@ install -Dpm 644 _%{name} %{buildroot}%{_datadir}/zsh/site-functions/_%{name}
%{_datadir}/zsh/site-functions/_%{name}

%changelog
* Tue Oct 31 2023 cyqsimon - 17.0.1-1
- Release 17.0.1

* Tue Aug 08 2023 cyqsimon - 16.0.0-1
- Relaese 16.0.0

Expand Down

0 comments on commit 40ac75b

Please sign in to comment.