From 9ef89f3800b86e826652bffcde8da3bbf4f03ed1 Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Thu, 26 Oct 2023 15:31:29 +0800 Subject: [PATCH] atuin: 17.0.0 --- specs/atuin.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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