diff --git a/zeal.changes b/zeal.changes index 058071f..1097708 100644 --- a/zeal.changes +++ b/zeal.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 8 20:24:24 UTC 2015 - dap.darkness@gmail.com + +- libQT5Sql5-sqlite has to be required, see more at + https://github.com/zealdocs/zeal/issues/248. + ------------------------------------------------------------------- Sun Nov 23 19:09:17 UTC 2014 - dap.darkness@gmail.com diff --git a/zeal.spec b/zeal.spec index 8898658..60eb15e 100644 --- a/zeal.spec +++ b/zeal.spec @@ -1,7 +1,7 @@ # # spec file for package zeal # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -42,6 +42,11 @@ BuildRequires: pkgconfig(appindicator-0.1) %endif BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(xcb-keysyms) +%if 0%{?suse_version} >= 1320 +Requires: libQt5Sql5-sqlite +%else +Requires: libqt5-sql-sqlite +%endif %description Zeal is a simple offline API documentation browser inspired by Dash