Accepting request 973142 from GNOME:Next
- Update to version 1.1.1: OBS-URL: https://build.opensuse.org/request/show/973142 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=12
This commit is contained in:
parent
e24acaeb9b
commit
2d24cba1d3
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/libadwaita.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">refs/tags/1.1.0</param>
|
||||
<param name="revision">refs/tags/1.1.1</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:d4bf8a9882d73613b0d23a7986815e2a6a0c47f0c2a359fa9903ee124ddc1bc1
|
||||
size 4082188
|
3
libadwaita-1.1.1.obscpio
Normal file
3
libadwaita-1.1.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2ed7873303618a3d935ea42f85ca6baf33825e07d218c9485bf47e913759986
|
||||
size 4057612
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 25 08:49:59 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.1.1:
|
||||
+ AdwAvatar: Fix initials not updating after setting.
|
||||
custom-image.
|
||||
+ AdwSplitButton: Avoid state changes during dispose.
|
||||
+ AdwViewSwitcherTitle: Clear pending idle callback on unrealize.
|
||||
+ AdwPreferencesGroup: Annotation fixes.
|
||||
+ AdwTabBar:
|
||||
- Ensure indicators are clickable with inverted=true.
|
||||
- Fix resize deferring with non-expanded tabs.
|
||||
- Fix scroll animation stopping too early.
|
||||
+ Mention AdwComboRow:selected type in migration guide.
|
||||
+ Fix a Meson error when using as a subproject.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 18 14:59:58 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libadwaita
|
||||
version: 1.1.0
|
||||
mtime: 1647528412
|
||||
commit: 0e57660217829b3f905f20e1c53aaf42c2302882
|
||||
version: 1.1.1
|
||||
mtime: 1650664665
|
||||
commit: 5ec9f624b23bf78b29dd708e77ccdfcee0a9867a
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libadwaita
|
||||
Version: 1.1.0
|
||||
Version: 1.1.1
|
||||
Release: 0
|
||||
Summary: Building blocks for modern GNOME applications
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user