Hello community, here is the log from the commit of package bspwm for openSUSE:Factory checked in at 2020-12-01 14:23:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bspwm (Old) and /work/SRC/openSUSE:Factory/.bspwm.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bspwm" Tue Dec 1 14:23:23 2020 rev:10 rq:851948 version:0.9.10 Changes: -------- --- /work/SRC/openSUSE:Factory/bspwm/bspwm.changes 2020-06-12 21:45:47.500544127 +0200 +++ /work/SRC/openSUSE:Factory/.bspwm.new.5913/bspwm.changes 2020-12-01 14:23:36.129646254 +0100 @@ -1,0 +2,26 @@ +Mon Nov 30 21:45:58 UTC 2020 - Avindra Goolcharan <[email protected]> + +- Update to version 0.9.10: + + Additions + - New node descriptor: first_ancestor. + - New node modifiers: horizontal, vertical. + + Changes + - The node descriptors next and prev might now return any node. + The previous behavior can be emulated by appending .!hidden.window. + - The node descriptors pointed, biggest and smallest now return + leaves (in particular pointed will now return the id of a + pointed receptacle). The previous behavior can be emulated by + appending .window. + - The query command now handles all the possible descriptor-free + constraints (for example, query -N -d .active now works as + expected). + - The rules can now match against the window's names (WM_NAME). + - The configuration script now receives an argument to indicate + whether is was executed after a restart or not. + - The intermediate consequences passed to the external rules + command are now in resolved form to avoid unwanted + code execution. +- Package config to /etc/.skel +- Ran spec-cleaner + +------------------------------------------------------------------- @@ -4,2 +30,7 @@ -- Bump to version 0.9.9 - * no upstream changelog +- Update to version 0.9.9: + * Fix a memory allocation bug in the implementation of wm --restart. + * Honor single_monocle when the hidden flag is toggled. +- includes 0.9.8: + * Fix a potential infinite loop. + * Fix two bugs having to do with single_monocle. + * Honor removal_adjustment for the spiral automatic insertion scheme. Old: ---- bspwm-0.9.9.tar.gz New: ---- bspwm-0.9.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bspwm.spec ++++++ --- /var/tmp/diff_new_pack.bzbKk5/_old 2020-12-01 14:23:36.769646947 +0100 +++ /var/tmp/diff_new_pack.bzbKk5/_new 2020-12-01 14:23:36.773646951 +0100 @@ -18,7 +18,7 @@ Name: bspwm -Version: 0.9.9 +Version: 0.9.10 Release: 0 Summary: A tiling window manager based on binary space partitioning License: BSD-2-Clause @@ -86,24 +86,23 @@ %build export CPPFLAGS="%{optflags} -fcommon" -make %{?_smp_mflags} V=1 +%make_build %install %make_install PREFIX=%{_prefix} DOCPREFIX=%{_docdir}/%{name} -install -pm 644 %{SOURCE1} contrib/freedesktop/bspwm.desktop +install -pm 644 %{SOURCE1} contrib/freedesktop/%{name}.desktop install -D -p -m 644 examples/bspwmrc \ - %{buildroot}%{_sysconfdir}/skel/.config/bspwm/bspwmrc + %{buildroot}%{_sysconfdir}/skel/.bspwmrc install -D -p -m 644 LICENSE %{buildroot}%{_docdir}/%{name}/LICENSE %files -%{_bindir}/bspwm +%config(noreplace) %{_sysconfdir}/skel/.bspwmrc +%{_bindir}/%{name} %{_bindir}/bspc %{_docdir}/%{name} -%{_mandir}/man1/bspwm.1%{?ext_man} +%{_mandir}/man1/%{name}.1%{?ext_man} %{_mandir}/man1/bspc.1%{?ext_man} -%{_datadir}/xsessions/bspwm.desktop -%{_sysconfdir}/skel/.config/bspwm -%config %{_sysconfdir}/skel/.config/bspwm/bspwmrc +%{_datadir}/xsessions/%{name}.desktop %files bash-completion %{_datadir}/bash-completion ++++++ bspwm-0.9.9.tar.gz -> bspwm-0.9.10.tar.gz ++++++ ++++ 1605 lines of diff (skipped) _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
