Hello community, here is the log from the commit of package AppStream for openSUSE:Factory checked in at 2019-03-08 13:29:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/AppStream (Old) and /work/SRC/openSUSE:Factory/.AppStream.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "AppStream" Fri Mar 8 13:29:40 2019 rev:12 rq:681643 version:0.12.6 Changes: -------- --- /work/SRC/openSUSE:Factory/AppStream/AppStream.changes 2018-10-22 11:07:14.916076383 +0200 +++ /work/SRC/openSUSE:Factory/.AppStream.new.28833/AppStream.changes 2019-03-08 13:29:44.834979694 +0100 @@ -1,0 +2,73 @@ +Mon Mar 4 21:07:15 UTC 2019 - Matthias Eliasson <[email protected]> + +- Update to 0.12.6: + Features: + * Implement artifacts (Matthias Klumpp) + * Search improvements (Matthias Klumpp) + Specification: + * doc: help distinguish the 2 'languages' tags (Beuc) + * spec: Document the new artifacts tag (Matthias Klumpp) +- Update to 0.12.5: + Features: + * qt: expose the spdx parser to Qt users (Aleix Pol) + * Implement operating-system component and add convenience functions (Matthias Klumpp) + * qt: Add operating-system component type and a few utility functions (Matthias Klumpp) + * Allow fetching the ISO8601 date directly alongside the timestamp in AsRelease (Matthias Klumpp) + * Implement date_eol for AsRelease (Matthias Klumpp) + * Add convenience methods for retrieving date_eol as UNIX timestamp (Matthias Klumpp) + * qt: Allow retrieving the EOL timestamp for releases (Matthias Klumpp) + * Implement new release details URL (Matthias Klumpp) + * Make rDNS conversion function more generic and add more extensive tests (Matthias Klumpp) + Specification: + * docs: <release> tag can have details url (Jehan) + * spec: Specify the operating-system component (Matthias Klumpp) + * spec: Specify date_eol for releases (Matthias Klumpp) + * docs: Explicitly state list items are allowed in ol/ul lists (Matthias Klumpp) + Bugfixes: + * Don't warn about issues in a cache refresh if there weren't any (Matthias Klumpp) + * Ensure releases are always sorted in descending order (Matthias Klumpp) + * pool: Fix g-i for get_components_*() while GPtrArray owns its elements (Rico Tzschichholz) +- Update to 0.12.4: + Features: + * pool: Be a lot more forgiving when encountering invalid components (Matthias Klumpp) + * Implement component removal via remove-component merges (Matthias Klumpp) + * validator: Warn about insecure URLs, handle mailto: URLs (Matthias Klumpp) + * Add a contact URL type (Robert Ancell) + Specification: + * Document new remove-component merge type (Matthias Klumpp) + Bugfixes: + * as-pool: fix GObject annotation for GPtrArray owning the elements (Corentin Noël) + * Make invalid components ratio check more accurate (Matthias Klumpp) + * Ensure description paragraphs contain no invalid XML tags (Matthias Klumpp) +- Update to 0.12.3: + Notes: + * Beginning with this release, data from local .desktop files will not be loaded into + the pool automatically, unless a metainfo file also exists. + This should ensure less duplicated components in general higher-quality data to be + displayed. It also provides another incentive to add/fix metainfo files. + If you prefer the previous behavior, set the AS_POOL_FLAG_READ_DESKTOP_FILES flag + on your AsPool instance. + Features: + * apt: Ignore errors post-update (Matthias Klumpp) + * validator: Allow content_rating to be empty (Matthias Klumpp) + * ascli: Display stock icon name if no suitable icon was found for details view (Matthias Klumpp) + * Refactor loading of local metainfo files (Matthias Klumpp) + Specification: + * spec: Clarify the requirement for content_attribute tags in content_rating (Matthias Klumpp) + * docs: Write intro for addon quickstart (Matthias Klumpp) + * docs: Replace hyphens in component-IDs of XML examples (Matthias Klumpp) + Bugfixes: + * Ensure all addons are linked to a component (David Hewitt) + * Annotate nullable return types (David Hewitt) + * cache: Set explicit variant types for cases where they can not be inferred (Matthias Klumpp) + * utils: Handle NULL strings when comparing versions (Matthias Klumpp) + * Explicitly include string.h in as-tag.c (Matthias Klumpp) + * Properly ignore desktop-entry components if we have better data (Matthias Klumpp) + * Remove AppStream XSD schema (Matthias Klumpp) + * Update static data (Matthias Klumpp) + * Set error variable if there were some errors during refinement (Stefan Bruens) +- Remove patches, now upstream: + * explicit-variant-types.patch + * workaround-hidden-symbols.patch + +------------------------------------------------------------------- Old: ---- AppStream-0.12.2.tar.xz AppStream-0.12.2.tar.xz.asc explicit-variant-types.patch workaround-hidden-symbols.patch New: ---- AppStream-0.12.6.tar.xz AppStream-0.12.6.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ AppStream.spec ++++++ --- /var/tmp/diff_new_pack.j5ZfSV/_old 2019-03-08 13:29:46.414979418 +0100 +++ /var/tmp/diff_new_pack.j5ZfSV/_new 2019-03-08 13:29:46.454979412 +0100 @@ -1,7 +1,7 @@ # # spec file for package AppStream # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define libappstream_sover 4 %define libAppStreamQt_sover 2 Name: AppStream -Version: 0.12.2 +Version: 0.12.6 Release: 0 Summary: Utilities to generate, maintain and access the AppStream Xapian database License: GPL-2.0-or-later AND LGPL-2.1-or-later @@ -28,10 +28,6 @@ Source0: http://www.freedesktop.org/software/appstream/releases/%{name}-%{version}.tar.xz Source1: http://www.freedesktop.org/software/appstream/releases/%{name}-%{version}.tar.xz.asc Source2: %{name}.keyring -# PATCH-FIX-UPSTREAM -Patch1: explicit-variant-types.patch -# PATCH-FIX-UPSTREAM (or equivalent) -Patch2: workaround-hidden-symbols.patch BuildRequires: gettext BuildRequires: gperf BuildRequires: intltool @@ -121,7 +117,7 @@ %lang_package %prep -%autosetup -p1 +%autosetup %build %if "%{?_lib}" == "lib64" ++++++ AppStream-0.12.2.tar.xz -> AppStream-0.12.6.tar.xz ++++++ ++++ 18601 lines of diff (skipped)
