diff --git a/meta-oe/recipes-core/glib-2.0/glib-testing_0.1.1.bb b/meta-oe/recipes-core/glib-2.0/glib-testing_0.2.0.bb similarity index 88% rename from meta-oe/recipes-core/glib-2.0/glib-testing_0.1.1.bb rename to meta-oe/recipes-core/glib-2.0/glib-testing_0.2.0.bb index 97a5592f94..ceba331be1 100644 --- a/meta-oe/recipes-core/glib-2.0/glib-testing_0.1.1.bb +++ b/meta-oe/recipes-core/glib-2.0/glib-testing_0.2.0.bb @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" SRC_URI = "git://gitlab.gnome.org/pwithnall/libglib-testing.git;protocol=https;branch=main" -PV = "0.1.1" -SRCREV = "e326f73a7139c5e54fcf926896ae6e4cc899a1a7" +PV = "0.2.0" +SRCREV = "605ca3b43c7e57b443ce43325c2f2ce1fd29ed82" inherit meson pkgconfig
Per upstream NEWS, 0.2.0 is a small additive release on the GtDBusQueue mock-D-Bus harness: new functions to emit a signal from the mocked service and to mock activatable bus names (!14), a switch to POSIX file functions instead of GIO when writing activatable service files (!15), and gt_dbus_queue_assert_pop_message() now accepts empty varargs (!16). The remainder is build/CI work - gtkdoc-check now runs as part of the test suite (!7) and the docs CI build and deployment were fixed (!13). The public API is additive only, so no consumer changes were needed; the recipe just needed the new tag SRCREV and PV. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com> --- .../glib-2.0/{glib-testing_0.1.1.bb => glib-testing_0.2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-core/glib-2.0/{glib-testing_0.1.1.bb => glib-testing_0.2.0.bb} (88%)