Hello community, here is the log from the commit of package kcm5-fcitx for openSUSE:Leap:15.2 checked in at 2020-02-23 16:48:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/kcm5-fcitx (Old) and /work/SRC/openSUSE:Leap:15.2/.kcm5-fcitx.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcm5-fcitx" Sun Feb 23 16:48:24 2020 rev:22 rq:778558 version:0.5.5 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/kcm5-fcitx/kcm5-fcitx.changes 2020-01-15 15:15:02.370229233 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.kcm5-fcitx.new.26092/kcm5-fcitx.changes 2020-02-23 16:48:41.694461832 +0100 @@ -1,0 +2,12 @@ +Thu Feb 20 10:14:34 UTC 2020 - Max Lin <[email protected]> + +- Leap 15.2 and SLE15 SP2 has newer librsvg, extend the conditional + for "BuildRequires: rsvg-convert" + +------------------------------------------------------------------- +Wed Oct 23 17:28:57 CEST 2019 - [email protected] + +- fix build-requires for factory/tumbleweed + rsvg-convert tool is now in rsvg-convert package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcm5-fcitx.spec ++++++ --- /var/tmp/diff_new_pack.I2xJJ5/_old 2020-02-23 16:48:42.298462993 +0100 +++ /var/tmp/diff_new_pack.I2xJJ5/_new 2020-02-23 16:48:42.298462993 +0100 @@ -1,7 +1,7 @@ # # spec file for package kcm5-fcitx # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -23,7 +23,7 @@ Summary: KF5 control module for Fcitx License: GPL-2.0-or-later Group: System/I18n/Chinese -Url: http://github.com/fcitx/kcm-fcitx +URL: http://github.com/fcitx/kcm-fcitx Source: http://download.fcitx-im.org/kcm-fcitx/kcm-fcitx-%{version}.tar.xz Source1: input-keyboard.svg #PATCH-FIX-OPENSUSE rename po to kcm5_fcitx to avoid conflict w/ kcm_fcitx @@ -45,7 +45,11 @@ BuildRequires: libqt5-qtbase-devel BuildRequires: libqt5-qtx11extras-devel BuildRequires: libtool +%if 0%{suse_version} >= 1550 || 0%{?sle_version} >= 150200 +BuildRequires: rsvg-convert +%else BuildRequires: rsvg-view +%endif BuildRequires: xz BuildRequires: pkgconfig(xkbfile) Requires: fcitx-kcm-icons
