SHA256
1
0
forked from pool/libreoffice

- Reenable firebird integration

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=698
This commit is contained in:
Tomáš Chvátal 2018-07-26 13:22:41 +00:00 committed by Git OBS Bridge
parent a66f183013
commit c3ddf1339a
2 changed files with 7 additions and 2 deletions

View File

@ -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 Mon Jul 23 08:43:51 UTC 2018 - tchvatal@suse.com

View File

@ -34,8 +34,8 @@
%else %else
%bcond_with kdeintegration %bcond_with kdeintegration
%endif %endif
%if 0%{?suse_version} > 1320 && 0%{?is_opensuse} %if 0%{?suse_version} >= 1500 && 0%{?is_opensuse}
%bcond_with firebird %bcond_without firebird
%else %else
%bcond_with firebird %bcond_with firebird
%endif %endif