Hello community, here is the log from the commit of package retext for openSUSE:Leap:15.2 checked in at 2020-02-21 23:53:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/retext (Old) and /work/SRC/openSUSE:Leap:15.2/.retext.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "retext" Fri Feb 21 23:53:11 2020 rev:13 rq:778085 version:7.0.4 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/retext/retext.changes 2020-01-15 15:57:04.211722634 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.retext.new.26092/retext.changes 2020-02-21 23:53:12.869027047 +0100 @@ -1,0 +2,12 @@ +Thu Feb 20 10:25:14 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: ------------------ ++++++ retext.spec ++++++ --- /var/tmp/diff_new_pack.qHEyzF/_old 2020-02-21 23:53:13.341027985 +0100 +++ /var/tmp/diff_new_pack.qHEyzF/_new 2020-02-21 23:53:13.341027985 +0100 @@ -1,7 +1,7 @@ # # spec file for package retext # -# 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 @@ -22,7 +22,7 @@ Summary: Simple editor for Markdown and reStructuredText License: GPL-3.0-or-later Group: Productivity/Text/Editors -Url: https://github.com/retext-project/retext +URL: https://github.com/retext-project/retext Source: https://github.com/retext-project/retext/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: dos2unix BuildRequires: fdupes @@ -33,7 +33,11 @@ BuildRequires: python3-devel BuildRequires: python3-docutils BuildRequires: python3-qt5 +%if 0%{suse_version} >= 1550 || 0%{?sle_version} >= 150200 +BuildRequires: rsvg-convert +%else BuildRequires: rsvg-view +%endif BuildRequires: update-desktop-files Requires: python3-Markdown Requires: python3-Markups >= 2.0
