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-30 06:54:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/AppStream (Old) and /work/SRC/openSUSE:Factory/.AppStream.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "AppStream" Tue Sep 30 06:54:40 2025 rev:56 rq:1308082 version:1.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/AppStream/AppStream.changes 2025-09-29 21:11:59.043308032 +0200 +++ /work/SRC/openSUSE:Factory/.AppStream.new.11973/AppStream.changes 2025-09-30 06:54:41.960206593 +0200 @@ -2,28 +1,0 @@ -Mon Sep 29 07:35:07 UTC 2025 - Dominique Leuenberger <[email protected]> - -- Drop the nobwrap.helper again: glycin 2.0.1 found a solution to - avoid the bwrap when run inside CIs/BuildEnvironments. As such, - we can run the test suite without the nobwrap.wrapper again. - -------------------------------------------------------------------- -Thu Sep 25 08:18:21 UTC 2025 - Christophe Marin <[email protected]> - -- Update to 1.1.0 - * Port YAML parsing to libfyaml - * Port YAML emission to libfyaml - * compose: Port to libfyaml - * yaml: Reduce string copies when comparing main keys, compare lengths first - * yaml: Reduce copies when filling locale tables and string list - * compose: Add support for JPEG-XL - * compose: Make the AscImage API more generic - * compose: Seal away all GdkPixbuf and AscCanvas references from public API - * validator: Fix possible double dereference of the same issue instance - * tests: Pass tests with older versions of libfyaml - * Fix a few double-free issues in error conditions - * compose: Fix possible race condition when fetching pangrams - * compose: Draw better background shapes and center text properly for font icons - * parser: Guard against "tag" elements with NULL values - * yaml: Allow duplicate keys when parsing data (speeds up parsing dramatically) - * cache: Fix potential use-after-free issue when counting components - -------------------------------------------------------------------- Old: ---- AppStream-1.1.0.tar.xz AppStream-1.1.0.tar.xz.asc New: ---- AppStream-1.0.6.tar.xz AppStream-1.0.6.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ AppStream.spec ++++++ --- /var/tmp/diff_new_pack.ihhZG6/_old 2025-09-30 06:54:42.564232453 +0200 +++ /var/tmp/diff_new_pack.ihhZG6/_new 2025-09-30 06:54:42.568232625 +0200 @@ -40,7 +40,7 @@ %define libAppStreamQt_sover 3 %define libappstream_compose_sover 0 Name: AppStream%{?pkg_suffix} -Version: 1.1.0 +Version: 1.0.6 Release: 0 Summary: Tools and libraries to work with AppStream metadata License: LGPL-2.1-or-later @@ -81,12 +81,12 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.62 BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(libcurl) -BuildRequires: pkgconfig(libfyaml) BuildRequires: pkgconfig(librsvg-2.0) BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(pango) BuildRequires: pkgconfig(xmlb) >= 0.3.14 +BuildRequires: pkgconfig(yaml-0.1) Recommends: curl %if %{with vala} BuildRequires: vala @@ -223,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 ++++++ AppStream-1.1.0.tar.xz -> AppStream-1.0.6.tar.xz ++++++ ++++ 51773 lines of diff (skipped)
