Sync from SUSE:SLFO:Main libadwaita revision 4ef5d199f6e594a330201a7cdb0fe0e2
This commit is contained in:
parent
7dfb58c0d3
commit
4408e029d8
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/libadwaita.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/libadwaita.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">1.6.1</param>
|
<param name="revision">1.6.4</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
BIN
libadwaita-1.6.1.obscpio
(Stored with Git LFS)
BIN
libadwaita-1.6.1.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
libadwaita-1.6.4.obscpio
(Stored with Git LFS)
Normal file
BIN
libadwaita-1.6.4.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 31 19:15:52 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.6.4:
|
||||||
|
+ AdwBreakpoint: Fix to_string() with locales using comma as
|
||||||
|
decimal separator
|
||||||
|
+ AdwComboRow: Fix very short strings not being displayed
|
||||||
|
+ AdwDialog:
|
||||||
|
- Fix ::closed emission with window-backed dialogs
|
||||||
|
- Fix a focus-related crash
|
||||||
|
+ AdwPreferencesDialog: Document navigation.pop action
|
||||||
|
+ AdwTabBox, AdwTabGrid:
|
||||||
|
- Fix scrolling to newly appearing tabs
|
||||||
|
- Fix a copy-paste error
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 10 06:32:35 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.6.3:
|
||||||
|
+ Build: Drop pre-built docs and styles
|
||||||
|
+ AdwActionRow: Set accessible role to presentation for the icon
|
||||||
|
+ AdwBottomSheet: Fix more criticals in dispose
|
||||||
|
+ AdwButtonRow: Set accessible role to presentation for icons
|
||||||
|
+ AdwClampLayout: Fix layout with multiple children
|
||||||
|
+ AdwComboRow: Fix a property noficiation
|
||||||
|
+ AdwDialog:
|
||||||
|
- Fix accessible role critical when using window-backed dialogs
|
||||||
|
- Handle close() before and right after present()
|
||||||
|
+ AdwHeaderBar: Ignore split views outside sheets
|
||||||
|
+ AdwLengthUnit Fix pt and sp unit values when gtk-xft-dpi = -1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 22 21:01:00 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.6.2:
|
||||||
|
+ AdwDialog: Fix accessible role critical when using
|
||||||
|
window-backed dialogs.
|
||||||
|
+ AdwHeaderBar: Fix a typo in docs.
|
||||||
|
+ AdwMessageDialog: Fix a typo in adw_message_dialog_response()
|
||||||
|
deprecation message.
|
||||||
|
+ AdwStyleManager: Fix initial color scheme value on Windows.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 13 15:47:43 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sun Oct 13 15:47:43 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: libadwaita
|
name: libadwaita
|
||||||
version: 1.6.1
|
version: 1.6.4
|
||||||
mtime: 1728830260
|
mtime: 1738344102
|
||||||
commit: e57c2e703adf9df06cd8c3880b5a01ff0243ff2b
|
commit: 927f58620015a8f7153ef3b9454e4d04e4e5d8f9
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libadwaita
|
# spec file for package libadwaita
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libadwaita
|
Name: libadwaita
|
||||||
Version: 1.6.1
|
Version: 1.6.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Building blocks for modern GNOME applications
|
Summary: Building blocks for modern GNOME applications
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user