From e24bc470b81fa36cc97a99d1f06d7693dc3dfdf21fb4c6d5e6027ffe55d69921 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 19 Mar 2024 13:30:16 +0000 Subject: [PATCH] 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 --- _service | 19 +++++++++++++++++++ libpanel-1.4.0.tar.xz | 3 --- libpanel-1.6.0.obscpio | 3 +++ libpanel.changes | 25 +++++++++++++++++++++++++ libpanel.obsinfo | 4 ++++ libpanel.spec | 6 +++--- 6 files changed, 54 insertions(+), 6 deletions(-) create mode 100644 _service delete mode 100644 libpanel-1.4.0.tar.xz create mode 100644 libpanel-1.6.0.obscpio create mode 100644 libpanel.obsinfo diff --git a/_service b/_service new file mode 100644 index 0000000..0e2e77a --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://gitlab.gnome.org/GNOME/libpanel.git + 1.6.0 + @PARENT_TAG@+@TAG_OFFSET@ + v?(.*)\+0 + \1 + + + + + *.tar + zst + + + + diff --git a/libpanel-1.4.0.tar.xz b/libpanel-1.4.0.tar.xz deleted file mode 100644 index 4e2e161..0000000 --- a/libpanel-1.4.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80f143d900e8ced8ff84fa86fe34eb6b48323cb610bcfb6858ea65d8b98f152c -size 159964 diff --git a/libpanel-1.6.0.obscpio b/libpanel-1.6.0.obscpio new file mode 100644 index 0000000..052f105 --- /dev/null +++ b/libpanel-1.6.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2fcf4b6aa6e062f680e9b5db0623785bfcc01a1c0e78db9798ade3934443a6e +size 1299980 diff --git a/libpanel.changes b/libpanel.changes index e537702..ce0e77f 100644 --- a/libpanel.changes +++ b/libpanel.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sat Mar 16 09:22:43 UTC 2024 - Dominique Leuenberger + +- Update to version 1.6.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 4 08:48:21 UTC 2024 - Dominique Leuenberger + +- 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 + +- 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 diff --git a/libpanel.obsinfo b/libpanel.obsinfo new file mode 100644 index 0000000..6f4a13f --- /dev/null +++ b/libpanel.obsinfo @@ -0,0 +1,4 @@ +name: libpanel +version: 1.6.0 +mtime: 1710541414 +commit: 28a0203968d7e4a9258116a4342becfb2301c9da diff --git a/libpanel.spec b/libpanel.spec index bb9c07d..a3df064 100644 --- a/libpanel.spec +++ b/libpanel.spec @@ -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