Compare commits
23 Commits
Author | SHA256 | Date | |
---|---|---|---|
5b8e4a286a | |||
c8aef21f72 | |||
6a6cf40691 | |||
4d80f475f5 | |||
ca19b0e3b9 | |||
acfcf0be2b | |||
407cbceabb | |||
365582a43d | |||
e24bc470b8 | |||
cda5c97273 | |||
3407fd6243 | |||
ff7d5ced9c | |||
8b05404a37 | |||
d94203d517 | |||
2280d7fa91 | |||
32dc9e528f | |||
ad2a42e568 | |||
b6b339af64 | |||
bff10d1f9b | |||
eda871a333 | |||
605347ea37 | |||
34604c4719 | |||
d0217948d7 |
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.10.0</param>
|
<param name="revision">1.10.1</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)
BIN
libpanel-1.10.0.obscpio
(Stored with Git LFS)
Binary file not shown.
3
libpanel-1.10.1.obscpio
Normal file
3
libpanel-1.10.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8b33598291fd60ac32288fa029ba5dd40acd4c244bcdd39837876df9b92a113f
|
||||||
|
size 1353228
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e2fcf4b6aa6e062f680e9b5db0623785bfcc01a1c0e78db9798ade3934443a6e
|
|
||||||
size 1299980
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:722ec3e3b9ae414cd94ac0395e1c9ed81bc3686e580d9b9156ee4d587d2c8ddb
|
|
||||||
size 1345548
|
|
BIN
libpanel-1.8.1.obscpio
(Stored with Git LFS)
BIN
libpanel-1.8.1.obscpio
(Stored with Git LFS)
Binary file not shown.
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 31 07:46:55 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.10.1:
|
||||||
|
+ UI fix for using GtkStackPage.
|
||||||
|
+ Documentation fixes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 16 08:50:16 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sun Mar 16 08:50:16 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
name: libpanel
|
name: libpanel
|
||||||
version: 1.10.0
|
version: 1.10.1
|
||||||
mtime: 1742067599
|
mtime: 1756598647
|
||||||
commit: 770d349127dc549bd03ec9757fcce045c1a58cc4
|
commit: 9141e1efefac6e8469681b88b8053869f439ead1
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libpanel
|
# spec file for package libpanel
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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.10.0
|
Version: 1.10.1
|
||||||
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