Sync from SUSE:SLFO:Main libpanel revision 1806d4c5fb35b921958910b392d0d4ef
This commit is contained in:
parent
b29a53b9dd
commit
e6b3c6f2ac
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
||||
<?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.8.1</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.4.0.tar.xz
(Stored with Git LFS)
BIN
libpanel-1.4.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
libpanel-1.8.1.obscpio
(Stored with Git LFS)
Normal file
BIN
libpanel-1.8.1.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
4
libpanel.obsinfo
Normal file
4
libpanel.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: libpanel
|
||||
version: 1.8.1
|
||||
mtime: 1729287798
|
||||
commit: aeb83508b195d83454ce894c647469776c2a9356
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user