diff --git a/trojita.spec b/trojita.spec index 7073815..53417b0 100644 --- a/trojita.spec +++ b/trojita.spec @@ -7,11 +7,11 @@ Name: trojita %if 0%{?gitdate} Version: 0.7 -Release: 0.1.%{gitdate}git%(c=%{commit0}; echo ${c:0:7} )%{?dist} +Release: 0.2.%{gitdate}git%(c=%{commit0}; echo ${c:0:7} )%{?dist} Source0: %{srcurl}/archive/%{commit0}.tar.gz#/%{name}-%{commit0}.tar.gz %else Version: 0.7 -Release: 1%{?dist} +Release: 2%{?dist} Source0: %{srcurl}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz %endif # manually generated manpage with help2man @@ -59,6 +59,9 @@ BuildRequires: pkgconfig(zlib) BuildRequires: qtkeychain-qt5-devel %if 0%{?fedora} BuildRequires: ragel +%endif + +# (optional) support for GPG and S/MIME BuildRequires: kf5-gpgmepp-devel BuildRequires: gpgme-devel BuildRequires: libgpg-error-devel @@ -66,7 +69,6 @@ BuildRequires: boost-devel BuildRequires: mimetic-devel # fix for inside mockbuild, gpg: deleting secret key failed: No pinentry BuildRequires: pinentry -%endif %if %{with doxy} BuildRequires: doxygen graphviz @@ -184,6 +186,9 @@ Summary: Documentation files for %{name} %changelog +* Sat Jun 25 2016 Raphael Groner - 0.7-2 +- [epel7] enable gpg and mimetic + * Sun Jun 12 2016 Raphael Groner - 0.7-1 - official upstream version