From patchwork Sun Sep 13 05:20:50 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 98106 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id CF145C88E56 for ; Sun, 13 Sep 2026 05:20:53 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.20488.1789276850992752187 for ; Sat, 12 Sep 2026 22:20:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=EOn9/y5+; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=nTdpSUgA; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 010101a09936084d-f9734d57-14e4-4d83-a24d-49f9c46b4ff7-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1789276850; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=OQ92OaWZCaaO5e9EU6nDvohcWwLVNYG0UVh5kZDmtEY=; b=EOn9/y5++f5m4viQVXpSCGtGiFn9E0BPwKLLOjIW0CrBp7XnlG7o5vMyU8diI4Cv 0jU3YxEpaADN4oUKomUFPVSKbmTshHronS3gJBDqqbMoQSiMBhOgI8RtI5P5XI57gfG Kk1CzDhF3tdTiBXDBIE6IKiuuS5o+piVz/QACw8g= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1789276850; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=OQ92OaWZCaaO5e9EU6nDvohcWwLVNYG0UVh5kZDmtEY=; b=nTdpSUgA72xCzKxPMuf1F5+fakhSbSjN/9MlWuYrfY8SXfCjW4Xul5fTEJpCZTut 3b+tLf8gnBtsXiv9hI0oq+nrJfCBZFBHvvLqZrikz7uLkDMM9/rXIRnoTOY/tx/u+wk Or2SnInSk2bBY5h24ud7JKTfEbK0KepXXBsqjkis= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] libportal: upgrading to 0.11.0 SUCCEEDED Message-ID: <010101a09936084d-f9734d57-14e4-4d83-a24d-49f9c46b4ff7-000000@us-west-2.amazonses.com> Date: Sun, 13 Sep 2026 05:20:50 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.13-54.240.27.192 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 13 Sep 2026 05:20:53 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/245710 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 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 --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'