Accepting request 1158402 from GNOME:Next
GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1158402 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libpanel?expand=0&rev=15
This commit is contained in:
parent
3407fd6243
commit
e24bc470b8
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.6.0</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.
3
libpanel-1.6.0.obscpio
Normal file
3
libpanel-1.6.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2fcf4b6aa6e062f680e9b5db0623785bfcc01a1c0e78db9798ade3934443a6e
|
||||
size 1299980
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
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.6.0
|
||||
mtime: 1710541414
|
||||
commit: 28a0203968d7e4a9258116a4342becfb2301c9da
|
@ -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.6.0
|
||||
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…
Reference in New Issue
Block a user