From c3ddf1339a54321c22d6b94a0c096d12a1aa5f8fd4b1814bf2e0593e3be5c8cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 26 Jul 2018 13:22:41 +0000 Subject: [PATCH] - Reenable firebird integration OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=698 --- libreoffice.changes | 5 +++++ libreoffice.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libreoffice.changes b/libreoffice.changes index d8c4792..c452fc1 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 26 13:22:21 UTC 2018 - tchvatal@suse.com + +- Reenable firebird integration + ------------------------------------------------------------------- Mon Jul 23 08:43:51 UTC 2018 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index 77db4e3..e506578 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -34,8 +34,8 @@ %else %bcond_with kdeintegration %endif -%if 0%{?suse_version} > 1320 && 0%{?is_opensuse} -%bcond_with firebird +%if 0%{?suse_version} >= 1500 && 0%{?is_opensuse} +%bcond_without firebird %else %bcond_with firebird %endif