Hello community, here is the log from the commit of package i3 for openSUSE:Factory checked in at 2015-03-11 09:58:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/i3 (Old) and /work/SRC/openSUSE:Factory/.i3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "i3" Changes: -------- --- /work/SRC/openSUSE:Factory/i3/i3.changes 2014-07-25 12:27:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.i3.new/i3.changes 2015-03-11 09:58:27.000000000 +0100 @@ -1,0 +2,89 @@ +Mon Mar 2 11:07:44 UTC 2015 - [email protected] + +- Update to v4.9 +- Changes (http://i3wm.org/downloads/RELEASE-NOTES-4.9.txt): + - docs/ipc: use an actual event type + - docs/debugging: use logs.i3wm.org + - docs/testsuite: add hint to use xvfb-run + - testcases: use Xephyr instead of XDummy + - i3-sensible-*: use command -v (built-in) instead of which(1) + - i3.xsession.desktop: set DesktopNames (which gdm uses) + - i3-save-tree: interpret commandline parameters as utf-8 + - i3-save-tree: add 'mark' as allowed key to i3-save-tree output + - i3bar-protocol: ensure align = left is the default + - i3bar: implement custom mouse wheel commands + - i3bar: improve error message when a full_text property is missing + - i3bar: respect the urgency flag on status blocks + - i3bar: inset the urgent background of a status block for consistency with + - workspace buttons + - i3bar: suspend the child when bars are fully obscured + - i3bar: use Pango markup + - ipc: implement the window::close event + - ipc: implement the window::move event + - ipc: implement the window::floating event + - ipc: implement the window::urgent event + - ipc: set ws reply "num" member to -1 when named + - ipc: add deco_rect property to con in ipc response + - ipc: include workspace con in workspace event + - ewmh: implement property _NET_NUMBER_OF_DESKTOPS + - ewmh: implement property _NET_DESKTOP_VIEWPORT + - ewmh: implement property _NET_DESKTOP_NAMES + - ewmh: handle _NET_CURRENT_DESKTOP requests + - ewmh: handle _NET_CLOSE_WINDOW requests + - ewmh: handle _NET_WM_MOVERESIZE requests + - implement mouse bindings (e.g. bindsym button3 kill) + - add mouse binding --whole-window flag + - add mouse binding --release flag + - switch to xcb-xkb and libxkbcommon, removing our last direct Xlib dep + - make “move [direction]” work with criteria + - make “move <window|container> to <absolute> position” work with criteria + - “workspace <n>” and “move to workspace <n>” now look for a workspace + starting with number <n> (unless there is a workspace exactly matching that + number). I.e., “workspace 4” will go to a workspace called “4: www” unless + you have a workspace “4” + - “focus <direction>” now focuses floating containers when there are no + tiling containers on the destination output + - take the motif border into account when calculating floating window + geometry + - revert “Disable pointer warps when focus_follows_mouse is disabled” as it + was unexpected by a number of users. Sorry for the back-and-forth + - handle WM_CLASS changes + - raise floating windows on “focus <direction>” + - align lower line of bar decoration to border width + - parse tray_output as a word, not string + - allow to validate the config file without X + - do not resend focus on click, fixes compatibility problems with some wine + or mono apps (e.g. Office 2010) + - don't draw borders wider than actual width + - prevent workspace change during global fullscreen + - extend the fullscreen command (fullscreen <enable|toggle|disable> [global]) + - fix start_application() doc about which shell is used +- Bugfixes: + - i3-dmenu-desktop: quote path + - i3bar: fix a double free when changing color configuration + - i3bar: render bars after the first chunk of JSON + - i3bar: add a sync call to confirm reparents before exiting (fixes tray + restart issues) + - i3bar: correctly calculate clicks on i3bar status blocks + - i3bar: make click events on status blocks work with 'workspace_buttons no' + - retina support: convert logical to physical pixels for default_border_width + - retina support: treat everything up to 120 dpi as 96 dpi + - don’t set input focus if not accepted (fixes problems with xfce4-notifyd) + - don’t focus unmapped container on manage + - create the directory for storing the restart state + - avoid changing border width when changing containers from tiling to + floating + - layout saving: properly restore workspace containers + - rerender the decoration when the container requires a pixmap and doesn’t + have one + - don’t set focus in con_set_layout() on invisible workspaces + - properly handle windows unsetting WM_TRANSIENT_FOR + - use the command parser to properly extract workspace names + - copy binding before run (fixes reloads) + - revert "Bugfix: Set input focus with last timestamp" + - render floating windows during global fullscreen + - actually parse client.placeholder +- Added i3-4.9.tar.bz2 +- Removed i3-4.8.tar.bz2 + +------------------------------------------------------------------- Old: ---- i3-4.8.tar.bz2 New: ---- i3-4.9.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ i3.spec ++++++ --- /var/tmp/diff_new_pack.ig2hxR/_old 2015-03-11 09:58:29.000000000 +0100 +++ /var/tmp/diff_new_pack.ig2hxR/_new 2015-03-11 09:58:29.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package i3 # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: i3 -Version: 4.8 +Version: 4.9 Release: 0 Summary: Tilling window manager License: BSD-3-Clause @@ -34,6 +34,7 @@ BuildRequires: glib2-devel BuildRequires: libev-devel BuildRequires: libxcb-devel +BuildRequires: libxkbcommon-x11-devel BuildRequires: libyajl-devel BuildRequires: make BuildRequires: pango-devel @@ -42,8 +43,8 @@ BuildRequires: startup-notification-devel BuildRequires: update-desktop-files BuildRequires: xcb-util-cursor-devel +BuildRequires: xcb-util-devel BuildRequires: xmlto -BuildRequires: xorg-x11-devel BuildRequires: pkgconfig(xcb-icccm) BuildRequires: pkgconfig(xcb-keysyms) ++++++ i3-4.8.tar.bz2 -> i3-4.9.tar.bz2 ++++++ ++++ 15449 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
