From d94203d517056704ebaa9fc54b7c17680d9e6bedd9291e612c9700042996d4c2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 12 Sep 2023 08:21:27 +0000 Subject: [PATCH] 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 --- libpanel-1.2.0.tar.xz | 3 --- libpanel-1.3.1.tar.xz | 3 +++ libpanel.changes | 21 +++++++++++++++++++++ libpanel.spec | 6 +++--- 4 files changed, 27 insertions(+), 6 deletions(-) delete mode 100644 libpanel-1.2.0.tar.xz create mode 100644 libpanel-1.3.1.tar.xz diff --git a/libpanel-1.2.0.tar.xz b/libpanel-1.2.0.tar.xz deleted file mode 100644 index f80c6d8..0000000 --- a/libpanel-1.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9055bbbab9625f3f5ce6d1fd7132eb6ea34a6ba07a87e9938901fb8b31581e2 -size 131296 diff --git a/libpanel-1.3.1.tar.xz b/libpanel-1.3.1.tar.xz new file mode 100644 index 0000000..616d815 --- /dev/null +++ b/libpanel-1.3.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525038b1930662265648f84a1fa0bfdc0de9fcb2333c54884bdf30cc462a1c5d +size 159072 diff --git a/libpanel.changes b/libpanel.changes index 1a5b04e..c0673b9 100644 --- a/libpanel.changes +++ b/libpanel.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sun Sep 3 00:45:52 UTC 2023 - Luciano Santos + +- 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 + +- 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 diff --git a/libpanel.spec b/libpanel.spec index 664ff49..510e961 100644 --- a/libpanel.spec +++ b/libpanel.spec @@ -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)