Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package leftwm for openSUSE:Factory checked in at 2023-06-25 21:42:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/leftwm (Old) and /work/SRC/openSUSE:Factory/.leftwm.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "leftwm" Sun Jun 25 21:42:10 2023 rev:2 rq:1095201 version:0.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/leftwm/leftwm.changes 2023-02-03 22:30:20.883199803 +0100 +++ /work/SRC/openSUSE:Factory/.leftwm.new.15902/leftwm.changes 2023-06-25 21:42:18.933067818 +0200 @@ -1,0 +2,20 @@ +Sun Jun 25 07:15:33 UTC 2023 - Joshua Smith <jsmith...@gmail.com> + +- Update to version 0.4.2: + * prepare 0.4.2 release (#1089) + * Add Optional Behavior Settings for FocusNextTag and + FocusPreviousTag (#1086) + * feat(leftwm-check): Add a check for other binaries to + leftwm-check so that packagers can ensure all current binaries + are installed. (#1077) + * update deps and fix builderror with `git_version` macro (#1075) + * fix basic_lemonbar template.liquid (#1080) + * fix - when window gets detroyed, find the last focused (#1055) + * on entering fullscreen, save order. On exit, restore. (#1052) + * docs(themes/basic_eww): correct writing and improve formatting + (#1076) + * Make configuration errors more visible (#1072) + * Simplify async tests with `tokio::test` (#1069) +- Added _service file + +------------------------------------------------------------------- Old: ---- leftwm-0.4.0+git56.tar.xz vendor.tar.xz New: ---- _service _servicedata leftwm-0.4.2.tar.zst vendor.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ leftwm.spec ++++++ --- /var/tmp/diff_new_pack.MMRX4K/_old 2023-06-25 21:42:19.969074041 +0200 +++ /var/tmp/diff_new_pack.MMRX4K/_new 2023-06-25 21:42:19.973074065 +0200 @@ -1,7 +1,7 @@ # # spec file for package leftwm # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,21 @@ Name: leftwm -Version: 0.4.0+git56 +Version: 0.4.2 Release: 0 Summary: A tiling window manager for adventurers License: Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR MPL-2.0) AND BSD-2-Clause AND BSD-3-Clause AND (MIT OR Unlicense) Group: System/GUI/Other URL: https://github.com/leftwm/leftwm -Source0: %{name}-%{version}.tar.xz -Source1: vendor.tar.xz +Source0: %{name}-%{version}.tar.zst +Source1: vendor.tar.zst Source2: cargo_config Source3: %{name}-rpmlintrc BuildRequires: cargo-packaging BuildRequires: libX11-devel BuildRequires: libXinerama-devel BuildRequires: libXrandr-devel +BuildRequires: zstd Recommends: xorg-x11-server Suggests: polybar Suggests: lemonbar ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="url">https://github.com/leftwm/leftwm.git</param> <param name="scm">git</param> <param name="exclude">.git</param> <param name="revision">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> <param name="versionrewrite-pattern">v(.*)</param> </service> <service name="set_version" mode="disabled"> <param name="basename">leftwm</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> <param name="compression">zst</param> </service> <service name="cargo_vendor" mode="disabled"> <param name="srcdir">leftwm</param> <param name="compression">zst</param> <param name="update">true</param> </service> <service name="cargo_audit" mode="disabled"> <param name="srcdir">leftwm</param> </service> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/leftwm/leftwm.git</param> <param name="changesrevision">b64d7ddf6fa2d1b7b9cff0b00db3ff18de891cdb</param></service></servicedata> (No newline at EOF)