diff mbox series

[meta-oe] appstream: update 0.16.2 -> 0.16.3

Message ID 20230908114436.1418764-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-oe] appstream: update 0.16.2 -> 0.16.3 | expand

Commit Message

Markus Volk Sept. 8, 2023, 11:44 a.m. UTC
Version 0.16.3
~~~~~~~~~~~~~~
Released: 2023-08-22

Features:
 * compose: Allow creating metadata with complete URLs and no base URL

Bugfixes:
 * Fix tweaking of appstream.pc when building as subproject
 * Do not override default-priority when parsing multiple metadata files
 * Ensure stemmer always has the right locale and token-search works
 * Require a more recent libxmlb to avoid crashes

Miscellaneous:
 * Work around invalid null-dereference warning in GCC 13

Contributors:
 Daniel Drake, Matthias Klumpp

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

Patch

diff --git a/meta-oe/recipes-support/appstream/appstream_0.16.2.bb b/meta-oe/recipes-support/appstream/appstream_0.16.3.bb
similarity index 94%
rename from meta-oe/recipes-support/appstream/appstream_0.16.2.bb
rename to meta-oe/recipes-support/appstream/appstream_0.16.3.bb
index 240e63a1b..222cd80be 100644
--- a/meta-oe/recipes-support/appstream/appstream_0.16.2.bb
+++ b/meta-oe/recipes-support/appstream/appstream_0.16.3.bb
@@ -25,7 +25,7 @@  GIR_MESON_OPTION = "gir"
 
 SRC_URI = "https://www.freedesktop.org/software/appstream/releases/AppStream-${PV}.tar.xz"
 SRC_URI:append:class-target = " file://0001-fix-crosscompile.patch"
-SRC_URI[sha256sum] = "f9cb80bd388fbf06be268afa7f2d65863c85d605ad874b905094f3982d03f232"
+SRC_URI[sha256sum] = "081c917646e94d7221c9e4aae54dacda95a27c607fa93cd8e6344a2b318b98b1"
 
 S = "${WORKDIR}/AppStream-${PV}"