diff --git a/.gitignore b/.gitignore index 00d6ddb..c3bbb0f 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ zathura-0.0.8.1.tar.gz /zathura-0.4.3.tar.xz /zathura-0.4.5.tar.xz /zathura-0.4.6.tar.xz +/zathura-0.4.7.tar.xz diff --git a/sources b/sources index 3b74597..89b8c76 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zathura-0.4.6.tar.xz) = 6cc2c4561fc77ab10d57456ea9f7193e7967bde53663a2197a12a449a5e177da49e8a5baf39a45133e24d136aaf9edaf5142e3737af5289e7f31e7d794d72668 +SHA512 (zathura-0.4.7.tar.xz) = 3db51d364cc4964d1c9ebca2d9c0442a1ad5e5317abd90e380035b298e2df2f66971b88a4c1ae27392d0d29cf4844ed27f26482d22cd88404f157c23d4f735af diff --git a/zathura.spec b/zathura.spec index 45ef0ad..26fa988 100644 --- a/zathura.spec +++ b/zathura.spec @@ -1,12 +1,13 @@ Name: zathura -Version: 0.4.6 -Release: 2%{?dist} +Version: 0.4.7 +Release: 1%{?dist} Summary: A lightweight document viewer License: zlib URL: http://pwmt.org/projects/%{name}/ Source0: http://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.xz BuildRequires: bash-completion BuildRequires: binutils +BuildRequires: cairo-devel BuildRequires: check BuildRequires: desktop-file-utils BuildRequires: file-devel @@ -36,6 +37,7 @@ Suggests: zathura-pdf-poppler Suggests: zathura-ps Suggests: zathura-bash-completion +Suggests: zathura-fish-completion Suggests: zathura-zsh-completion %description @@ -109,7 +111,6 @@ This package provides %{summary}. %install %meson_install - appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata.xml desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %find_lang zathura @@ -141,6 +142,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %{_datadir}/zsh/site-functions/_zathura %changelog +* Sat Oct 31 2020 Petr Ĺ abata - 0.4.7-1 +- 0.4.7 bump + * Mon Sep 21 2020 Ankur Sinha - 0.4.6-2 - Remove no longer needed fish workaround - Use new vendor completion directory for fish