Hello community,

here is the log from the commit of package rofi for openSUSE:Factory checked in 
at 2016-06-19 10:49:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rofi (Old)
 and      /work/SRC/openSUSE:Factory/.rofi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rofi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rofi/rofi.changes        2016-05-13 
09:24:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rofi.new/rofi.changes   2016-06-19 
10:49:53.000000000 +0200
@@ -1,0 +2,25 @@
+Thu Jun 16 12:18:30 UTC 2016 - mvet...@suse.com
+
+- Fix typo in xdg-terminal.patch
+
+-------------------------------------------------------------------
+Thu Jun 16 11:57:08 UTC 2016 - mvet...@suse.com
+
+- Update to version 1.1.0:
+  New Features
+    * Keys mode, showing keybindings.
+       * Stop cycling option (#407) (Thx to Yaroslav)
+    * Kill window on delete entry (#316)
+  Improvements
+    * Add Control+Backspace as remove word back keybinding.
+    * Allow user to use X11 background for fake transparency (#390)
+    * Allow user to specify background image.
+    * Improved keybinding handling, allowing on-release and modifier only 
(#384).
+    * Use display name for prompt (#409)
+    * Parse subdirectories in drun parser (#416)
+    * Switch to stop cycling (#407)
+  Bug fixes
+       * Grab mouse pointer with keyboard
+- Update xdg-terminal.patch to match
+
+-------------------------------------------------------------------

Old:
----
  rofi-1.0.1.tar.gz

New:
----
  rofi-1.1.0.tar.gz

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

Other differences:
------------------
++++++ rofi.spec ++++++
--- /var/tmp/diff_new_pack.meu5cq/_old  2016-06-19 10:49:53.000000000 +0200
+++ /var/tmp/diff_new_pack.meu5cq/_new  2016-06-19 10:49:53.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rofi
-Version:        1.0.1
+Version:        1.1.0
 Release:        0
 Summary:        A window switcher, run dialog and dmenu replacement
 License:        MIT

++++++ rofi-1.0.1.tar.gz -> rofi-1.1.0.tar.gz ++++++
++++ 3756 lines of diff (skipped)

++++++ xdg-terminal.patch ++++++
--- /var/tmp/diff_new_pack.meu5cq/_old  2016-06-19 10:49:54.000000000 +0200
+++ /var/tmp/diff_new_pack.meu5cq/_new  2016-06-19 10:49:54.000000000 +0200
@@ -1,6 +1,6 @@
-diff -urEbwB rofi-1.0.0/config/config.c rofi-1.0.0.new/config/config.c
---- rofi-1.0.0/config/config.c 2016-04-03 13:34:33.000000000 +0200
-+++ rofi-1.0.0.new/config/config.c     2016-04-19 11:47:04.843817905 +0200
+diff -urEbwB rofi-1.1.0/config/config.c rofi-1.1.0.new/config/config.c
+--- rofi-1.1.0/config/config.c 2016-05-30 20:48:11.000000000 +0200
++++ rofi-1.1.0.new/config/config.c     2016-06-16 14:08:10.208852900 +0200
 @@ -56,16 +56,16 @@
      .color_window = "#fdf6e3,#002b36",
  
@@ -10,14 +10,14 @@
      .ssh_client        = "ssh",
      /** Command when executing ssh. */
 -    .ssh_command       = "{terminal} -e {ssh-client} {host}",
-+    .ssh_command       = "{terminal} {ssh-client} {host}",
++    .ssh_command       = "{terminal} '{ssh-client} {host}'",
      /** 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}",
      /**
-      * Location of the window.
-      * Enumeration indicating location or gravity of window.


Reply via email to