Skip to content

Commit

Permalink
ouch: 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Apr 16, 2024
1 parent 3fc8e48 commit 2be8763
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions specs/ouch.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
%global artifact_dir artifacts

Name: ouch
Version: 0.4.1
Release: 3%{?dist}
Version: 0.4.2
Release: 1%{?dist}
Summary: Painless compression and decompression for your terminal

License: MIT
Expand Down Expand Up @@ -44,7 +44,7 @@ rm -f rust-toolchain
%endif

source ~/.cargo/env
cargo build --release
OUCH_ARTIFACTS_FOLDER=%{artifact_dir} cargo build --release

%check
%if 0%{?el8}
Expand Down Expand Up @@ -80,6 +80,10 @@ install -Dpm 644 _%{name} %{buildroot}%{_datadir}/zsh/site-functions/_%{name}
%{_datadir}/zsh/site-functions/_%{name}

%changelog
* Tue Apr 16 2024 cyqsimon - 0.4.2-1
- Release 0.4.2
- Fix artifact generation

* Tue Apr 16 2024 cyqsimon - 0.4.1-3
- Remove explicit stripping (strip enabled by default since 1.77.0)

Expand Down

0 comments on commit 2be8763

Please sign in to comment.