diff --git a/libreoffice.changes b/libreoffice.changes index 0015b16..f719b7d 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 12 08:07:45 UTC 2021 - Markéta Machová + +- Adjust to new Box2D and enable KDE on SLE15SP3 or newer + ------------------------------------------------------------------- Mon Feb 1 13:08:22 UTC 2021 - Markéta Machová diff --git a/libreoffice.spec b/libreoffice.spec index 39f737e..16cc489 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -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