Accepting request 953777 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/953777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libadwaita?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2022-02-11 22:10:18 +00:00 committed by Git OBS Bridge
commit b4f6c87990
6 changed files with 36 additions and 18 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="disabled"> <service name="obs_scm" mode="disabled">
<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.0.1</param> <param name="revision">refs/tags/1.0.2</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>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b40ad9e301670be3f1294e3b758f5d90168fdf37999d10fd54684490cd66c747
size 4070924

3
libadwaita-1.0.2.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36bdec419202a1b2d4a7e2b2759032f3af08a6772f463e04ea8a7ac4142ca49c
size 4047372

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Feb 11 13:39:33 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.0.2:
+ Fix AdwExpanderRow focus handling
+ Fix combo rows in AdwCarousel demo
+ Fix radio hover state in GtkPopoverMenu
+ Docs:
- Fix AdwViewSwitcherBar and AdwViewStack examples
- Fix typos
+ Updated translations.
-------------------------------------------------------------------
Mon Jan 3 20:12:01 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update Summaries and descriptions.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 2 13:25:11 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com> Sun Jan 2 13:25:11 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,5 +1,4 @@
name: libadwaita name: libadwaita
version: 1.0.1 version: 1.0.2
mtime: 1641039681 mtime: 1644484629
commit: b274a0c32c51a92692e3b282f04e88f033ba73b1 commit: a97acba6210d7ea8cee032316e71f64f1221836a

View File

@ -17,9 +17,9 @@
Name: libadwaita Name: libadwaita
Version: 1.0.1 Version: 1.0.2
Release: 0 Release: 0
Summary: Adwaita library for mobile device UIs using GTK/GNOME Summary: Building blocks for modern GNOME applications
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
URL: https://gitlab.gnome.org/GNOME/libadwaita URL: https://gitlab.gnome.org/GNOME/libadwaita
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
@ -37,22 +37,24 @@ BuildRequires: pkgconfig(gtk4) >= 4.5.0
%lang_package %lang_package
%description %description
The aim of the Adwaita library is to help with developing UI for mobile devices using GTK/GNOME. Building blocks for modern GNOME applications.
%package -n libadwaita-1-0 %package -n libadwaita-1-0
Summary: Adwaita library for mobile device UIs using GTK/GNOME Summary: Building blocks for modern GNOME applications
# Make the -lang package installable # Make the -lang package installable
Provides: %{name} = %{version} Provides: %{name} = %{version}
%description -n libadwaita-1-0 %description -n libadwaita-1-0
The aim of the Adwaita library is to help with developing UI for mobile devices using GTK/GNOME. Building blocks for modern GNOME applications.
This package provides the shared library for libadwaita.
%package docs %package docs
Summary: Developer documentation for libadwaita Summary: Developer documentation for libadwaita
BuildArch: noarch BuildArch: noarch
%description docs %description docs
This package contains developer documentation for the Adwaita library. Building blocks for modern GNOME applications.
This package provides the documentation for libadwaita.
%package devel %package devel
Summary: Development files for the Adwaita library Summary: Development files for the Adwaita library
@ -60,16 +62,16 @@ Requires: libadwaita-1-0 = %{version}
Requires: typelib-1_0-Adw-1 = %{version} Requires: typelib-1_0-Adw-1 = %{version}
%description devel %description devel
The aim of the Adwaita library is to help with developing UI for mobile devices using GTK/GNOME. Building blocks for modern GNOME applications.
This package provides the development files for libadwaita.
%package -n typelib-1_0-Adw-1 %package -n typelib-1_0-Adw-1
Summary: Introspection bindings for Adwaita Summary: Introspection bindings for Adwaita
Group: System/Libraries Group: System/Libraries
%description -n typelib-1_0-Adw-1 %description -n typelib-1_0-Adw-1
The aim of the Adwaita library is to help with developing UI for mobile devices using GTK/GNOME. Building blocks for modern GNOME applications.
This package provides the GObject Introspection bindings for libadwaita.
This package provides the GObject Introspection bindings for Adwaita.
%prep %prep
%autosetup -p1 %autosetup -p1