forked from pool/libpanel
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
6a6cf40691 | |||
8bf38be17f | |||
d1a14d6e64 | |||
4d80f475f5 | |||
ca19b0e3b9 | |||
acfcf0be2b | |||
407cbceabb |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/libpanel.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/libpanel.git</param>
|
||||||
<param name="revision">1.6.0</param>
|
<param name="revision">1.10.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
BIN
libpanel-1.10.0.obscpio
(Stored with Git LFS)
Normal file
BIN
libpanel-1.10.0.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e2fcf4b6aa6e062f680e9b5db0623785bfcc01a1c0e78db9798ade3934443a6e
|
|
||||||
size 1299980
|
|
@@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sat Mar 16 09:22:43 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
name: libpanel
|
name: libpanel
|
||||||
version: 1.6.0
|
version: 1.10.0
|
||||||
mtime: 1710541414
|
mtime: 1742067599
|
||||||
commit: 28a0203968d7e4a9258116a4342becfb2301c9da
|
commit: 770d349127dc549bd03ec9757fcce045c1a58cc4
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libpanel
|
# spec file for package libpanel
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 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,7 +19,7 @@
|
|||||||
%define libname %{name}-1-1
|
%define libname %{name}-1-1
|
||||||
|
|
||||||
Name: libpanel
|
Name: libpanel
|
||||||
Version: 1.6.0
|
Version: 1.10.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
|
||||||
|
Reference in New Issue
Block a user