Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package AppStream for openSUSE:Factory checked in at 2022-01-03 10:49:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/AppStream (Old) and /work/SRC/openSUSE:Factory/.AppStream.new.1896 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "AppStream" Mon Jan 3 10:49:02 2022 rev:26 rq:943291 version:0.15.1 Changes: -------- --- /work/SRC/openSUSE:Factory/AppStream/AppStream.changes 2021-10-26 20:13:34.074005817 +0200 +++ /work/SRC/openSUSE:Factory/.AppStream.new.1896/AppStream.changes 2022-01-03 10:49:14.783576471 +0100 @@ -1,0 +2,39 @@ +Wed Dec 22 11:58:16 UTC 2021 - Callum Farmer <gm...@opensuse.org> + +- Update to version 0.15.1 + * compose: Port over font support from appstream-generator + * compose: Allow overriding unit used for locale processing + * compose: Refine legacy support for desktop-id launchables + * compose: Allow setting the custom desktop-entry translation function + * compose: Allow to run with threading (mostly) disabled + * compose: Reorganize feature flags, allow to disable l10n + * compose: Allow setting a screenshot file size limit + * compose: Allow to disable screencast processing explicitly + * compose: Allow to test whether result has a specific hint tag + * news-convert: Support a "Translators" section + * validator: Check that first rDNS component-ID parts are always lowercased + * validator: Validate capitalization for some selected text blocks + * vapi: Rename PoolFlag to PoolFlags to add the missing deprecated flags + * Fix cache always getting updated even if unnacessary on Debian systems + * Still verify download return codes if download was aborted intentionally + * compose: Warn if metainfo files are missing and data was processed anyway +- Update to version 0.15.0 + * This release contains a complete rewrite of AppStream's + caching code, making use of libxmlb instead of LMDB now. + This will allow for more complex queries and simplifies the + caching code a bit. + * Allow clients to configure the addon autoresolve magic + * Allow clients to control the local metainfo preference + * qt: Add wrappers for new AsPool API + * qt: Wrap the AsPool ::changed signal + * Implement the new "Tags" tag + * Make component-ID search case-insensitive + * compose: Adjust to rsvg API changes + * qt: Align API deprecations with C library API + * Cache Flatpak data properly, and add some quirk fixes for it +- Add BuildRequires itstool +- Add BuildRequires xmlb >= 0.3.6 +- Update BuildRequires glib-2.0 to >= 2.62 +- Remove BuildRequires lmdb-devel + +------------------------------------------------------------------- Old: ---- AppStream-0.14.6.tar.xz AppStream-0.14.6.tar.xz.asc New: ---- AppStream-0.15.1.tar.xz AppStream-0.15.1.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ AppStream.spec ++++++ --- /var/tmp/diff_new_pack.VnmdJs/_old 2022-01-03 10:49:15.559576769 +0100 +++ /var/tmp/diff_new_pack.VnmdJs/_new 2022-01-03 10:49:15.563576771 +0100 @@ -22,7 +22,7 @@ %define libappstream_sover 4 %define libAppStreamQt_sover 2 Name: AppStream -Version: 0.14.6 +Version: 0.15.1 Release: 0 Summary: Tools and libraries to work with AppStream metadata License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -34,21 +34,22 @@ BuildRequires: docbook-xsl-stylesheets BuildRequires: gettext BuildRequires: gperf -BuildRequires: lmdb-devel BuildRequires: meson >= 0.48 %if %{with vala} BuildRequires: vala %endif BuildRequires: pkgconfig BuildRequires: xsltproc +BuildRequires: itstool BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Test) BuildRequires: pkgconfig(gio-2.0) -BuildRequires: pkgconfig(glib-2.0) >= 2.58 +BuildRequires: pkgconfig(glib-2.0) >= 2.62 BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(yaml-0.1) +BuildRequires: pkgconfig(xmlb) >= 0.3.6 Recommends: curl %description ++++++ AppStream-0.14.6.tar.xz -> AppStream-0.15.1.tar.xz ++++++ ++++ 106499 lines of diff (skipped)