Accepting request 842511 from devel:tools:scm:svn

- Enable kde integration from 15-SP3 and newer releases jsc#SLE-11654

OBS-URL: https://build.opensuse.org/request/show/842511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=179
This commit is contained in:
2020-10-22 12:21:36 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 19 10:20:28 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Enable kde integration from 15-SP3 and newer releases jsc#SLE-11654
-------------------------------------------------------------------
Sat Sep 26 09:25:36 UTC 2020 - d_werner@gmx.net

View File

@@ -21,10 +21,10 @@
%define svnuser svn
%define sqlite_minimum_version 3.8.2
# SLE does not ship KDE
%if 0%{?is_opensuse} != 1
%bcond_with kde
%else
%if 0%{?is_opensuse} || 0%{?sle_version} > 150200
%bcond_without kde
%else
%bcond_with kde
%endif
#Compat macro for new _fillupdir macro introduced in Nov 2017
%if ! %{defined _fillupdir}