Hello community, here is the log from the commit of package bspwm for openSUSE:Factory checked in at 2017-02-13 07:49:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bspwm (Old) and /work/SRC/openSUSE:Factory/.bspwm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bspwm" Changes: -------- --- /work/SRC/openSUSE:Factory/bspwm/bspwm.changes 2016-10-13 11:29:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.bspwm.new/bspwm.changes 2017-02-13 07:49:28.415209459 +0100 @@ -1,0 +2,52 @@ +Fri Feb 10 03:32:17 UTC 2017 - [email protected] + +- Update to 0.9.2 +- Changes + * Monitors, desktops and nodes have unique IDs, `bspc query -{N,D,M}` + returns IDs and events reference objects by ID instead of name. + * `bspc` fails verbosely and only returns a single non-zero exit code. + * The `DIR` descriptor is based on [right-window](https://github.com/ntrrgc/right-window). + * The `CYCLE_DIR` descriptor isn't limited to the current + desktop/monitor anymore. (You can emulate the previous behavior + by appending a `.local` modifier to the selector.) + * `bspc query -{N,D,M}` accepts an optional reference argument + used by certain descriptors/modifiers. + * Monitors are ordered visually by default. + * The following settings: `border_width`, `window_gap` and + `*_padding` behave as expected. + * External rules also receives the monitor, desktop and node + selectors computed from the built-in rules stage as subsequent arguments. + * The `focus_follows_pointer` setting is implemented via enter + notify events. + +- Additions + * Nodes can be hidden/shown via the new `hidden` flag. + * Node receptacles can be inserted with `node -i`. An example + is given in `git show e8aa679`. + * Non-tiled nodes can be moved/resized via `node -{v,z}`. + * The reference of a selector can be set via the `{NODE,DESKTOP + ,MONITOR}_SEL#` prefix, example: `bspc node 0x0080000c#south -c` + will close the node at the south of `0x0080000c`. + * Node descriptors: `<node_id>`, `pointed`. + * Node modifiers: `hidden`, `descendant_of`, `ancestor_of`, `window`, + `active`. Example: `bspc query -N 0x00400006 -n .descendant_of` returns + the descendants of `0x00400006`. + * Desktop descriptor: `<desktop_id>`. + * Monitor descriptor: `<monitor_id>`. + * Settings: `pointer_motion_interval`, `pointer_modifier`, + `pointer_action{1,2,3}`, `click_to_focus`, `honor_size_hints`. + * Event: `pointer_action`. + * ICCCM/EWMH atoms: `WM_STATE`, `_NET_WM_STRUT_PARTIAL`. + * `bspc` shell completions for `fish`. + +- Removals + * The `pointer` domain. Pointer actions are handled internally. + You need to remove any binding that uses this domain from your + `sxhkdrc`. + * Settings: `history_aware_focus`, `focus_by_distance`. Both + settings are merged into the new `DIR` implementation. + * `monitor -r|--remove-desktops`: use `desktop -r|--remove` instead. + * `wm -r|--remove-monitor`: use `monitor -r|--remove` instead. + + +------------------------------------------------------------------- Old: ---- 0.9.1.tar.gz New: ---- 0.9.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bspwm.spec ++++++ --- /var/tmp/diff_new_pack.7e7dE5/_old 2017-02-13 07:49:29.115109531 +0100 +++ /var/tmp/diff_new_pack.7e7dE5/_new 2017-02-13 07:49:29.115109531 +0100 @@ -1,7 +1,8 @@ # # spec file for package bspwm # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 Luke Jones, [email protected] # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +18,7 @@ Name: bspwm -Version: 0.9.1 +Version: 0.9.2 Release: 0 Summary: A tiling window manager based on binary space partitioning License: BSD-2-Clause @@ -31,6 +32,7 @@ BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-event) BuildRequires: pkgconfig(xcb-icccm) +BuildRequires: pkgconfig(xcb-keysyms) BuildRequires: pkgconfig(xcb-randr) BuildRequires: pkgconfig(xcb-util) BuildRequires: pkgconfig(xcb-xinerama) @@ -71,12 +73,15 @@ %defattr (-, root, root) %dir %{_datadir}/zsh %dir %{_datadir}/zsh/site-functions +%dir %{_datadir}/fish +%dir %{_datadir}/fish/vendor_completions.d %{_bindir}/bspwm %{_bindir}/bspc %{_docdir}/%{name} %{_mandir}/man1/bspwm.1%{ext_man} %{_mandir}/man1/bspc.1%{ext_man} %{_datadir}/bash-completion/completions/bspc +%{_datadir}/fish/vendor_completions.d/bspc.fish %{_datadir}/zsh/site-functions/_bspc %{_datadir}/xsessions/bspwm.desktop %{_sysconfdir}/skel/.config/bspwm ++++++ 0.9.1.tar.gz -> 0.9.2.tar.gz ++++++ ++++ 11150 lines of diff (skipped)
