Hello community,

here is the log from the commit of package rofi for openSUSE:Factory checked in 
at 2020-09-07 21:35:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rofi (Old)
 and      /work/SRC/openSUSE:Factory/.rofi.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rofi"

Mon Sep  7 21:35:55 2020 rev:17 rq:832692 version:1.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rofi/rofi.changes        2019-07-02 
10:39:11.406654334 +0200
+++ /work/SRC/openSUSE:Factory/.rofi.new.3399/rofi.changes      2020-09-07 
21:36:04.813400889 +0200
@@ -1,0 +2,60 @@
+Mon Sep  7 07:55:23 UTC 2020 - Michael Vetter <mvet...@suse.com>
+
+- Update to 1.6.0:
+  * Add themes/ directory in the users rofi config directory to the
+    theme search path. (#1001)
+  * Split listview element into box widget holding icon and textbox.
+    Supporting more dynamic themes. (#949)
+  * Fix default theme.
+  * Add -upgrade-config option.
+  * Add ROFI_PLUGIN_PATH variable.
+  * Add check for running rofi inside a Script mode.
+  * Remove gnome-terminal from rofi-sensible-terminal (#1074)
+  * Set window title based on mode name. (#969)
+  * Subpixel rendering workaround. (#303)
+  * Support character type in configuration {} block . (#1131)
+  * Use XDG_CONFIG_DIRS (#1133)
+  * [Box] Bug fix update propagation.
+  * [Build] Fix meson build with meson 0.55.
+  * [DMenu] Add -keep-right flag. (#1089)
+  * [DMenu] Don't match markup when filtering. (#579,#1128)
+  * [DRUN] Support Type=Link (#1166)
+  * [DRun] Add % to escape variable.
+  * [DRun] Add an optional cache for desktop files. (#1040)
+  * [DRun] Add keywords as default match item. (#1061)
+  * [DRun] Don't run custom commands.
+  * [DRun] Match keywords field.
+  * [DRun] Only show selected categories. (#817)
+  * [Dmenu|Script] Add non-selectable entries. (#1024)
+  * [Doc] Update documentation.
+  * [IconFetcher] Add jpeg support.
+  * [Icon] Set default size to 1.2 CH.
+  * [Icon] support distance for size.
+  * [Listview] Add widget to show keybinding index. (#1050)
+  * [Listview] Fix distribution of remaining space.
+  * [Listview] Fix left-to-right scrolling. (#1028)
+  * [Listview] Fix updating elements. (#1032)
+  * [Matching] Make Fuzzy matching non greedy.
+  * [Script] Add delimiter option. (#1041)
+  * [Script] Add environment variable indicating state.
+  * [Script] Add extra matchign field (meta). (#1052)
+  * [Script] Add info option, hidden field that gets passed
+    to script via ROFI_INFO environment.
+  * [Script] Add no-custom option.
+  * [Textbox] Add cursor blinking option.
+  * [Textbox] Add placeholder. (#1020)
+  * [Theme] Add calc() support. (#1105)
+  * [Theme] Add alpha channel to highlight color. (#1033)
+  * [Theme] Add sidebar as mode-switcher alias.
+  * [Theme] Add some initial @media support. (#893)
+  * [Theme] Support buttons in the UI.
+  * [View] Add two widgets. One showing number of rows,
+    other number of filtered rows. (#1026)
+  * [Window] Add window thumbnail option.
+  * [Window] Remove arbitrary # window limit. (#1047)
+  * [Window] check buffer overflow.
+  * See https://github.com/davatorium/rofi/releases/tag/1.6.0
+    for more details
+- Update xdg-terminal.patch
+
+-------------------------------------------------------------------

Old:
----
  rofi-1.5.4.tar.xz

New:
----
  rofi-1.6.0.tar.xz

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

Other differences:
------------------
++++++ rofi.spec ++++++
--- /var/tmp/diff_new_pack.RkAOLT/_old  2020-09-07 21:36:05.633401269 +0200
+++ /var/tmp/diff_new_pack.RkAOLT/_new  2020-09-07 21:36:05.637401271 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rofi
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           rofi
-Version:        1.5.4
+Version:        1.6.0
 Release:        0
 Summary:        A window switcher, run dialog and dmenu replacement
 License:        MIT
 Group:          System/GUI/Other
-Url:            https://davedavenport.github.io/rofi/
+URL:            https://davedavenport.github.io/rofi/
 Source:         
https://github.com/DaveDavenport/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
 Patch0:         xdg-terminal.patch
 # PATCH-FIX-SUSE
@@ -32,6 +32,7 @@
 BuildRequires:  cairo-devel
 BuildRequires:  cppcheck
 BuildRequires:  flex >= 2.5.39
+BuildRequires:  libjpeg8-devel
 BuildRequires:  librsvg-devel
 BuildRequires:  libxkbcommon-devel
 BuildRequires:  libxkbcommon-x11-devel
@@ -64,7 +65,7 @@
 
 %build
 %configure --disable-check
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -81,6 +82,7 @@
 %{_mandir}/man1/rofi-sensible-terminal.1%{?ext_man}
 %{_mandir}/man1/rofi-theme-selector.1%{?ext_man}
 %{_mandir}/man5/rofi-theme.5%{?ext_man}
+%{_mandir}/man5/rofi-script.5%{?ext_man}
 
 %files devel
 %{_includedir}/rofi/

++++++ rofi-1.5.4.tar.xz -> rofi-1.6.0.tar.xz ++++++
++++ 27642 lines of diff (skipped)

++++++ xdg-terminal.patch ++++++
--- /var/tmp/diff_new_pack.RkAOLT/_old  2020-09-07 21:36:05.877401382 +0200
+++ /var/tmp/diff_new_pack.RkAOLT/_new  2020-09-07 21:36:05.877401382 +0200
@@ -1,23 +1,23 @@
-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
+diff -urEbw rofi-1.6.0/config/config.c rofi-1.6.0.new/config/config.c
+--- rofi-1.6.0/config/config.c 2020-09-06 20:37:58.000000000 +0200
++++ rofi-1.6.0.new/config/config.c     2020-09-07 10:00:29.866488658 +0200
 @@ -55,16 +55,16 @@
-     .show_icons             = FALSE,
+     .show_icons                = FALSE,
  
      /** Terminal to use. (for ssh and open in terminal) */
 -    .terminal_emulator = "rofi-sensible-terminal",
 +    .terminal_emulator = "xdg-terminal",
      .ssh_client        = "ssh",
      /** Command when executing ssh. */
--    .ssh_command            = "{terminal} -e {ssh-client} {host} [-p {port}]",
-+    .ssh_command            = "{terminal} {ssh-client} {host} [-p {port}]",
+-    .ssh_command               = "{terminal} -e {ssh-client} {host} [-p 
{port}]",
++    .ssh_command               = "{terminal} {ssh-client} {host} [-p {port}]",
      /** Command when running */
-     .run_command            = "{cmd}",
+     .run_command               = "{cmd}",
      /** Command used to list executable commands. empty -> internal */
-     .run_list_command       = "",
+     .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} -e {cmd}",
++    .run_shell_command         = "{terminal} {cmd}",
      /** Command executed on accep-entry-custom for window modus */
-     .window_command         = "wmctrl -i -R {window}",
+     .window_command            = "wmctrl -i -R {window}",
      /** No default icon theme, we search Adwaita and gnome as fallback */


Reply via email to