From 40ac75b31862e8ec704b1393fb39985b2485d3b1 Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Tue, 31 Oct 2023 17:36:25 +0800 Subject: [PATCH] atuin: 17.0.1 --- specs/atuin.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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