diff --git a/_service b/_service new file mode 100644 index 0000000..2c2d514 --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://gitlab.gnome.org/GNOME/libpanel.git + 1.8.1 + @PARENT_TAG@+@TAG_OFFSET@ + v?(.*)\+0 + \1 + + + + + *.tar + zst + + + + diff --git a/libpanel-1.4.0.tar.xz b/libpanel-1.4.0.tar.xz deleted file mode 100644 index 4e2e161..0000000 --- a/libpanel-1.4.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80f143d900e8ced8ff84fa86fe34eb6b48323cb610bcfb6858ea65d8b98f152c -size 159964 diff --git a/libpanel-1.8.1.obscpio b/libpanel-1.8.1.obscpio new file mode 100644 index 0000000..0b433a9 --- /dev/null +++ b/libpanel-1.8.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857a637c9b2a02686249491fc021b64b2e8eced1b4eba4bbb6926407a74c46ac +size 1349644 diff --git a/libpanel.changes b/libpanel.changes index e537702..d218241 100644 --- a/libpanel.changes +++ b/libpanel.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Sat Oct 19 10:15:32 UTC 2024 - Bjørn Lie + +- Update to version 1.8.1: + + Fix DnD of widgets in cases where libadwaita holds reference + via AdwBin. + +------------------------------------------------------------------- +Sun Sep 15 13:57:16 UTC 2024 - Bjørn Lie + +- Update to version 1.8.0: + + Updated translations. +- Changes from version 1.7.1: + + Various dialog improvements + + Build system improvements + + Updated translations. +- Changes from version 1.7.0: + + Style fixes for libadwaita 1.6.alpha + + A new PanelChangesDialog which is an AdwDialog but is + otherwise like PanelSaveDialog. PanelSaveDialog is now + deprecated for what will become 1.8+. + + Updated translations. + +------------------------------------------------------------------- +Sat Mar 16 09:22:43 UTC 2024 - Dominique Leuenberger + +- Update to version 1.6.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 4 08:48:21 UTC 2024 - Dominique Leuenberger + +- Update to version 1.5.1: + + Fix CSS clipping with frame switcher buttons. + + Updated translations. + +------------------------------------------------------------------- +Mon Feb 19 17:41:11 UTC 2024 - Dominique Leuenberger + +- Update to version 1.5.0: + + Improvements to PanelDockChild which allow attaching edge + widgets. This can be used to create more natural sidebar + styling as is used by GNOME Builder for GNOME 46. + + Initial state fixes for various panels. + + PanelThemeSelector focus fixes. + + AdwTabBar usage will only create start area when necessary + fixing some initial styling issues. + ------------------------------------------------------------------- Mon Feb 5 08:44:07 UTC 2024 - Yifan Jiang diff --git a/libpanel.obsinfo b/libpanel.obsinfo new file mode 100644 index 0000000..9c6a5db --- /dev/null +++ b/libpanel.obsinfo @@ -0,0 +1,4 @@ +name: libpanel +version: 1.8.1 +mtime: 1729287798 +commit: aeb83508b195d83454ce894c647469776c2a9356 diff --git a/libpanel.spec b/libpanel.spec index bb9c07d..070022a 100644 --- a/libpanel.spec +++ b/libpanel.spec @@ -1,7 +1,7 @@ # # spec file for package libpanel # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,12 +19,12 @@ %define libname %{name}-1-1 Name: libpanel -Version: 1.4.0 +Version: 1.8.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.4/%{name}-%{version}.tar.xz +Source: %{name}-%{version}.tar.zst %if 0%{?sle_version} && 0%{?sle_version} < 160000 BuildRequires: gcc13