Accepting request 1109846 from GNOME:Next

Pushing GNOME 45.rc packages

OBS-URL: https://build.opensuse.org/request/show/1109846
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libpanel?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2023-09-12 08:21:27 +00:00 committed by Git OBS Bridge
parent 32dc9e528f
commit d94203d517
4 changed files with 27 additions and 6 deletions

View File

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

3
libpanel-1.3.1.tar.xz Normal file
View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Sep 3 00:45:52 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
- Update to version 1.3.1:
+ A11y improvements.
- Replace pkgconfig(glib-2.0) BuildRequires with pkgconfig(gio-2.0)
to follow upstream change.
-------------------------------------------------------------------
Thu Aug 10 09:09:41 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.3.0:
+ A PanelMenuManager has been added
+ An action group helper has been added
+ The action muxer API is now public
+ A layered gsettings helper is available
+ An inhibitor api is provided for session logout inhibiting
+ A new workspace/workbench API is provided that is similar to
what Builder has done
+ Various bug fixes
-------------------------------------------------------------------
Fri Mar 17 19:36:01 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -19,16 +19,16 @@
%define libname %{name}1-1
Name: libpanel
Version: 1.2.0
Version: 1.3.1
Release: 0
Summary: IDE paneling library for GTK
License: LGPL-3.0-or-later
URL: https://gitlab.gnome.org/GNOME/libpanel
Source: https://download.gnome.org/sources/%{name}/1.2/%{name}-%{version}.tar.xz
Source: https://download.gnome.org/sources/%{name}/1.3/%{name}-%{version}.tar.xz
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(libadwaita-1)