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:
commit
b4f6c87990
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/libadwaita.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="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -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
3
libadwaita-1.0.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36bdec419202a1b2d4a7e2b2759032f3af08a6772f463e04ea8a7ac4142ca49c
|
||||
size 4047372
|
@ -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>
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
name: libadwaita
|
||||
version: 1.0.1
|
||||
mtime: 1641039681
|
||||
commit: b274a0c32c51a92692e3b282f04e88f033ba73b1
|
||||
|
||||
version: 1.0.2
|
||||
mtime: 1644484629
|
||||
commit: a97acba6210d7ea8cee032316e71f64f1221836a
|
||||
|
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
Name: libadwaita
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
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
|
||||
URL: https://gitlab.gnome.org/GNOME/libadwaita
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
@ -37,22 +37,24 @@ BuildRequires: pkgconfig(gtk4) >= 4.5.0
|
||||
%lang_package
|
||||
|
||||
%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
|
||||
Summary: Adwaita library for mobile device UIs using GTK/GNOME
|
||||
Summary: Building blocks for modern GNOME applications
|
||||
# Make the -lang package installable
|
||||
Provides: %{name} = %{version}
|
||||
|
||||
%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
|
||||
Summary: Developer documentation for libadwaita
|
||||
BuildArch: noarch
|
||||
|
||||
%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
|
||||
Summary: Development files for the Adwaita library
|
||||
@ -60,16 +62,16 @@ Requires: libadwaita-1-0 = %{version}
|
||||
Requires: typelib-1_0-Adw-1 = %{version}
|
||||
|
||||
%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
|
||||
Summary: Introspection bindings for Adwaita
|
||||
Group: System/Libraries
|
||||
|
||||
%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.
|
||||
|
||||
This package provides the GObject Introspection bindings for Adwaita.
|
||||
Building blocks for modern GNOME applications.
|
||||
This package provides the GObject Introspection bindings for libadwaita.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
Loading…
Reference in New Issue
Block a user