diff mbox series

libxmlb: upgrade 0.3.14 -> 0.3.15

Message ID 1705309409-24068-1-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 096f866bd114089628e2dee8a8cfb722f95c8862
Headers show
Series libxmlb: upgrade 0.3.14 -> 0.3.15 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 15, 2024, 9:03 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- Sprinkle __attribute__((nonnull)) to give a little more compile-time safety
- Accept text/xml as an alternative to application/xml
- Do not inline shared code
- Fix compiling with Visual Studio
- Fix the exported api test on Windows
- Generate and use .def file for clang-cl builds
- Release source file handles early

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libxmlb/{libxmlb_0.3.14.bb => libxmlb_0.3.15.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/libxmlb/{libxmlb_0.3.14.bb => libxmlb_0.3.15.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-gnome/libxmlb/libxmlb_0.3.14.bb b/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb
similarity index 93%
rename from meta/recipes-gnome/libxmlb/libxmlb_0.3.14.bb
rename to meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb
index 1d3b0de29a..528e3e0bab 100644
--- a/meta/recipes-gnome/libxmlb/libxmlb_0.3.14.bb
+++ b/meta/recipes-gnome/libxmlb/libxmlb_0.3.15.bb
@@ -8,7 +8,7 @@  SRC_URI = " \
 	file://0001-xb-selftest.c-hardcode-G_TEST_SRCDIR.patch \
 	file://run-ptest \
 "
-SRCREV = "aa577b276adc66564f5777f9a522ca3bf0bfa65e"
+SRCREV = "25a6384ad60f7e8550292e6cb4f262cc5da74be4"
 S = "${WORKDIR}/git"
 
 DEPENDS = "glib-2.0 xz zstd"