diff mbox series

[AUH] libportal: upgrading to 0.11.0 SUCCEEDED

Message ID 010101a09936084d-f9734d57-14e4-4d83-a24d-49f9c46b4ff7-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libportal: upgrading to 0.11.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 13, 2026, 5:20 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *libportal* to *0.11.0* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libportal-upgrade-0.10.0-0.11.0.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 3ec8a19a1ddc53dd5865f10e93d42b6195afcb03 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sun, 13 Sep 2026 05:18:28 +0000
Subject: [PATCH] libportal: upgrade 0.10.0 -> 0.11.0

Source: NEWS

Changes in 0.11.0, 2026-09-12
=============================

Features:

- Support globalshortcuts (#226)

Bug fixes:

- Various Meson cleanups (#232)
- Document XDP_OPEN_FILE_FLAG_DIRECTORY flag separately so that since annotation lands in the introspection (#230)
- Remove erroneous CLOSED signal from inputcapture (#229)
- Add G_{BEGIN,END}_DECLS macros (#228)
- Remove CONST annotation from get_type methods (#227)
---
 .../libportal/{libportal_0.10.0.bb => libportal_0.11.0.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/libportal/{libportal_0.10.0.bb => libportal_0.11.0.bb} (96%)
diff mbox series

Patch

diff --git a/meta/recipes-gnome/libportal/libportal_0.10.0.bb b/meta/recipes-gnome/libportal/libportal_0.11.0.bb
similarity index 96%
rename from meta/recipes-gnome/libportal/libportal_0.10.0.bb
rename to meta/recipes-gnome/libportal/libportal_0.11.0.bb
index 4ba56dd44f..fb2cc4c9f3 100644
--- a/meta/recipes-gnome/libportal/libportal_0.10.0.bb
+++ b/meta/recipes-gnome/libportal/libportal_0.11.0.bb
@@ -7,7 +7,7 @@  LICENSE = "LGPL-3.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404"
 
 SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=main"
-SRCREV = "c23024018c8eb076549a1517fcb2d7f80d3e2ed5"
+SRCREV = "fc4d62cfe131e8494c82f597f92b2234d584c367"
 
 inherit meson gi-docgen gobject-introspection vala pkgconfig
 GIDOCGEN_MESON_OPTION = 'docs'