- Update to version 1.5.1: + AdwAboutDialog/Window: Fix an outdated appstream reference in docs. + AdwActionRow: Mention .property in docs. + AdwAlertDialog: - Fix the accessible role. - Fix initial focus. + AdwAvatar: Fix portrait avatars on hidpi. + AdwBin: Fix a potential focus issue. + AdwBreakpoint: Fix add_setter() annotations. + AdwCarousel: Fix a build warning. + AdwComboRow: - Fix initial checkmark. - Handle model changes properly. + AdwDialog: - Fix accessibility warnings. - Make shortcuts work when there are no focusable widgets. - Correctly restore focus when opening a dialog from a menu. - Fix GtkWindow:deletable=false hiding close buttons in dialogs. + AdwExpanderRow: - Fix get_title_lines() and get_subtitle_lines() return types. - Fix remove() docs. + AdwOverlaySplitView: Unmap sidebar when it's hidden. + AdwPreferencesGroup: - Fix a potential focus issue. - Fix :header-group annotations and notifications. + AdwPreferencesPage: Fix a potential focus issue. + AdwTabView: - Document :close-page return value. OBS-URL: https://build.opensuse.org/request/show/1176754 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=56
18 lines
657 B
XML
18 lines
657 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="url">https://gitlab.gnome.org/GNOME/libadwaita.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">1.5.1</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
</service>
|
|
<service mode="buildtime" name="tar" />
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service mode="manual" name="set_version" />
|
|
</services>
|