diff mbox series

[meta-oe] glibmm-2.68: upgrade 2.74.0 -> 2.76.0

Message ID 1679886322-20954-2-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] glibmm-2.68: upgrade 2.74.0 -> 2.76.0 | expand

Commit Message

Mingyu Wang (Fujitsu) March 27, 2023, 3:05 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
Glib:
* Dispatcher: Don't warn when a Dispatcher is deleted while
  messages are pending.
* Dispatcher: Add const versions of emit() and operator()()
  and deprecate the non-const versions.
* Module: Deprecate build_path()
* Binding: Fix the bind_property() with two transformation functions
* Add the GLIBMM_CHECK_VERSION() preprocessor macro

Gio:
* ListModel: Add get_typed_object()
* NetworkMonitor::get_default(): Add refreturn
* AppInfo: Add get_[recommended|fallback]_for_type()
* Add BytesIcon
* ListStore: Rename a local variable
* Settings: Add bind() with mapping functions and unbind()

Documentation:
* Glib::Binding::unbind(): Fix documentation

gmmproc:
* generate_wrap_init.pl.in: Disable warning C4273 on Visual Studio

Tests:
* Fix giomm_simple test on Windows

Meson build:
* Detect if we build from a git subtree
* Don't copy files with configure_file()

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../glib-2.0/{glibmm-2.68_2.74.0.bb => glibmm-2.68_2.76.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-core/glib-2.0/{glibmm-2.68_2.74.0.bb => glibmm-2.68_2.76.0.bb} (90%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.74.0.bb b/meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.76.0.bb
similarity index 90%
rename from meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.74.0.bb
rename to meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.76.0.bb
index 5028a8bb8..ac55ceb80 100644
--- a/meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.74.0.bb
+++ b/meta-oe/recipes-core/glib-2.0/glibmm-2.68_2.76.0.bb
@@ -13,7 +13,7 @@  inherit gnomebase
 
 SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
 
-SRC_URI[archive.sha256sum] = "2b472696cbac79db8e405724118ec945219c5b9b18af63dc8cfb7f1d89b0f1fa"
+SRC_URI[archive.sha256sum] = "8637d80ceabd94fddd6e48970a082a264558d4ab82684e15ffc87e7ef3462ab2"
 
 S = "${WORKDIR}/${GNOMEBN}-${PV}"