Accepting request 1207879 from GNOME:Factory
New stable release (forwarded request 1207593 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1207879 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libadwaita?expand=0&rev=35
This commit is contained in:
commit
53650ef322
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.6.0</param>
|
||||
<param name="revision">1.6.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:d6b0a291046c689de6408a8cc65b74314908ef6d2ed7d34ec259d6ae80992cb3
|
||||
size 8381453
|
BIN
libadwaita-1.6.1.obscpio
(Stored with Git LFS)
Normal file
BIN
libadwaita-1.6.1.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 13 15:47:43 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.6.1:
|
||||
+ Fix meson syntax in readme
|
||||
+ AdwAboutDialog/Window: Fix natural width
|
||||
+ AdwAlertDialog: Fix a crash when setting content-width/height
|
||||
before present()
|
||||
+ AdwBottomSheet:
|
||||
- Fix natural height
|
||||
- Fix criticals in dispose in some cases
|
||||
+ AdwBreakpointBin: Fix natural size
|
||||
+ AdwClamp: Fix get/set_unit() version
|
||||
+ AdwExpanderRow: Make suffix spacing match action rows and entry
|
||||
rows
|
||||
+ AdwTabBar:
|
||||
- Don't select tabs when clicking close or indicator buttons
|
||||
- Only handle middle clicks started and ended on the same tab
|
||||
+ AdwTabOverview: Only handle middle clicks started and ended on
|
||||
the same thumbnail
|
||||
+ AdwViewSwitcher: Have a minimum height outside header bars
|
||||
+ Docs:
|
||||
- Indicate and explain out of gamut colors on CSS variables
|
||||
page
|
||||
- Update deprecated meson syntax
|
||||
- Typo fixes
|
||||
- Link clamp/layout/scrollable docs between each other
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 15:11:47 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libadwaita
|
||||
version: 1.6.0
|
||||
mtime: 1726236930
|
||||
commit: 42b47f0438fc2b24910c58e00bd2bd970b499379
|
||||
version: 1.6.1
|
||||
mtime: 1728830260
|
||||
commit: e57c2e703adf9df06cd8c3880b5a01ff0243ff2b
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libadwaita
|
||||
Version: 1.6.0
|
||||
Version: 1.6.1
|
||||
Release: 0
|
||||
Summary: Building blocks for modern GNOME applications
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user