Accepting request 1072730 from GNOME:Next
New stable release OBS-URL: https://build.opensuse.org/request/show/1072730 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libpanel?expand=0&rev=8
This commit is contained in:
parent
b6b339af64
commit
32dc9e528f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a672043a48ae20050097c9a9f9d98f2a73a1ec8547822ae7bba54d3cc88d7fe2
|
|
||||||
size 101032
|
|
3
libpanel-1.2.0.tar.xz
Normal file
3
libpanel-1.2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d9055bbbab9625f3f5ce6d1fd7132eb6ea34a6ba07a87e9938901fb8b31581e2
|
||||||
|
size 131296
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 17 19:36:01 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.2.0:
|
||||||
|
+ CSS fixes for libadwaita 1.4.
|
||||||
|
+ Fix various gidoc warnings.
|
||||||
|
+ Remove use of g_autoptr() which creeped in.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 6 14:32:43 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.1.2:
|
||||||
|
+ Fix various leaks
|
||||||
|
+ Improved gir annoations
|
||||||
|
+ Docs cleanup
|
||||||
|
+ Fixes for use with AdwTabView
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 23 17:43:23 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.1.1:
|
||||||
|
+ Tooltip improvements.
|
||||||
|
+ Improved page closed handling.
|
||||||
|
+ PanelDock::create-frame(position) signal was added.
|
||||||
|
+ PanelDock::adpot-widget() signal was added.
|
||||||
|
+ Correctness fixes in PanelActionMuxer.
|
||||||
|
+ Improved i18n support.
|
||||||
|
+ Updated translations.
|
||||||
|
- Changes from version 1.1.0:
|
||||||
|
+ DnD fixes.
|
||||||
|
+ PanelWidget:tooltip property to set tooltips on tabs.
|
||||||
|
+ Disable ctrl+home/end from adwaita for tabs by default.
|
||||||
|
+ CSS tweaks.
|
||||||
|
+ A new frame.close-all action.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 3 11:09:32 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
Thu Nov 3 11:09:32 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libpanel
|
# spec file for package libpanel
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,12 +19,12 @@
|
|||||||
%define libname %{name}1-1
|
%define libname %{name}1-1
|
||||||
|
|
||||||
Name: libpanel
|
Name: libpanel
|
||||||
Version: 1.0.2
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: IDE paneling library for GTK
|
Summary: IDE paneling library for GTK
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
URL: https://gitlab.gnome.org/GNOME/libpanel
|
URL: https://gitlab.gnome.org/GNOME/libpanel
|
||||||
Source: https://download.gnome.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/%{name}/1.2/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user