Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package appstream-glib for openSUSE:Factory checked in at 2022-02-11 23:06:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/appstream-glib (Old) and /work/SRC/openSUSE:Factory/.appstream-glib.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "appstream-glib" Fri Feb 11 23:06:58 2022 rev:73 rq:952877 version:0.7.18+28 Changes: -------- --- /work/SRC/openSUSE:Factory/appstream-glib/appstream-glib.changes 2020-09-25 16:27:47.731691674 +0200 +++ /work/SRC/openSUSE:Factory/.appstream-glib.new.1956/appstream-glib.changes 2022-02-11 23:07:38.382644196 +0100 @@ -1,0 +2,40 @@ +Tue Feb 08 15:58:58 UTC 2022 - bjorn....@gmail.com + +- Update to version 0.7.18+28: + * as-app: Also unwrap description in metainfo files + * Fix validation of translated captions when LANG is not C + * Revert "Don't emit legacy component type values" + * Don't emit legacy component type values + * its: Sync with appstream + * Consider AppStream version as a string + * meson: Check --version-script linker option before using. + * Update current newest version in AsStore + * Support em/code tags Some appstream-data packages add <em> and + </em> or <code> and </code> to the files. Not all package + manager can handle that. An example would be pamac from Manjaro + * Update asb-self-test to match current behavior + * Add validation for duplicate license xml elements + * builder: make directories as 0755 && umask + * Do not show a critical warning on <suggests><id/></suggests> + * libappstream-builder: Fix paths for cached icons + * as-util: Fix Markdown underlining in appdata-to-news + * Replace links http://standards.freedesktop.org/... by https in + README.md + * Replace a link http://www.freedesktop.org/wiki/... by https in + README.md + * as-app: Parse launchables from DEP-11 + * as-app: Parse custom tags from DEP-11 + * as-content-rating: Align the OARS/CSM mappings of sex-* + * Updated translations. +- Switch to current git head, upstream is not making releases. +- Drop 0001-as-app-Also-unwrap-description-in-metainfo-files.patch: + Fixed upstream. + +------------------------------------------------------------------- +Tue Feb 8 15:25:24 UTC 2022 - Fabian Vogt <fv...@suse.com> + +- Add patch to fix descriptions in .metainfo.xml files + (boo#1192243, gh#hughsie/appstream-glib#381): + * 0001-as-app-Also-unwrap-description-in-metainfo-files.patch + +------------------------------------------------------------------- Old: ---- appstream-glib-0.7.18.obscpio New: ---- appstream-glib-0.7.18+28.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ appstream-glib.spec ++++++ --- /var/tmp/diff_new_pack.AXa0sS/_old 2022-02-11 23:07:40.354649673 +0100 +++ /var/tmp/diff_new_pack.AXa0sS/_new 2022-02-11 23:07:40.358649684 +0100 @@ -1,7 +1,7 @@ # # spec file for package appstream-glib # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands # # All modifications and additions to the file contributed by third parties @@ -18,13 +18,14 @@ Name: appstream-glib -Version: 0.7.18 +Version: 0.7.18+28 Release: 0 Summary: AppStream Abstraction Library -License: LGPL-2.1-or-later AND GPL-2.0-or-later +License: GPL-2.0-or-later AND LGPL-2.1-or-later URL: https://people.freedesktop.org/~hughsient/appstream-glib/ Source0: %{name}-%{version}.tar.xz Source1: openSUSE-appstream-process + BuildRequires: docbook-xsl-stylesheets BuildRequires: gcab >= 0.6 BuildRequires: gobject-introspection-devel @@ -85,7 +86,7 @@ %package devel Summary: Development files for the AppStream abstraction library -License: LGPL-2.1-or-later AND GPL-2.0-or-later +License: GPL-2.0-or-later AND LGPL-2.1-or-later Requires: %{name} = %{version} Requires: libappstream-glib8 = %{version} Requires: typelib-1_0-AppStreamGlib-1_0 = %{version} @@ -110,7 +111,7 @@ %package -n openSUSE-appstream-process Summary: Appstream processor employed by kiwi -License: LGPL-2.1-or-later AND GPL-2.0-or-later +License: GPL-2.0-or-later AND LGPL-2.1-or-later Requires: appstream-glib >= %{version} Requires: openSUSE-appdata-extra ++++++ _service ++++++ --- /var/tmp/diff_new_pack.AXa0sS/_old 2022-02-11 23:07:40.386649761 +0100 +++ /var/tmp/diff_new_pack.AXa0sS/_new 2022-02-11 23:07:40.390649773 +0100 @@ -2,11 +2,14 @@ <service name="obs_scm" mode="disabled"> <param name="url">https://github.com/hughsie/appstream-glib.git</param> <param name="scm">git</param> - <param name="versionformat">@PARENT_TAG@</param> + <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">appstream_glib_(\d+)_(\d+)_(\d+)</param> <param name="versionrewrite-replacement">\1.\2.\3</param> <param name="changesgenerate">enable</param> + <param name="revision">004a4e60e2433c404e7c36b94770c94e592db0fc</param> +<!-- <param name="revision">refs/tags/appstream_glib_0_7_18</param> +--> </service> <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.AXa0sS/_old 2022-02-11 23:07:40.410649828 +0100 +++ /var/tmp/diff_new_pack.AXa0sS/_new 2022-02-11 23:07:40.410649828 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/hughsie/appstream-glib.git</param> - <param name="changesrevision">705e8e2061e9c9ef741792b1de56c6529fb57082</param></service></servicedata> + <param name="changesrevision">004a4e60e2433c404e7c36b94770c94e592db0fc</param></service></servicedata> (No newline at EOF) ++++++ appstream-glib.obsinfo ++++++ --- /var/tmp/diff_new_pack.AXa0sS/_old 2022-02-11 23:07:40.434649895 +0100 +++ /var/tmp/diff_new_pack.AXa0sS/_new 2022-02-11 23:07:40.434649895 +0100 @@ -1,6 +1,5 @@ name: appstream-glib -version: 0.7.18 -mtime: 1599473586 -commit: 705e8e2061e9c9ef741792b1de56c6529fb57082 - +version: 0.7.18+28 +mtime: 1644332535 +commit: 004a4e60e2433c404e7c36b94770c94e592db0fc