diff --git a/trojita.spec b/trojita.spec index b152924..4cea094 100644 --- a/trojita.spec +++ b/trojita.spec @@ -7,11 +7,11 @@ Name: trojita %if 0%{?gitdate} Version: 0.7 -Release: 0.2.%{gitdate}git%(c=%{commit0}; echo ${c:0:7} )%{?dist} +Release: 0.3.%{gitdate}git%(c=%{commit0}; echo ${c:0:7} )%{?dist} Source0: %{srcurl}/archive/%{commit0}.tar.gz#/%{name}-%{commit0}.tar.gz %else Version: 0.7 -Release: 2%{?dist} +Release: 3%{?dist} Source0: %{srcurl}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz %endif # manually generated manpage with help2man @@ -55,6 +55,9 @@ BuildRequires: pkgconfig(Qt5WebKit) BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: qt5-qttools-devel +# explicitly install Qt5Svg for runtime, rpmbuild's magic fails +Requires: qt5-qtsvg + # (optional) features BuildRequires: pkgconfig(zlib) BuildRequires: qtkeychain-qt5-devel @@ -187,6 +190,9 @@ Summary: Documentation files for %{name} %changelog +* Sat Jun 25 2016 Raphael Groner - 0.7-3 +- explicitly R: qt5-qtsvg + * Sat Jun 25 2016 Raphael Groner - 0.7-2 - [epel7] enable gpg and mimetic - [epel7] fix cmake for kf5