Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
5b8e4a286a | |||
c8aef21f72 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<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="revision">1.10.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</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 +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>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: libpanel
|
||||
version: 1.10.0
|
||||
mtime: 1742067599
|
||||
commit: 770d349127dc549bd03ec9757fcce045c1a58cc4
|
||||
version: 1.10.1
|
||||
mtime: 1756598647
|
||||
commit: 9141e1efefac6e8469681b88b8053869f439ead1
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%define libname %{name}-1-1
|
||||
|
||||
Name: libpanel
|
||||
Version: 1.10.0
|
||||
Version: 1.10.1
|
||||
Release: 0
|
||||
Summary: IDE paneling library for GTK
|
||||
License: LGPL-3.0-or-later
|
||||
|
Reference in New Issue
Block a user