Skip to content

Commit

Permalink
atuin: 17.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Oct 31, 2023
1 parent 1511f07 commit 41a6109
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions specs/atuin.spec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
%global debug_package %{nil}

Name: atuin
Version: 16.0.0
Version: 17.0.1
Release: 1%{?dist}
Summary: Magical shell history

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
Expand All @@ -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

%install
# bin
Expand All @@ -55,6 +59,10 @@ 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
- Re-enable postgresql tests

* Tue Aug 08 2023 cyqsimon - 16.0.0-1
- Relaese 16.0.0

Expand Down

0 comments on commit 41a6109

Please sign in to comment.