Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package labwc for openSUSE:Factory checked in at 2024-10-27 11:25:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/labwc (Old) and /work/SRC/openSUSE:Factory/.labwc.new.2020 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "labwc" Sun Oct 27 11:25:30 2024 rev:9 rq:1218441 version:0.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/labwc/labwc.changes 2024-08-26 22:13:11.357430842 +0200 +++ /work/SRC/openSUSE:Factory/.labwc.new.2020/labwc.changes 2024-10-27 11:26:05.680443038 +0100 @@ -1,0 +2,10 @@ +Fri Oct 25 20:07:15 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantari...@pm.me> + +- Update to version 0.8.1 + * Add titlebar window icons and layout configuration + * Support for the cosmic-workspace protocol and the openbox + inspired client-list-combined-menu for a better user experience + with workspaces. +- add libsfdo submodule: to enable titlebar window icons and layout + +------------------------------------------------------------------- Old: ---- labwc-0.8.0.tar.gz New: ---- labwc-0.8.1.tar.gz libsfdo-v0.1.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ labwc.spec ++++++ --- /var/tmp/diff_new_pack.99i15o/_old 2024-10-27 11:26:06.288468242 +0100 +++ /var/tmp/diff_new_pack.99i15o/_new 2024-10-27 11:26:06.288468242 +0100 @@ -18,17 +18,20 @@ %bcond_with warp %bcond_without xwayland -%define sname wlroots -%define sver 0.17.4 +%define swname wlroots +%define swver 0.17.4 +%define slname libsfdo +%define slver 0.1.3 Name: labwc -Version: 0.8.0 +Version: 0.8.1 Release: 0 Summary: A Wayland window-stacking compositor License: GPL-2.0-only URL: https://github.com/labwc/labwc Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz +Source1: https://gitlab.freedesktop.org/vyivel/libsfdo/-/archive/v%{slver}/%{slname}-v%{slver}.tar.bz2 %if %{with warp} -Source1: https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/%{sver}/%{sname}-%{sver}.tar.bz2 +Source2: https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/%{swver}/%{swname}-%{swver}.tar.bz2 Provides: bundled(wlroots) BuildRequires: glslang-devel BuildRequires: pkgconfig(egl) @@ -87,12 +90,14 @@ %prep %autosetup - %if %{with warp} -mkdir subprojects/%{sname} -tar -xf %{SOURCE1} --strip-components 1 -C subprojects/%{sname} +mkdir subprojects/%{swname} +tar -xf %{SOURCE2} --strip-components 1 -C subprojects/%{swname} %endif +mkdir subprojects/%{slname} +tar -xf %{SOURCE1} --strip-components 1 -C subprojects/%{slname} + %build %meson \ -Dman-pages=enabled \ @@ -118,6 +123,7 @@ %config(noreplace) %{_sysconfdir}/xdg/%{name}/menu.xml %config(noreplace) %{_sysconfdir}/xdg/%{name}/rc.xml %dir %{_datadir}/wayland-sessions +%{_datadir}/xdg-desktop-portal %{_datadir}/wayland-sessions/%{name}.desktop %{_datadir}/icons/hicolor/scalable/apps/labwc*.svg %{_mandir}/man?/%{name}*.?%{?ext_man} ++++++ labwc-0.8.0.tar.gz -> labwc-0.8.1.tar.gz ++++++ ++++ 17246 lines of diff (skipped)