Accepting request 871360 from LibreOffice:7.1
- Adjust to new Box2D and enable KDE on SLE15SP3 or newer OBS-URL: https://build.opensuse.org/request/show/871360 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=944
This commit is contained in:
parent
1baa987045
commit
f5319c1e24
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 12 08:07:45 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Adjust to new Box2D and enable KDE on SLE15SP3 or newer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 1 13:08:22 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
@ -28,8 +28,8 @@
|
||||
%else
|
||||
%bcond_with lto
|
||||
%endif
|
||||
# Enable the kde integration on openSUSE and SLE15-SP3 only
|
||||
%if 0%{?is_opensuse} || 0%{?sle_version} == 150300
|
||||
# Enable the kde integration on openSUSE and SLE15-SP3 or newer
|
||||
%if 0%{?is_opensuse} || 0%{?sle_version} >= 150300
|
||||
%bcond_without kdeintegration
|
||||
%else
|
||||
%bcond_with kdeintegration
|
||||
@ -134,8 +134,8 @@ BuildRequires: hyphen-devel
|
||||
BuildRequires: icu
|
||||
BuildRequires: java-devel >= 9.0
|
||||
BuildRequires: junit4
|
||||
BuildRequires: libBox2D-devel
|
||||
BuildRequires: libbase
|
||||
BuildRequires: libbox2d-devel
|
||||
BuildRequires: libcppunit-devel >= 1.14.0
|
||||
BuildRequires: liberation-fonts
|
||||
BuildRequires: libexif
|
||||
|
Loading…
Reference in New Issue
Block a user