SHA256
1
0
forked from pool/libpanel

Compare commits

7 Commits

Author SHA256 Message Date
6a6cf40691 Accepting request 1253711 from GNOME:Factory
New stable rel (forwarded request 1253463 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1253711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpanel?expand=0&rev=10
2025-03-18 16:41:02 +00:00
8bf38be17f New stable rel
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libpanel?expand=0&rev=22
2025-03-17 10:43:34 +00:00
d1a14d6e64 Scripted push of GNOME:Next, RC release
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libpanel?expand=0&rev=21
2025-03-06 13:58:05 +00:00
4d80f475f5 Accepting request 1216791 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1216791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpanel?expand=0&rev=9
2024-10-22 12:52:16 +00:00
ca19b0e3b9 New release
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libpanel?expand=0&rev=19
2024-10-21 18:06:15 +00:00
acfcf0be2b Accepting request 1205478 from GNOME:Factory
SCripted push of GNOME 47

OBS-URL: https://build.opensuse.org/request/show/1205478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libpanel?expand=0&rev=8
2024-10-08 15:23:44 +00:00
407cbceabb Scripted push of GNOME 47
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libpanel?expand=0&rev=17
2024-09-30 07:53:01 +00:00
6 changed files with 47 additions and 9 deletions

View File

@@ -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

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2fcf4b6aa6e062f680e9b5db0623785bfcc01a1c0e78db9798ade3934443a6e
size 1299980

View File

@@ -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>

View File

@@ -1,4 +1,4 @@
name: libpanel name: libpanel
version: 1.6.0 version: 1.10.0
mtime: 1710541414 mtime: 1742067599
commit: 28a0203968d7e4a9258116a4342becfb2301c9da commit: 770d349127dc549bd03ec9757fcce045c1a58cc4

View File

@@ -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