From d762f77fb3affa45be37c6ce0f86b3c03af73c9a Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Fri, 27 Oct 2023 12:52:05 +0800 Subject: [PATCH] atuin: 17.0.0 --- specs/atuin.spec | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/specs/atuin.spec b/specs/atuin.spec index c3d0a9b..c20e463 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-test-rpm-macros %description Atuin replaces your existing shell history with a SQLite database, and @@ -33,9 +33,11 @@ done %check source ~/.cargo/env -# skip postgres test -cargo test --workspace -- \ - --skip registration + +PGTESTS_PORT=5432 +%postgresql_tests_run + +cargo test --workspace %install # bin @@ -55,6 +57,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