diff --git a/specs/atuin.spec b/specs/atuin.spec index c3d0a9b..bb741c6 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.0 Release: 1%{?dist} Summary: Magical shell history @@ -9,7 +9,7 @@ License: MIT URL: https://github.com/ellie/atuin Source0: %{url}/archive/v%{version}.tar.gz -BuildRequires: gcc +BuildRequires: gcc postgresql-server %description Atuin replaces your existing shell history with a SQLite database, and @@ -33,9 +33,7 @@ done %check source ~/.cargo/env -# skip postgres test -cargo test --workspace -- \ - --skip registration +cargo test --workspace %install # bin @@ -55,6 +53,10 @@ install -Dpm 644 _%{name} %{buildroot}%{_datadir}/zsh/site-functions/_%{name} %{_datadir}/zsh/site-functions/_%{name} %changelog +* Thu Oct 26 2023 cyqsimon - 17.0.0-1 +- Release 17.0.0 +- Re-enable postgresql tests + * Tue Aug 08 2023 cyqsimon - 16.0.0-1 - Relaese 16.0.0