diff mbox series

appstream: update 1.0.0 -> 1.0.1

Message ID 20240216165307.142411-1-f_l_k@t-online.de
State New
Headers show
Series appstream: update 1.0.0 -> 1.0.1 | expand

Commit Message

Markus Volk Feb. 16, 2024, 4:53 p.m. UTC
Version 1.0.1
~~~~~~~~~~~~~~
Released: 2023-12-16

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

Contributors:
 Antonio Rojas, Bobby Rong, Matthias Klumpp, Rui Chen

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../appstream/{appstream_1.0.0.bb => appstream_1.0.1.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/appstream/{appstream_1.0.0.bb => appstream_1.0.1.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-support/appstream/appstream_1.0.0.bb b/meta/recipes-support/appstream/appstream_1.0.1.bb
similarity index 93%
rename from meta/recipes-support/appstream/appstream_1.0.0.bb
rename to meta/recipes-support/appstream/appstream_1.0.1.bb
index 3f8bfcd263..1114011835 100644
--- a/meta/recipes-support/appstream/appstream_1.0.0.bb
+++ b/meta/recipes-support/appstream/appstream_1.0.1.bb
@@ -28,7 +28,7 @@  SRC_URI = " \
 	https://www.freedesktop.org/software/appstream/releases/AppStream-${PV}.tar.xz \
 	file://0001-remove-hardcoded-path.patch \
 "
-SRC_URI[sha256sum] = "ef23477a380e8b525e92cfa87687f1146b9cef74c641349a1ae11250be5401d0"
+SRC_URI[sha256sum] = "fa4d5994e5c6f22e9b66cb0b52e8b5f5d96e7353ea5528b56436e0150829203b"
 
 S = "${WORKDIR}/AppStream-${PV}"