Accepting request 1065576 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1065576 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libadwaita?expand=0&rev=15
This commit is contained in:
commit
dfa2a9b46e
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">refs/tags/1.2.1</param>
|
||||
<param name="revision">refs/tags/1.2.2</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:fc5dcfac4c3f1de23ade85aa4e1f651fc7c24ee99c7120721725ec62ef722e78
|
||||
size 5073420
|
3
libadwaita-1.2.2.obscpio
Normal file
3
libadwaita-1.2.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46805a077e372178738cf5397244cba34e5888048ff41b8e5e89ea1cd25bcd5b
|
||||
size 5081100
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 12 12:13:17 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.2.2:
|
||||
+ AboutWindow: Prevent double clicks from opening troubleshooting
|
||||
page.
|
||||
+ AdwLeaflet: Fix can-unfold=false.
|
||||
+ AdwSpringAnimation: Fix critical damping velocity.
|
||||
+ AdwSwipeable: Fix get_swipe_area() fallback.
|
||||
+ AdwToastOverlay:
|
||||
- Don't focus buttons on click.
|
||||
- Prevent toast labels from wrapping.
|
||||
+ Demo: Fix the switch on the avatar page.
|
||||
+ Stylesheet: Fix GtkLevelBar fill colors.
|
||||
+ Fix dependency names in docs.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 6 19:16:10 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libadwaita
|
||||
version: 1.2.1
|
||||
mtime: 1673015390
|
||||
commit: 3335e58f92bdef8c63cbca3ba92a24f670b2a80b
|
||||
version: 1.2.2
|
||||
mtime: 1676138928
|
||||
commit: d930c2925cb48176742ee029991b908eccf3a92c
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libadwaita
|
||||
Version: 1.2.1
|
||||
Version: 1.2.2
|
||||
Release: 0
|
||||
Summary: Building blocks for modern GNOME applications
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user