diff mbox series

[meta-gnome,01/46] colord-gtk: upgrade 0.3.0 -> 0.3.1

Message ID 1724833525-2162-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-gnome,01/46] colord-gtk: upgrade 0.3.0 -> 0.3.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Aug. 28, 2024, 8:24 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Bugfixes:
 - Fix the callback signature to fix a crash

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../colord-gtk/{colord-gtk_0.3.0.bb => colord-gtk_0.3.1.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-support/colord-gtk/{colord-gtk_0.3.0.bb => colord-gtk_0.3.1.bb} (89%)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.0.bb b/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.1.bb
similarity index 89%
rename from meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.0.bb
rename to meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.1.bb
index 0e86d781c..1c6d34e46 100644
--- a/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.0.bb
+++ b/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.3.1.bb
@@ -10,7 +10,7 @@  DEPENDS = " \
 "
 
 SRC_URI = "http://www.freedesktop.org/software/colord/releases/${BPN}-${PV}.tar.xz"
-SRC_URI[sha256sum] = "b9466656d66d9a6ffbc2dd04fa91c8f6af516bf9efaacb69744eec0f56f3c1d0"
+SRC_URI[sha256sum] = "c176b889b75630a17f4e3d7ef24c09a3e12368e633496087459c8b53ac3a122d"
 
 PACKAGECONFIG ??= "gtk3 gtk4"
 PACKAGECONFIG[gtk3] = "-Dgtk3=true, -Dgtk3=false, gtk+3"