Accepting request 1056683 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/1056683 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=25
This commit is contained in:
parent
efac48e2d1
commit
c1ba23249a
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">refs/tags/1.2.0</param>
|
<param name="revision">refs/tags/1.2.1</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>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:454c6ee87040d4f2200c711e945b07c4dacc5fd45e254a4a3e3654072a4908ad
|
|
||||||
size 5031948
|
|
3
libadwaita-1.2.1.obscpio
Normal file
3
libadwaita-1.2.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fc5dcfac4c3f1de23ade85aa4e1f651fc7c24ee99c7120721725ec62ef722e78
|
||||||
|
size 5073420
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 6 19:16:10 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.2.1:
|
||||||
|
+ AdwActionRow: Fix spacing after removing all prefixes/suffixes
|
||||||
|
+ AdwAvatar: Correctly redraw on custom image changes
|
||||||
|
+ AdwEntryRow:
|
||||||
|
- Respect use-markup property
|
||||||
|
- Fix error/warning/success styles
|
||||||
|
- Fix spacing after removing all prefixes/suffixes
|
||||||
|
+ AdwExpanderRow: Fix spacing after removing all
|
||||||
|
prefixes/suffixes
|
||||||
|
+ AdwFlap: Fix natural width with fold-policy=never
|
||||||
|
+ AdwMessageDialog: Fix focus styles in RTL
|
||||||
|
+ AdwPreferencesWindow: Fix a memory leak
|
||||||
|
+ AdwSplitButton: Don't make dropdown insensitive when the button
|
||||||
|
is
|
||||||
|
+ AdwTabBar:
|
||||||
|
- Fix focus handling
|
||||||
|
- Fix autoscroll for non-local drags
|
||||||
|
+ AdwToastOverlay: Clarify documentation
|
||||||
|
+ AdwViewSwitcherBar: Fix typos in examples
|
||||||
|
+ AdwViewSwitcherTitle: Fix typos in examples
|
||||||
|
+ Stylesheet: Fix GtkSpinButton inside toolbars
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 15 14:33:50 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Thu Sep 15 14:33:50 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: libadwaita
|
name: libadwaita
|
||||||
version: 1.2.0
|
version: 1.2.1
|
||||||
mtime: 1663202494
|
mtime: 1673015390
|
||||||
commit: a905117bd2150de9e85d65f8cdce8d8fb001b89e
|
commit: 3335e58f92bdef8c63cbca3ba92a24f670b2a80b
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libadwaita
|
# spec file for package libadwaita
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 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.2.0
|
Version: 1.2.1
|
||||||
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