Update to 0.14.0. Fixes rhbz#2158200.
This commit is contained in:
parent
8913228b1a
commit
718d2faf19
3 changed files with 5 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@
|
|||
/aerc-0.10.0.tar.gz
|
||||
/aerc-0.12.0.tar.gz
|
||||
/aerc-0.13.0.tar.gz
|
||||
/aerc-0.14.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# https://git.sr.ht/~rjarry/aerc
|
||||
%global goipath git.sr.ht/~rjarry/aerc
|
||||
Version: 0.13.0
|
||||
Version: 0.14.0
|
||||
%global topdir %{name}-%{version}
|
||||
|
||||
%gometa
|
||||
|
|
@ -40,7 +40,7 @@ Requires: notmuch
|
|||
|
||||
# Disable building of aerc that we handle manually in the SPEC and
|
||||
# preserve mtimes
|
||||
sed -e 's|install: $(DOCS) aerc|install: $(DOCS)|' \
|
||||
sed -e 's|install: $(DOCS) aerc wrap|install: $(DOCS)|' \
|
||||
-e 's|install -m|install -pm|' \
|
||||
-i Makefile
|
||||
|
||||
|
|
@ -61,6 +61,7 @@ export LDFLAGS="-X main.Prefix=%{_prefix} \
|
|||
-X git.sr.ht/~rjarry/aerc/config.shareDir=%{_datadir}
|
||||
-X main.Version=%{version} "
|
||||
%gobuild -o aerc %{goipath}
|
||||
%gobuild -o wrap filters/wrap.go
|
||||
|
||||
%install
|
||||
export PREFIX=%{_prefix}
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (aerc-0.13.0.tar.gz) = b7cb67ebcae3a809b365cbf8bb5d52b8525059c70665d27bcab93b697fe3eceb51807f26e953a6a50b4fc4b8acceb27693510b65495d5cd9c1fb4a5e7ded48e2
|
||||
SHA512 (aerc-0.14.0.tar.gz) = d12502a809c5163bc81bfa3bfbd471a03f4e8e56084e00e7bb52619a8ac6f34df78342c0e8e82d6cdfd4fe1bc0c375dd65366a442875621b20bbd040a9025831
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue