Accepting request 1111607 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/1111607 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=42
This commit is contained in:
parent
e6b72b9511
commit
48c2d0e133
4
_service
4
_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.4.rc</param>
|
||||
<param name="revision">refs/tags/1.4.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
@ -11,7 +11,7 @@
|
||||
<service mode="buildtime" name="tar" />
|
||||
<service mode="buildtime" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service mode="manual" name="set_version" />
|
||||
</services>
|
||||
|
3
libadwaita-1.4.0.obscpio
Normal file
3
libadwaita-1.4.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:827a02ca05a1729383a49ebe959a589644f19d82aa7e7243675cd52c120d0514
|
||||
size 6965773
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8fdb212a174f6f88d737473fe2f38ab714ac465b7279714bded3d7a91658107b
|
||||
size 6955533
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 15 17:43:41 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.4.0:
|
||||
+ AdwBreakpointBin: Clarify minimum size warnings
|
||||
+ AdwExpanderRow: Improve accessible roles
|
||||
+ AdwPreferencesGroup: Set described-by on the listbox
|
||||
+ Docs: Fix a property name in breakpoint migration guide
|
||||
+ Stylesheet:
|
||||
- Fix toolbar view styles within sidebars
|
||||
- Fix .navigation-sidebar:disabled style when used with
|
||||
GtkListView
|
||||
+ Build system fixes
|
||||
+ Updated translations.
|
||||
- Switch compression in service and spec (tarball produced) to zst.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 4 19:13:48 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
name: libadwaita
|
||||
version: 1.4.rc
|
||||
mtime: 1693730862
|
||||
commit: 6d03d0545b41c80d91ce05e62eed3d25e9b62404
|
||||
|
||||
version: 1.4.0
|
||||
mtime: 1694722361
|
||||
commit: c196ee37a2938ce6ed0bfde2b575a0013d997158
|
||||
|
@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: libadwaita
|
||||
Version: 1.4.rc
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
Summary: Building blocks for modern GNOME applications
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://gitlab.gnome.org/GNOME/libadwaita
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Source: %{name}-%{version}.tar.zst
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: meson >= 0.59.0
|
||||
|
Loading…
Reference in New Issue
Block a user