Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package leftwm for openSUSE:Factory checked in at 2024-03-13 22:18:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/leftwm (Old) and /work/SRC/openSUSE:Factory/.leftwm.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "leftwm" Wed Mar 13 22:18:00 2024 rev:5 rq:1157063 version:0.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/leftwm/leftwm.changes 2023-09-20 13:27:29.823007206 +0200 +++ /work/SRC/openSUSE:Factory/.leftwm.new.1770/leftwm.changes 2024-03-13 22:18:55.545039101 +0100 @@ -1,0 +2,23 @@ +Mon Mar 11 11:33:40 UTC 2024 - Soc Virnyl Estela <[email protected]> + +- Update to version 0.5.1: + * The layouts and workspace.layouts in config.ron must be declared as + Strings because they are no longer backed by an enum. (ie. use layouts: + ["CenterMain"] instead of layouts: [CenterMain]) + * The max_window_width config was removed without direct replacement. The + "always fill entire screen" behavior can now be addressed by creating a + custom layout with an appropriate Reserve property. + * LeftWM now depends on lefthk ^0.2.0, which has been refactored + * Dialog windows correctly obey their spawned sized + * Fixes to location of spawned windows + * Fixes to full-screened windows + * Maximized windows no longer hide the dock + * Fixes to ordering of windows after exiting from full screen mode + * Basic theme and documentation fixes + * Improved performance for set_layout , event_loop, and Xscreens + * Improved error messages for leftwm-state and leftwm-check + * Cursors now snap to the bottom right of a window when resizing + * The new ignore_empty and ignore_used options in FocusNext/Previous Tag + * Command SwapWindowToTop introduced + +------------------------------------------------------------------- Old: ---- cargo_config leftwm-0.4.2.tar.gz New: ---- leftwm-0.5.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ leftwm.spec ++++++ --- /var/tmp/diff_new_pack.s3YZ5n/_old 2024-03-13 22:18:56.597077884 +0100 +++ /var/tmp/diff_new_pack.s3YZ5n/_new 2024-03-13 22:18:56.597077884 +0100 @@ -1,7 +1,7 @@ # # spec file for package leftwm # -# 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 @@ -17,16 +17,16 @@ Name: leftwm -Version: 0.4.2 +Version: 0.5.1 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: https://github.com/leftwm/leftwm/releases/download/%{version}/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://github.com/leftwm/leftwm/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: vendor.tar.zst -Source2: cargo_config -Source3: %{name}-rpmlintrc +Source2: %{name}-rpmlintrc +BuildRequires: cargo BuildRequires: cargo-packaging BuildRequires: libX11-devel BuildRequires: libXinerama-devel @@ -36,14 +36,13 @@ Suggests: polybar Suggests: lemonbar Suggests: rofi +Suggests: dunst %description LeftWM is a tiling window manager written in Rust that aims to be stable and performant. %prep %autosetup -a1 -mkdir .cargo -cp %{SOURCE2} .cargo/config %build %{cargo_build} @@ -66,7 +65,7 @@ %files %license LICENSE.md -%doc README.md CONTRIBUTING.md CHANGELOG themes +%doc README.md CONTRIBUTING.md CHANGELOG.md themes %{_bindir}/leftwm %{_bindir}/leftwm-worker %{_bindir}/leftwm-state ++++++ leftwm-0.4.2.tar.gz -> leftwm-0.5.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/leftwm/leftwm-0.4.2.tar.gz /work/SRC/openSUSE:Factory/.leftwm.new.1770/leftwm-0.5.1.tar.gz differ: char 14, line 1 ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.s3YZ5n/_old and /var/tmp/diff_new_pack.s3YZ5n/_new differ
