Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sakura for openSUSE:Factory checked in at 2026-04-13 23:19:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sakura (Old) and /work/SRC/openSUSE:Factory/.sakura.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sakura" Mon Apr 13 23:19:21 2026 rev:12 rq:1346359 version:3.8.9 Changes: -------- --- /work/SRC/openSUSE:Factory/sakura/sakura.changes 2025-09-24 15:27:24.068230921 +0200 +++ /work/SRC/openSUSE:Factory/.sakura.new.21863/sakura.changes 2026-04-13 23:21:06.437623134 +0200 @@ -1,0 +2,6 @@ +Mon Apr 13 05:28:02 UTC 2026 - Dmitriy Perlow <[email protected]> + +- `convert` from ImageMagick has to be replaced via rsvg-convert + since svg conversion became not allowed by the security policy. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sakura.spec ++++++ --- /var/tmp/diff_new_pack.31fSB5/_old 2026-04-13 23:21:07.229655811 +0200 +++ /var/tmp/diff_new_pack.31fSB5/_new 2026-04-13 23:21:07.229655811 +0200 @@ -1,7 +1,7 @@ # # spec file for package sakura # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ Patch0: sakura-icon.patch Patch1: sakura-fix_pod2man.patch # to convert SVG to PNG: -BuildRequires: ImageMagick +BuildRequires: rsvg-convert BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: gettext-devel @@ -48,7 +48,7 @@ %prep %autosetup -p1 mv terminal-tango.svg sakura.svg -convert -strip sakura.svg sakura.png +rsvg-convert -o sakura.png sakura.svg # replace hard-coded ICON_DIR sed -i -r 's|^(\s*#define\s*ICON_DIR\s+").+("\s*)$|\1%{_datadir}/pixmaps\2|g' src/sakura.c
