Compare commits

1 Commits
main ... 1.1

6 changed files with 6 additions and 92 deletions

View File

@@ -1,19 +0,0 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/libpanel.git</param>
<param name="revision">1.10.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

BIN
libpanel-1.10.0.obscpio (Stored with Git LFS)

Binary file not shown.

BIN
libpanel-1.4.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,66 +1,3 @@
-------------------------------------------------------------------
Sun Mar 16 08:50:16 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.10.0:
+ OmniBar has received a fix for changes to AdwClamp.
-------------------------------------------------------------------
Sun Feb 2 09:24:11 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.9.0 (Unstable):
+ Various style improvements to match libadwaita
+ Various drag-n-drop improvements
+ Remove some deprecated API use
+ Updated translations.
-------------------------------------------------------------------
Sat Oct 19 10:15:32 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com>
- 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 <dimstar@opensuse.org>
- Update to version 1.6.0:
+ Updated translations.
-------------------------------------------------------------------
Mon Mar 4 08:48:21 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <dimstar@opensuse.org>
- 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 <yfjiang@suse.com>

View File

@@ -1,4 +0,0 @@
name: libpanel
version: 1.10.0
mtime: 1742067599
commit: 770d349127dc549bd03ec9757fcce045c1a58cc4

View File

@@ -1,7 +1,7 @@
#
# spec file for package libpanel
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2023 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.10.0
Version: 1.4.0
Release: 0
Summary: IDE paneling library for GTK
License: LGPL-3.0-or-later
URL: https://gitlab.gnome.org/GNOME/libpanel
Source: %{name}-%{version}.tar.zst
Source: https://download.gnome.org/sources/%{name}/1.4/%{name}-%{version}.tar.xz
%if 0%{?sle_version} && 0%{?sle_version} < 160000
BuildRequires: gcc13