From patchwork Tue Sep 15 05:49:29 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: 98261 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 F019EC88E53 for ; Tue, 15 Sep 2026 05:49:35 +0000 (UTC) Received: from a27-191.smtp-out.us-west-2.amazonses.com (a27-191.smtp-out.us-west-2.amazonses.com [54.240.27.191]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.16934.1789451370751473638 for ; Mon, 14 Sep 2026 22:49:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=YEbvtstw; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=FGxdgSSd; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.191, mailfrom: 010101a0a39cfd9e-10e0a9e3-2b44-4dd5-b21f-43a85f6f0095-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=1789451370; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=m2a9arzF+s0JBrqAN9XEco0h/zqs+ryLrzRHbCr7BvM=; b=YEbvtstwRzLkwmb0ESC+/eqwFr1vnBo3/NluY6PLgtGZIKhOwfxn6WD+JyoAq5fF E4s1H9p0XBTnTi7cKtHTFgHSl44Ag/r9SYMAn0cdkpSxgiGvgV8BTzacWyOXnUEZpKP 3dFRylD1TX12j2AAfdlFqssnj2RgC13zPs9Cs3I4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1789451370; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=m2a9arzF+s0JBrqAN9XEco0h/zqs+ryLrzRHbCr7BvM=; b=FGxdgSSdglJ6zlg9s2P2K0YFzfO5WGEsVAvjaHlQra7b5ikabrwjE7elLCV+1nnN rsamWdiAqMi1Xu0cSRYYpZg5jFL6ll7YPraIgf++Dzs0qQ38rRF1/4fZAU0eTWYatjk Vn5vbGgQVFSMn/6IuuHj3WnRZXoGFDSU1Zxc+nsw= MIME-Version: 1.0 From: auh@yoctoproject.org To: =?utf-8?q?Simone_Wei=C3=9F_=3Csimone=2Ep=2Eweiss=40posteo=2Ecom=3E?= @yoctoproject.org Cc: openembedded-core@lists.openembedded.org Subject: [AUH] libadwaita: upgrading to 1.10.0 FAILED Message-ID: <010101a0a39cfd9e-10e0a9e3-2b44-4dd5-b21f-43a85f6f0095-000000@us-west-2.amazonses.com> Date: Tue, 15 Sep 2026 05:49:29 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.09.15-54.240.27.191 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 ; Tue, 15 Sep 2026 05:49:35 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/245818 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *libadwaita* to *1.10.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-libadwaita-upgrade-1.9.3-1.10.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 aaffa393c1605fb417c327f6581c738bfee39c45 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 15 Sep 2026 05:49:20 +0000 Subject: [PATCH] libadwaita: upgrade 1.9.3 -> 1.10.0 Source: NEWS ============== Version 1.10.0 ============== - AdwAnimation - Fix AdwCallbackAnimationTarget annotations - AdwActionRow - Ensure :use-markup property is set in constructed() - AdwStatusPage - Stop using :last-child in styles - AdwSidebar/AdwViewSwitcherSidbar - Document how to display suffix at the bottom - AdwTabBar/AdwTabGrid - Clear a dangling idle callback in dispose - Build - Fix release builds requiring sassc - Depend on glib 2.89.3 - Stylesheet - Support .flat and .raised for GtkDropDown - Update icons from devkit - Translation updates - Basque - Bosnian - Brazilian Portuguese - Bulgarian - Catalan - Chinese (China) - Danish - Dutch - Finnish - French - Galician - Hebrew - Hungarian - Korean - Lithuanian - Persian - Polish - Serbian - Spanish - Swedish - Uighur =================== Version 1.10.beta.1 =================== - Build - Ministream-related fixes - Animate showing/hiding the title on the main page - AdwActionRow - Don't emit signals in dispose - AdwPreferencesRow - Warn when placed - AdwSidebarItem - Add :prefix - AdwSidebarSection - Add :suffix - Update internal icons - Docs - Use more detailed placeholder comments in examples - Chinese (China) - Czech - Georgian - Kazakh - Occitan - Ukrainian ================== Version 1.10.alpha.1 ================== Include ministream sources into release tarballs. - Turkish ================== Version 1.10.alpha ================== - Add translation comments across the project - Add AdwCssClassBinding - Deprecate AdwEnumListModel; switch everything to GtkEnumList - Build - Require GTK 4.23.1 - Depend on ministream instead of appstream - Make it possible to build on Android - Include prebuilt styles again - Resolve locale directory at runtime on Windows - Adaptive preview - Try to contain window styles within the preview - Collapse the sidebar on small sizes - Fix casing in a message - Don't make device model names and Phosh names translatable - AdwAboutDialog - Add :other-apps-title - AdwAboutDialog and AdwAboutWindow - AdwApplication - Speed up initial style loading - AdwBreakpointBin - Fix initial focus - Reduce the number of notify::opacity emissions on children - AdwOverlaySplitView - Add a unique style class to the overlay sidebar - AdwShortcutLabel - Use a more natural modifier ordering - Improve key labels on macOS - Add :prefix and :suffix - AdwSpinnerPaintable - Support icon weight - Implement Android settings backend - Speed up initial loading - AdwSwipeTracker - Ignore mostly orthogonal touchpad scrolls - AdwViewSwitcherSidebar - Add :prefix and :suffix - Fix a leak - Demo - Adjust shortcuts on macOS - Examples - Fix a build error - Reduce icon weight for large icons - Improve popover shadow - Fix svg asset rendering with newer GTK - Adapt to GtkSpinner changes in newer GTK - Fix a copypaste error - Update internal icons - Va [Changelog truncated as it exceeds 3000 characters; the full changelog can be found in an attachment to the AUH email] --- .../libadwaita/{libadwaita_1.9.3.bb => libadwaita_1.10.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/libadwaita/{libadwaita_1.9.3.bb => libadwaita_1.10.0.bb} (89%) diff --git a/meta/recipes-gnome/libadwaita/libadwaita_1.9.3.bb b/meta/recipes-gnome/libadwaita/libadwaita_1.10.0.bb similarity index 89% rename from meta/recipes-gnome/libadwaita/libadwaita_1.9.3.bb rename to meta/recipes-gnome/libadwaita/libadwaita_1.10.0.bb index 4752147402..21c0395b84 100644 --- a/meta/recipes-gnome/libadwaita/libadwaita_1.9.3.bb +++ b/meta/recipes-gnome/libadwaita/libadwaita_1.10.0.bb @@ -12,7 +12,7 @@ DEPENDS = " \ inherit gnomebase gobject-introspection gi-docgen vala features_check -SRC_URI[archive.sha256sum] = "fc59b37028fe0126308e7b805d2f6e4e80227080a1797715e5e6286b8111e723" +SRC_URI[archive.sha256sum] = "b1bf56239269d101a6391ad4553c910eff9cc6170b803916405477ef60a66c84" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" REQUIRED_DISTRO_FEATURES = "opengl"