From 34604c47192039613d960cd80e1dd186f9dce97980cc85a52d12c4f15f14caaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 20 Sep 2022 19:32:21 +0000 Subject: [PATCH] Accepting request 1004863 from GNOME:Next - Update to version 1.0.0: + Various dock improvements to grabs. + Switch to GBindingGroup. + PanelSaveChangesDialog implements the new GNOME save workflow. + PanelPosition has been added. + Improvements to PanelFrame. + PanelDockPosition has been renamed to PanelArea. + PanelDockSwitcher has been renamed to PanelToggleButton. + Various convenience API additions. + Documentation updates. + Updated translations. - Pass docs=disabled to meson, do not build api docs for now. - Package translations, and provide libpanel via the main shared library, make lang-package installable. OBS-URL: https://build.opensuse.org/request/show/1004863 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libpanel?expand=0&rev=2 --- libpanel-1.0.0.tar.xz | 3 +++ libpanel-1.0.alpha1.tar.xz | 3 --- libpanel.changes | 18 ++++++++++++++++++ libpanel.spec | 9 ++++++++- 4 files changed, 29 insertions(+), 4 deletions(-) create mode 100644 libpanel-1.0.0.tar.xz delete mode 100644 libpanel-1.0.alpha1.tar.xz diff --git a/libpanel-1.0.0.tar.xz b/libpanel-1.0.0.tar.xz new file mode 100644 index 0000000..7dfa4c9 --- /dev/null +++ b/libpanel-1.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0fa73fcc38539883460064033033bac71b31734b0990205338e5513b9605e6d +size 98904 diff --git a/libpanel-1.0.alpha1.tar.xz b/libpanel-1.0.alpha1.tar.xz deleted file mode 100644 index 7ecc1e3..0000000 --- a/libpanel-1.0.alpha1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6103db9f0aab15376609d6140721f6d6aef28964a4295b083725ff59ecb97319 -size 85796 diff --git a/libpanel.changes b/libpanel.changes index ebd31ae..6756c6a 100644 --- a/libpanel.changes +++ b/libpanel.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Sep 18 10:50:00 UTC 2022 - Bjørn Lie + +- Update to version 1.0.0: + + Various dock improvements to grabs. + + Switch to GBindingGroup. + + PanelSaveChangesDialog implements the new GNOME save workflow. + + PanelPosition has been added. + + Improvements to PanelFrame. + + PanelDockPosition has been renamed to PanelArea. + + PanelDockSwitcher has been renamed to PanelToggleButton. + + Various convenience API additions. + + Documentation updates. + + Updated translations. +- Pass docs=disabled to meson, do not build api docs for now. +- Package translations, and provide libpanel via the main shared + library, make lang-package installable. + ------------------------------------------------------------------- Sat Aug 20 17:52:25 UTC 2022 - Bjørn Lie diff --git a/libpanel.spec b/libpanel.spec index 9592d1d..9d66b76 100644 --- a/libpanel.spec +++ b/libpanel.spec @@ -18,7 +18,7 @@ %define libname %{name}1-1 Name: libpanel -Version: 1.0.alpha1 +Version: 1.0.0 Release: 0 Summary: IDE paneling library for GTK License: LGPL-3.0-or-later @@ -39,6 +39,7 @@ GNOME using GTK and libadwaita. %package -n %{libname} Summary: Shared library files for %{name} +Provides: %{name} = %{version} %description -n %{libname} The %{libname} package contains shared libraries %{name}. @@ -58,16 +59,20 @@ Requires: typelib-1_0-Panel-1 = %{version} The %{name}-devel package contains libraries and header files for developing applications that use %{name}. +%lang_package + %prep %autosetup -p1 %build %meson \ + -D docs=disabled \ %{nil} %meson_build %install %meson_install +%find_lang %{name} %ldconfig_scriptlets -n %{libname} @@ -91,5 +96,7 @@ developing applications that use %{name}. %{_datadir}/vala/vapi/libpanel-1.deps %{_datadir}/vala/vapi/libpanel-1.vapi +%files lang -f %{name}.lang + %changelog