Skip to content

Commit

Permalink
atuin: 17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Oct 26, 2023
1 parent 0bef2a5 commit e493de1
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 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.0
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 iproute postgresql-server

%description
Atuin replaces your existing shell history with a SQLite database, and
Expand All @@ -33,9 +33,15 @@ done

%check
source ~/.cargo/env
# skip postgres test
cargo test --workspace -- \
--skip registration

# PostgresQL is needed for some tests
PGDATA="$HOME/.local/share/pgsql/data"
mkdir -p "$PGDATA"
postgres -D "$PGDATA" &> postgres.log &
ss -tupln

cargo test --workspace
cat postgres.log

%install
# bin
Expand All @@ -55,6 +61,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

Expand Down

0 comments on commit e493de1

Please sign in to comment.