Hello community, here is the log from the commit of package i3-gaps for openSUSE:Factory checked in at 2018-03-13 10:24:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/i3-gaps (Old) and /work/SRC/openSUSE:Factory/.i3-gaps.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "i3-gaps" Tue Mar 13 10:24:44 2018 rev:2 rq:586023 version:4.15 Changes: -------- --- /work/SRC/openSUSE:Factory/i3-gaps/i3-gaps.changes 2017-11-09 13:58:56.464615646 +0100 +++ /work/SRC/openSUSE:Factory/.i3-gaps.new/i3-gaps.changes 2018-03-13 10:24:46.184198557 +0100 @@ -1,0 +2,68 @@ +Sun Mar 11 20:20:03 UTC 2018 - [email protected] + +- update to 4.15 + * i3-sensible-terminal: add “kitty”, “guake”, “tilda” + * i3-sensible-editor: add “gvim” + * dump-asy: add prerequisite checks + * dump-asy: fix warnings about empty container names + * i3-dump-log: enable shmlog on demand + * i3bar: add --release flag for bindsym in bar blocks + * i3bar: add relative coordinates in JSON for click events + * ipc: rename COMMAND to RUN_COMMAND for consistency + * ipc: implement tick event for less flaky tests + * ipc: add error reply to “focus <window_mode>” + * ipc: send success response for nop + * introduce “assign <criteria> [→] [workspace] [number] <workspace>” + * introduce “assign <criteria> [→] output left|right|up|down|primary|<output>” + * introduce a “focus_wrapping” option (subsumes “force_focus_wrapping”) + * introduce percentage point resizing for floating containers: + “resize set <width> [px | ppt] <height> [px | ppt]” + * introduce “resize set <width> ppt <height> ppt” for tiling windows + * rename “new_window” and “new_float” to “default_border” and + “default_floating_border” (the old names keep working) + * output names (e.g. “DP2”) can now be used as synonyms for + monitor names (e.g. “Dell UP2414Q”). + * the “swap” command now works with fullscreen windows + * raise floating windows to top when they are focused + programmatically + * _NET_ACTIVE_WINDOW: invalidate focus to force SetInputFocus call + * make focus handling consistent when changing focus between outputs + * round non-integer Xft.dpi values + * tiling resize: remove minimum size + * doc updates to ipc and userguide, some changes to default config + * i3bar: fix various memory leaks + * i3bar: fix crash when no status_command is provided + * fix incorrectly set up signal handling + * fix crash when specifying invalid con_id for “swap” + * fix crash upon restart with window marks + * fix crash when config file does not end in a newline + * fix crash in append_layout + * fix crash in layout toggle command + * fix crash when switching monitors + * fix use-after-free in randr_init error path + * fix move accidentally moving windows across outputs + * fix crash when floating window is tiled while being resized + * fix out-of-bounds memory read + * fix memory leak when config conversion fails + * fix layout toggle split, which didn’t work until enabling + tabbed/stack mode once + * move XCB event handling into xcb_prepare_cb + * avert endless loop on unexpected EOF in ipc messages + * perform proper cleanup for signals with Term action + * don’t match containers in the scratchpad with criteria + * fix “workspace show” related issues + * fix config file conversion with long variable names + * fix config file conversion memory initialization + * prevent access of freed workspace in _workspace_show + * disable fullscreen when required when programmatically + focusing windows + * free last_motion_notify + * don’t raise floating windows when focused because of + focus_follows_mouse + * correctly set EWMH atoms when closing a workspace + * don’t raise floating windows when workspace is shown + * keep focus order when encapsulating workspaces + * validate layout files before loading +- cleanup with spec-cleaner + +------------------------------------------------------------------- Old: ---- i3-gaps-4.14.1.tar.gz New: ---- i3-gaps-4.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ i3-gaps.spec ++++++ --- /var/tmp/diff_new_pack.xAsN3a/_old 2018-03-13 10:24:47.576148685 +0100 +++ /var/tmp/diff_new_pack.xAsN3a/_new 2018-03-13 10:24:47.580148542 +0100 @@ -1,7 +1,7 @@ # # spec file for package i3-gaps # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,12 +17,12 @@ Name: i3-gaps -Version: 4.14.1 +Version: 4.15 Release: 0 Summary: Tiling window manager License: BSD-3-Clause Group: System/GUI/Other -URL: https://github.com/Airblader/i3 +Url: https://github.com/Airblader/i3 Source0: https://github.com/Airblader/i3/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: asciidoc BuildRequires: autoconf @@ -51,10 +51,10 @@ Recommends: i3lock # introduced to fix bnc#971897 and boo#985443 Recommends: i3status -Conflicts: otherproviders(i3) +Conflicts: i3 # Needed to fix bnc#992972 -Provides: windowmanager Provides: i3 +Provides: windowmanager # Upstream First - Policy: # Never add any patches to this package without the upstream commit id # in the patch. Any patches added here without a very good reason to make @@ -76,6 +76,9 @@ %prep %setup -q -n i3-%{version} +# fix rpmlint E: env-script-interpreter +sed -i 's,^#!/usr/bin/env ,#!/usr/bin/,' i3-dmenu-desktop i3-migrate-config-to-v4 i3-save-tree + %build autoreconf -fi # Fix Leap 42.x build @@ -91,8 +94,9 @@ %suse_update_desktop_file %{buildroot}%{_datadir}/applications/i3.desktop %files -%doc LICENSE RELEASE-NOTES-%{version} -%{_mandir}/man1/i3* +%license LICENSE +%doc RELEASE-NOTES-%{version} +%{_mandir}/man1/i3*.1%{?ext_man} %{_bindir}/i3 %{_bindir}/i3-dump-log %{_bindir}/i3-with-shmlog ++++++ i3-gaps-4.14.1.tar.gz -> i3-gaps-4.15.tar.gz ++++++ ++++ 9320 lines of diff (skipped)
