Hello community,

here is the log from the commit of package rofi for openSUSE:Factory checked in 
at 2019-06-24 21:53:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rofi (Old)
 and      /work/SRC/openSUSE:Factory/.rofi.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rofi"

Mon Jun 24 21:53:06 2019 rev:15 rq:711637 version:1.5.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/rofi/rofi.changes        2018-12-31 
09:47:59.942137316 +0100
+++ /work/SRC/openSUSE:Factory/.rofi.new.4615/rofi.changes      2019-06-24 
21:54:02.468137440 +0200
@@ -1,0 +2,26 @@
+Mon Jun 24 06:00:15 UTC 2019 - [email protected]
+
+- Update to version 1.5.3:
+  * Sidebar renamed to mode-switcher
+  * Icons in dmenu
+  * Ellipsizing listview entries
+  * Update manpage with missing entry. (#937)
+  * Rename sidebar widget to mode-switcher and allow configuration from theme.
+  * Timing: Moving timing output to glib debug system.
+  * SSH: Fix unitialized variable issue.
+  * SSH: resolve ':' conflict in history entries.
+  * SSH: be case-insensitive when parsing keywords.
+  * RASI Lexer: Fix nested () in variable default field.
+  * USABILITY: When mode not found, show in gui not just on commandline.
+  * ICON: Allow aligning image in icon widget.
+  * Meson build system: cleanups and improvements.
+  * Meson build system: add documentation (#943)
+  * Window: Fix default formatting and remove (invalid) deprecation warning.
+  * DMenu: Add support for showing icons infront of displayed list.
+  * Overlay: Fix overlay widget to correctly integrate in new theme format.
+  * Update libnkutils, libgwater.
+  * DMENU: Add format option to strip pango markup from return value.
+  * ListView: allow user to change ellipsizing displayed value at run-time.
+- Update xdg-terminal.patch
+
+-------------------------------------------------------------------

Old:
----
  rofi-1.5.2.tar.xz

New:
----
  rofi-1.5.3.tar.xz

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

Other differences:
------------------
++++++ rofi.spec ++++++
--- /var/tmp/diff_new_pack.3HzAVs/_old  2019-06-24 21:54:03.116137938 +0200
+++ /var/tmp/diff_new_pack.3HzAVs/_new  2019-06-24 21:54:03.116137938 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rofi
 #
-# 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:           rofi
-Version:        1.5.2
+Version:        1.5.3
 Release:        0
 Summary:        A window switcher, run dialog and dmenu replacement
 License:        MIT

++++++ rofi-1.5.2.tar.xz -> rofi-1.5.3.tar.xz ++++++
++++ 12071 lines of diff (skipped)

++++++ xdg-terminal.patch ++++++
--- /var/tmp/diff_new_pack.3HzAVs/_old  2019-06-24 21:54:03.296138077 +0200
+++ /var/tmp/diff_new_pack.3HzAVs/_new  2019-06-24 21:54:03.296138077 +0200
@@ -1,5 +1,6 @@
---- a/config/config.c  2017-08-29 11:17:36.000000000 +0200
-+++ b/config/config.c  2017-09-27 10:29:54.090418286 +0200
+diff -urEbw rofi-1.5.3/config/config.c rofi-1.5.3.new/config/config.c
+--- rofi-1.5.3/config/config.c 2019-06-23 15:08:45.000000000 +0200
++++ rofi-1.5.3.new/config/config.c     2019-06-24 08:04:41.364005727 +0200
 @@ -55,16 +55,16 @@
      .show_icons             = FALSE,
  
@@ -8,15 +9,15 @@
 +    .terminal_emulator = "xdg-terminal",
      .ssh_client        = "ssh",
      /** Command when executing ssh. */
--    .ssh_command            = "{terminal} -e {ssh-client} {host}",
-+    .ssh_command            = "{terminal} '{ssh-client} {host}'",
+-    .ssh_command            = "{terminal} -e {ssh-client} {host} [-p {port}]",
++    .ssh_command            = "{terminal} {ssh-client} {host} [-p {port}]",
      /** Command when running */
      .run_command            = "{cmd}",
      /** Command used to list executable commands. empty -> internal */
      .run_list_command       = "",
      /** Command executed when running application in terminal */
 -    .run_shell_command      = "{terminal} -e {cmd}",
-+    .run_shell_command      = "{terminal} '{cmd}'",
++    .run_shell_command      = "{terminal} {cmd}",
      /** Command executed on accep-entry-custom for window modus */
-     .window_command         = "xkill -id {window}",
+     .window_command         = "wmctrl -i -R {window}",
      /** No default icon theme, we search Adwaita and gnome as fallback */


Reply via email to