Accepting request 777419 from home:wolfi323:branches:KDE:Applications

- Extend the conditional for "BuildRequires: rsvg-convert" to cover
  Leap 15.2 as well, it has a newer librsvg

OBS-URL: https://build.opensuse.org/request/show/777419
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kwave?expand=0&rev=119
This commit is contained in:
Luca Beltrame 2020-02-19 21:16:55 +00:00 committed by Git OBS Bridge
parent af2ad15ab1
commit 67fb54af25
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 19 20:46:57 UTC 2020 - Wolfgang Bauer <wbauer@tmo.at>
- Extend the conditional for "BuildRequires: rsvg-convert" to cover
Leap 15.2 as well, it has a newer librsvg
-------------------------------------------------------------------
Fri Feb 7 08:38:14 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -45,7 +45,7 @@ BuildRequires: libsamplerate-devel
BuildRequires: libvorbis-devel
BuildRequires: perl
BuildRequires: pkgconfig
%if 0%{?suse_version} > 1500
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200
BuildRequires: rsvg-convert
%else
BuildRequires: rsvg-view