diff mbox series

[meta-gnome,2/2] libchamplain: Upgrade 0.12.20 -> 0.12.21

Message ID 20231106102411.58424-2-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-gnome,1/2] webp-pixbuf-loader: Upgrade 0.2.4 -> 0.2.5 | expand

Commit Message

Markus Volk Nov. 6, 2023, 10:24 a.m. UTC
- switch to soup3
- build vapi

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../{libchamplain_0.12.20.bb => libchamplain_0.12.21.bb}    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-gnome/recipes-gnome/libchamplain/{libchamplain_0.12.20.bb => libchamplain_0.12.21.bb} (61%)

Comments

Yoann Congal Nov. 6, 2023, 10:29 a.m. UTC | #1
Hi Markus,

Le 06/11/2023 à 11:24, Markus Volk a écrit :
> - switch to soup3
> - build vapi
> 
> Signed-off-by: Markus Volk <f_l_k@t-online.de>
> ---
>  .../{libchamplain_0.12.20.bb => libchamplain_0.12.21.bb}    | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta-gnome/recipes-gnome/libchamplain/{libchamplain_0.12.20.bb => libchamplain_0.12.21.bb} (61%)


I see you send a lot of meta-oe upgrade patches (Thanks!)

Just by curiosity, do you use the auto upgrade helper (AUH) output to do this?

Regards,
Markus Volk Nov. 6, 2023, 10:44 a.m. UTC | #2
On Mon, Nov 6 2023 at 11:29:44 AM +01:00:00, Yoann Congal 
<yoann.congal@smile.fr> wrote:
> Just by curiosity, do you use the auto upgrade helper (AUH) output to 
> do this?

Hi Yoann,
I'm not doing automated updates because I always want to have a look at 
the NEWS file and possible changes in the buildsystem . Usually I also 
verify that updates don't break runtime for me before sending them out.
But I found the AUH update report quite useful to see what needs to be 
done.
Yoann Congal Nov. 6, 2023, 3:05 p.m. UTC | #3
Le 06/11/2023 à 11:44, Markus Volk a écrit :
> On Mon, Nov 6 2023 at 11:29:44 AM +01:00:00, Yoann Congal <yoann.congal@smile.fr> wrote:
>> Just by curiosity, do you use the auto upgrade helper (AUH) output to do this?
> 
> Hi Yoann,
> I'm not doing automated updates because I always want to have a look at the NEWS file and possible changes in the buildsystem . Usually I also verify that updates don't break runtime for me before sending them out.
> But I found the AUHupdate report quite useful to see what needs to be done.

Yes, unattended upgrade does not seem realistic...
Glad to see the AUH used :-)

Thanks!
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb
similarity index 61%
rename from meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb
rename to meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb
index 859eab916..a89ab8cc7 100644
--- a/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.20.bb
+++ b/meta-gnome/recipes-gnome/libchamplain/libchamplain_0.12.21.bb
@@ -1,13 +1,13 @@ 
 SUMMARY = "libchamplain is a Gtk widget displaying zoomable and pannable maps"
 LICENSE = "LGPL-2.1-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
-DEPENDS = "glib-2.0 gtk+3 gdk-pixbuf clutter-1.0 clutter-gtk-1.0 libsoup-2.4"
+DEPENDS = "glib-2.0 gtk+3 clutter-1.0 clutter-gtk-1.0 libsoup-3.0 cairo sqlite3"
 
-inherit features_check gobject-introspection meson pkgconfig
+inherit features_check gobject-introspection meson pkgconfig vala
 
 REQUIRED_DISTRO_FEATURES = "opengl"
 
-SRCREV = "145e417f32e507b63c21ad4e915b808a6174099e"
+SRCREV = "941560af497148588783db991e8135f52a82574d"
 SRC_URI = "git://github.com/gnome/libchamplain.git;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"