Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package AppStream for openSUSE:Factory checked in at 2024-02-01 18:04:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/AppStream (Old) and /work/SRC/openSUSE:Factory/.AppStream.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "AppStream" Thu Feb 1 18:04:24 2024 rev:44 rq:1143302 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/AppStream/AppStream.changes 2023-12-25 19:04:45.980313823 +0100 +++ /work/SRC/openSUSE:Factory/.AppStream.new.1815/AppStream.changes 2024-02-01 18:04:40.281568049 +0100 @@ -1,0 +2,32 @@ +Thu Feb 1 09:04:42 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Update to 1.0.1 + Bugfixes: + * Fix lib name for Qt5 link target + * meson: Pass -D_DARWIN_C_SOURCE on darwin + * Fix macOS build + * stemmer: Resolve potential issue where stemmer may never be + initialized + * cli: Don't fail what-provides if components were found + * Fix query element order for what-provides queries + * validator: Demote developer-name-tag-deprecated to info + severity for now + * content-rating: Fix missing or wrong value descriptions for + rating IDs + * curl: Add transfer speed timeouts for HTTP downloads + * curl: Retry operations on potentially transient errors + Miscellaneous: + * validator: Improve hint for content-attribute-value-invalid + * Allow building without zstd temporarily +- Drop patches, merged upstream: + * 0001-validator-Demote-developer-name-tag-deprecated-to-in.patch + * 0001-content-rating-Fix-missing-or-wrong-value-descriptio.patch + * 0001-Fix-lib-name-for-Qt5-link-target.patch + +------------------------------------------------------------------- +Wed Jan 31 14:34:55 UTC 2024 - Christophe Marin <christo...@krop.fr> + +- Switch to the latest GCC version available in Leap for packages + that can't build with the default compiler + +------------------------------------------------------------------- Old: ---- 0001-Fix-lib-name-for-Qt5-link-target.patch 0001-content-rating-Fix-missing-or-wrong-value-descriptio.patch 0001-validator-Demote-developer-name-tag-deprecated-to-in.patch AppStream-1.0.0.tar.xz AppStream-1.0.0.tar.xz.asc New: ---- AppStream-1.0.1.tar.xz AppStream-1.0.1.tar.xz.asc BETA DEBUG BEGIN: Old: * 0001-content-rating-Fix-missing-or-wrong-value-descriptio.patch * 0001-Fix-lib-name-for-Qt5-link-target.patch Old: * 0001-validator-Demote-developer-name-tag-deprecated-to-in.patch * 0001-content-rating-Fix-missing-or-wrong-value-descriptio.patch * 0001-Fix-lib-name-for-Qt5-link-target.patch Old:- Drop patches, merged upstream: * 0001-validator-Demote-developer-name-tag-deprecated-to-in.patch * 0001-content-rating-Fix-missing-or-wrong-value-descriptio.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ AppStream.spec ++++++ --- /var/tmp/diff_new_pack.XQAguG/_old 2024-02-01 18:04:40.917589540 +0100 +++ /var/tmp/diff_new_pack.XQAguG/_new 2024-02-01 18:04:40.917589540 +0100 @@ -28,14 +28,14 @@ %endif # The default Leap compiler is too old for building AppStream-qt6. use the same compiler for both flavors %if 0%{?suse_version} == 1500 -%bcond_without gcc12 +%bcond_without gcc13 %endif %define rname AppStream %define libappstream_sover 5 %define libAppStreamQt_sover 3 %define libappstream_compose_sover 0 Name: AppStream%{?pkg_suffix} -Version: 1.0.0 +Version: 1.0.1 Release: 0 Summary: Tools and libraries to work with AppStream metadata License: LGPL-2.1-or-later @@ -45,15 +45,11 @@ Source2: AppStream.keyring # PATCH-FIX-OPENSUSE Patch0: support-meson0.59.patch -# PATCH-FIX-UPSTREAM -Patch1: 0001-validator-Demote-developer-name-tag-deprecated-to-in.patch -Patch2: 0001-content-rating-Fix-missing-or-wrong-value-descriptio.patch -Patch3: 0001-Fix-lib-name-for-Qt5-link-target.patch BuildRequires: cairo-devel BuildRequires: docbook-xsl-stylesheets -%if %{with gcc12} -BuildRequires: gcc12 -BuildRequires: gcc12-c++ +%if %{with gcc13} +BuildRequires: gcc13 +BuildRequires: gcc13-c++ %endif BuildRequires: gdk-pixbuf-loader-rsvg BuildRequires: gettext @@ -224,8 +220,8 @@ %define options -Dqt5=true -Dcompose=true -Dvapi=%{build_vapi} %endif -%if %{with gcc12} -export CC=gcc-12 CXX=g++-12 +%if %{with gcc13} +export CC=gcc-13 CXX=g++-13 %endif %meson %{common_options} %{options} ++++++ AppStream-1.0.0.tar.xz -> AppStream-1.0.1.tar.xz ++++++ ++++ 33899 lines of diff (skipped) ++++++ AppStream.keyring ++++++ Binary files /var/tmp/diff_new_pack.XQAguG/_old and /var/tmp/diff_new_pack.XQAguG/_new differ