forked from pool/libadwaita
Accepting request 1193414 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1193414 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libadwaita?expand=0&rev=32
This commit is contained in:
commit
f8bde45dfb
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<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.2</param>
|
||||
<param name="revision">1.5.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b214e38bb335596cd595516efac814c9eef591d4841454eafb96e6cb8ac0ce57
|
||||
size 7928333
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0832b93139cd2dcdc9d5157ad27dc4c2a37edb028506fa90eaeb483decdc97ac
|
||||
size 2426202
|
3
libadwaita-1.5.3.obscpio
Normal file
3
libadwaita-1.5.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9336f4b4b4601532c95b4474fc86c1144b27434c761f61a40df92a1d3126a5f7
|
||||
size 7944205
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 11 13:25:57 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.5.3:
|
||||
+ AdwAlertDialog: Expose body text as a11y description
|
||||
+ AdwDialog:
|
||||
- Fix a memory leak
|
||||
- Speed up switching presentation
|
||||
+ AdwPreferencesPage: Add an a11y relation to the description
|
||||
+ AdwSpinRow: Set accessible role to presentation
|
||||
+ AdwSwitchRow: Set accessible role to switch
|
||||
+ AdwTabBar/Overview: Fix a use after free when closing tabs
|
||||
+ Stylesheet: Fix a specificity issue with scrolled windows in
|
||||
popovers
|
||||
+ Docs:
|
||||
- Don't annotate user_data params with closure
|
||||
- Fix typos in migrating to breakpoints page
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 08:21:23 UTC 2024 - Filip Kastl <filip.kastl@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libadwaita
|
||||
version: 1.5.2
|
||||
mtime: 1719579426
|
||||
commit: 012125566932023509e85c2939db5c8b21c9948d
|
||||
version: 1.5.3
|
||||
mtime: 1722600856
|
||||
commit: 64e95fca6f39a143e68d2e2899f7330ee9bbd9c2
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libadwaita
|
||||
Version: 1.5.2
|
||||
Version: 1.5.3
|
||||
Release: 0
|
||||
Summary: Building blocks for modern GNOME applications
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user