Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package AppStream for openSUSE:Factory checked in at 2025-09-24 15:22:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/AppStream (Old) and /work/SRC/openSUSE:Factory/.AppStream.new.27445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "AppStream" Wed Sep 24 15:22:20 2025 rev:54 rq:1305683 version:1.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/AppStream/AppStream.changes 2025-08-16 20:38:27.697948387 +0200 +++ /work/SRC/openSUSE:Factory/.AppStream.new.27445/AppStream.changes 2025-09-24 15:23:27.230258217 +0200 @@ -1,0 +2,17 @@ +Wed Sep 10 13:43:47 UTC 2025 - Dominique Leuenberger <[email protected]> + +- Re-enable test suite: inject the nobwrap.helper from bubblewrap + into ~/bin +- Add glycin-loaders and bubblewrap BuildRequires: needed to pass + the test suite + +------------------------------------------------------------------- +Tue Sep 9 11:14:09 UTC 2025 - Dominique Leuenberger <[email protected]> + +- Do not run test suite: gdk-image laoders have switched to + glycin-loaders, which use bubblewrap. bwrap in turn is not + functional in OBS. +- Drop gdk-pixbuf-loader-rsvg BuildRequires: only needed by the + test suite. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ AppStream.spec ++++++ --- /var/tmp/diff_new_pack.hzBDRI/_old 2025-09-24 15:23:27.870285170 +0200 +++ /var/tmp/diff_new_pack.hzBDRI/_new 2025-09-24 15:23:27.874285339 +0200 @@ -57,7 +57,12 @@ BuildRequires: gcc13-PIE BuildRequires: gcc13-c++ %endif +%if 0%{?suse_version} > 1600 +BuildRequires: bubblewrap +BuildRequires: glycin-loaders +%else BuildRequires: gdk-pixbuf-loader-rsvg +%endif BuildRequires: gettext-devel BuildRequires: gperf BuildRequires: itstool @@ -145,7 +150,11 @@ Summary: Support for appstreamcli compose License: GPL-2.0-or-later AND LGPL-2.1-or-later Requires: AppStream = %{version} +%if 0%{?suse_version} > 1600 +Requires: glycin-loaders +%else Requires: gdk-pixbuf-loader-rsvg +%endif %description compose This package contains all necessary files, libraries, @@ -214,6 +223,11 @@ %prep %autosetup -p1 -n %{rname}-%{version} +%if 0%{?suse_version} > 1600 +test -d ~/bin || mkdir ~/bin +cp %{_datadir}/doc/packages/bubblewrap/nobwrap.helper ~/bin/bwrap +chmod 755 ~/bin/bwrap +%endif %build %define common_options -Ddocs=false -Dapidocs=false -Dstemming=false @@ -255,6 +269,7 @@ %endif %check +export PATH=~/bin:$PATH %meson_test %if 0%{?qt5}
