Accepting request 1057044 from GNOME:Factory
New stable release (forwarded request 1056683 from iznogood) OBS-URL: https://build.opensuse.org/request/show/1057044 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libadwaita?expand=0&rev=14
This commit is contained in:
commit
577e52084d
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.0</param>
|
||||
<param name="revision">refs/tags/1.2.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: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>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libadwaita
|
||||
version: 1.2.0
|
||||
mtime: 1663202494
|
||||
commit: a905117bd2150de9e85d65f8cdce8d8fb001b89e
|
||||
version: 1.2.1
|
||||
mtime: 1673015390
|
||||
commit: 3335e58f92bdef8c63cbca3ba92a24f670b2a80b
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: libadwaita
|
||||
Version: 1.2.0
|
||||
Version: 1.2.1
|
||||
Release: 0
|
||||
Summary: Building blocks for modern GNOME applications
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user