diff mbox series

[AUH] libadwaita: upgrading to 1.10.0 FAILED

Message ID 010101a0a39cfd9e-10e0a9e3-2b44-4dd5-b21f-43a85f6f0095-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libadwaita: upgrading to 1.10.0 FAILED | expand

Commit Message

auh@yoctoproject.org Sept. 15, 2026, 5:49 a.m. UTC
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 <auh@yoctoproject.org>
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 mbox series

Patch

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"