From 96cc13bc474ed53a1836211b35c067c2d6122ff10366eda9c1872f133ce53571 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 8 Jan 2015 21:22:19 +0000 Subject: [PATCH] Accepting request 280453 from home:DarkSS:branches:devel:tools https://github.com/zealdocs/zeal/issues/248 was fixed. OBS-URL: https://build.opensuse.org/request/show/280453 OBS-URL: https://build.opensuse.org/package/show/devel:tools/zeal?expand=0&rev=3 --- zeal.changes | 6 ++++++ zeal.spec | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) 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