Accepting request 871365 from LibreOffice:Factory
OBS-URL: https://build.opensuse.org/request/show/871365 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libreoffice?expand=0&rev=223
This commit is contained in:
commit
9de84a36cb
@ -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>
|
Mon Feb 1 13:08:22 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||||
|
|
||||||
|
@ -28,8 +28,8 @@
|
|||||||
%else
|
%else
|
||||||
%bcond_with lto
|
%bcond_with lto
|
||||||
%endif
|
%endif
|
||||||
# Enable the kde integration on openSUSE and SLE15-SP3 only
|
# Enable the kde integration on openSUSE and SLE15-SP3 or newer
|
||||||
%if 0%{?is_opensuse} || 0%{?sle_version} == 150300
|
%if 0%{?is_opensuse} || 0%{?sle_version} >= 150300
|
||||||
%bcond_without kdeintegration
|
%bcond_without kdeintegration
|
||||||
%else
|
%else
|
||||||
%bcond_with kdeintegration
|
%bcond_with kdeintegration
|
||||||
@ -134,8 +134,8 @@ BuildRequires: hyphen-devel
|
|||||||
BuildRequires: icu
|
BuildRequires: icu
|
||||||
BuildRequires: java-devel >= 9.0
|
BuildRequires: java-devel >= 9.0
|
||||||
BuildRequires: junit4
|
BuildRequires: junit4
|
||||||
BuildRequires: libBox2D-devel
|
|
||||||
BuildRequires: libbase
|
BuildRequires: libbase
|
||||||
|
BuildRequires: libbox2d-devel
|
||||||
BuildRequires: libcppunit-devel >= 1.14.0
|
BuildRequires: libcppunit-devel >= 1.14.0
|
||||||
BuildRequires: liberation-fonts
|
BuildRequires: liberation-fonts
|
||||||
BuildRequires: libexif
|
BuildRequires: libexif
|
||||||
|
Loading…
Reference in New Issue
Block a user