Hello community,

here is the log from the commit of package kitty for openSUSE:Factory checked 
in at 2019-07-29 17:31:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kitty (Old)
 and      /work/SRC/openSUSE:Factory/.kitty.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kitty"

Mon Jul 29 17:31:20 2019 rev:2 rq:719494 version:0.14.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kitty/kitty.changes      2019-07-11 
13:08:22.966997636 +0200
+++ /work/SRC/openSUSE:Factory/.kitty.new.4126/kitty.changes    2019-07-29 
17:31:22.462173499 +0200
@@ -1,0 +2,31 @@
+Mon Jul 29 05:59:15 UTC 2019 - [email protected]
+
+- Update to 0.14.3:
+  * Remote control: Add a command kitty @ scroll-window to scroll windows
+  * Allow passing a !neighbor argument to the new_window mapping to open
+    a new window next to the active window (#1746)
+  * Document the kitty remote control protocol (#1646)
+  * Add a new option pointer_shape_when_grabbed that allows you to control
+    the mouse pointer shape when the terminal programs grabs the pointer 
(#1808)
+  * Add an option terminal_select_modifiers to control which modifiers are
+    used to override mouse selection even when a terminal application has
+    grabbed the mouse (#1774)
+  * When piping data to a child in the pipe command do it in a thread so as
+    not to block the UI (#1708)
+  * unicode_input kitten: Fix a regression that broke using indices to select
+    recently used symbols.
+  * Fix a regression that caused closing an overlay window to focus the 
previously
+    focused window rather than the underlying window (#1720)
+  * Linux: Fix incorrect scaling for fallback fonts when the font has an 
underscore
+    that renders out of bounds (#1713)
+  * Fix an out of bounds read causing a crash when selecting text with the 
mouse
+    in the alternate screen mode (#1578)
+  * Linux: Use the system "bell" sound for the terminal bell. Adds libcanberra 
as a
+    new dependency to play the system sound.
+  * Linux: Fix a regression in 0.14.0 that caused the event loop to tick 
continuously,
+    wasting CPU even when idle (#1782)
+  * ssh kitten: Make argument parsing more like ssh (#1787)
+  * When using strip_trailing_spaces do not remove empty lines (#1802)
+  * Fix a crash when displaying very large number of images (#1825)
+
+-------------------------------------------------------------------

Old:
----
  kitty-0.14.2.tar.gz

New:
----
  kitty-0.14.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kitty.spec ++++++
--- /var/tmp/diff_new_pack.gOSAB3/_old  2019-07-29 17:31:23.146172672 +0200
+++ /var/tmp/diff_new_pack.gOSAB3/_new  2019-07-29 17:31:23.150172667 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kitty
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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:           kitty
-Version:        0.14.2
+Version:        0.14.3
 Release:        0
 Summary:        A GPU-based terminal emulator
 License:        GPL-3.0-only
@@ -27,6 +27,7 @@
 Patch0:         kitty-no-docs.patch
 BuildRequires:  ImageMagick-devel
 BuildRequires:  Mesa-libGL-devel
+BuildRequires:  fdupes
 BuildRequires:  fontconfig-devel
 BuildRequires:  freetype2-devel
 BuildRequires:  harfbuzz-devel >= 1.5.0
@@ -34,22 +35,22 @@
 BuildRequires:  libXi-devel
 BuildRequires:  libXinerama-devel
 BuildRequires:  libXrandr-devel
+BuildRequires:  libcanberra-devel
 BuildRequires:  libpng16-compat-devel
 BuildRequires:  libwayland-egl-devel
 BuildRequires:  libxkbcommon-devel
 BuildRequires:  libxkbcommon-x11-devel
-BuildRequires:  pkgconfig(dbus-1)
 # for 'tic'
 BuildRequires:  ncurses-devel
 BuildRequires:  pkgconfig
-%if 0%{?sle_version} > 150000 || 0%{?suse_version} >= 1550
-BuildRequires:  python3-Sphinx >= 1.7
-%endif
 BuildRequires:  python3-devel >= 3.5
 BuildRequires:  wayland-devel
 BuildRequires:  wayland-protocols-devel
 BuildRequires:  zlib-devel
-BuildRequires:  fdupes
+BuildRequires:  pkgconfig(dbus-1)
+%if 0%{?sle_version} > 150000 || 0%{?suse_version} >= 1550
+BuildRequires:  python3-Sphinx >= 1.7
+%endif
 
 %description
 A terminal emulator that uses OpenGL for rendering.
@@ -72,7 +73,7 @@
 # yes they have a makefile, no they dont use it properly
 # no they dont have a make install
 
-%fdupes %{buildroot}/usr/lib
+%fdupes %{buildroot}%{_prefix}/lib
 
 %files
 %license LICENSE

++++++ kitty-0.14.2.tar.gz -> kitty-0.14.3.tar.gz ++++++
++++ 27183 lines of diff (skipped)


Reply via email to