diff --git a/specs/atuin.spec b/specs/atuin.spec index c3d0a9b..51e3a75 100644 --- a/specs/atuin.spec +++ b/specs/atuin.spec @@ -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 @@ -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 @@ -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