diff --git a/trojita.spec b/trojita.spec index 0f04e7c..9ef0048 100644 --- a/trojita.spec +++ b/trojita.spec @@ -14,7 +14,7 @@ Name: trojita Version: 0.7.0.1 -Release: 0.12.%{gitdate}git%(c=%{commit0}; echo ${c:0:7} )%{?dist} +Release: 0.13.%{gitdate}git%(c=%{commit0}; echo ${c:0:7} )%{?dist} Source0: %{srcurl}/archive/%{commit0}.tar.gz#/%{name}-%{commit0}.tar.gz # manually generated manpage with help2man # help2man -o trojita.1 --no-info --no-discard-stderr -h --version-string=0.6 /usr/bin/trojita @@ -98,6 +98,10 @@ BuildRequires: mimetic-devel BuildRequires: pinentry BuildRequires: qgpgme-devel +# kf5-akonadi-server-devel (and hence kf5-akonadi-contacts-devel) implicitly +# requires this (#2046299): +BuildRequires: kf5-kio-devel + BuildRequires: kf5-akonadi-contacts-devel BuildRequires: kf5-sonnet-devel @@ -210,8 +214,12 @@ Summary: Documentation files for %{name} %changelog +* Wed Jan 26 2022 Kevin Kofler - 0.7.0.1-0.13.20220117git266c757 +- Add BuildRequires: kf5-kio-devel (workaround for #2046299) + * Wed Jan 26 2022 Kevin Kofler - 0.7.0.1-0.12.20220117git266c757 - New git snapshot, hopefully fixes longstanding FTBFS (#1923550, #1988027) +- F34 only: Use -Wl,--copy-dt-needed-entries to work around F34 FTBFS (#1923550) * Sat Jan 22 2022 Fedora Release Engineering - 0.7.0.1-0.11.20191104git36b0587 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild