diff --git a/trojita.spec b/trojita.spec index ca8d006..67de444 100644 --- a/trojita.spec +++ b/trojita.spec @@ -7,7 +7,7 @@ Name: trojita %if 0%{?gitdate} Version: 0.7 -Release: 0.5.%{gitdate}git%(c=%{commit0}; echo ${c:0:7} )%{?dist} +Release: 0.5.%{gitdate}git%(c=%{commit0}; echo ${c:0:7} )%{?dist}.1 Source0: %{srcurl}/archive/%{commit0}.tar.gz#/%{name}-%{commit0}.tar.gz %else Version: 0.7 @@ -24,6 +24,8 @@ Source10: %{name}_common-po-20160612.tar.gz # Fix GPG test, otherwise b0rken with gnupg2 v2.1.16 Patch0: %{srcurl}/commit/be8fd5831afa0a04f14cd6206e6576f03ee59558.patch +# rhbz#1401716, increase timeout for CryptographyPGPTest::testDecryption +Patch1: delay-test_Cryptography_PGP.patch # Almost everything: dual-licensed under the GPLv2 or GPLv3 # (with KDE e.V. provision for relicensing) @@ -194,7 +196,7 @@ Summary: Documentation files for %{name} %changelog -* Tue Dec 06 2016 Builder - 0.7-5 +* Wed Dec 07 2016 Builder - 0.7-5 - fix gpg test - add BR: gnupg2-smime