Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rofi for openSUSE:Factory checked in at 2022-08-15 19:58:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rofi (Old) and /work/SRC/openSUSE:Factory/.rofi.new.1521 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rofi" Mon Aug 15 19:58:29 2022 rev:22 rq:995115 version:1.7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/rofi/rofi.changes 2022-04-25 23:35:57.038452038 +0200 +++ /work/SRC/openSUSE:Factory/.rofi.new.1521/rofi.changes 2022-08-15 20:00:41.221472800 +0200 @@ -1,0 +2,46 @@ +Mon Aug 15 06:28:48 UTC 2022 - Michael Vetter <mvet...@suse.com> + +- Update to 1.7.4: + * [Doc] Add -config to -help output. (#1665) + * [Dmenu] Fix multi-select, use text as indicator. + * [filebrowser] Fix building on Mac. (#1662,#1663) + * [textbox] Implement text-transform option. (#1010) + * [script] Add new-selection (#1064). + * [Script] Add keep-selection flag that keeps the current selection. (#1064) + * [Debug] Add '-log' flag to redirect debug output to a file. + * [XCB] Try to deduce rotated monitors. + * [Doc] Add rofi-dmenu to 'See also' in rofi(1). + * [Options] Mark offset(s) as deprecated. + * [Modes] Support loading multiple icon sizes. + * [View] Add textbox|icon-current-entry widget. + * [Doc] Add ascii manpage to rofi-script(5). + * [Script] Print user-scripts in -h + * [Script] Look into $XDG_CONFIG_HOME/rofi/scripts/ for user scripts. + * [Dmenu|Script] Allow (some) theme modification from script/dmenu. + * [Textbox] Fix some pango alignment. + * [FileBrowser] Bind 'kb-accept-custom-alt' to directory up. + * [Build] Add desktop files as per complaint (rofi theme selector and rofi itself). + * [Dmenu] Code cleanups. + * [Themes] Remove broken themes. + * [Modes] Allow fallback icon per mode. (#1633) + * [View] Fix broken anchoring behaviour. (#1630) + * [Rofi] Move error message on commandline to UI. + * [Listview] Option to hide listview elements when not filtered. (#1622,#1079) + * [DMenu] Speed up reading async in of large files from stdin. + * [FileBrowser] Make accept-alt open folder if selected. + * [Helper] Add XDG_DATA_DIRS to the theme search path. (#1619) + * [Doc] Split up manpages and extend them with examples. + * [Doc] Highlight use of -dump-config in config. (#1609) + * [Config] Workaround for in data type passed to string option. + * [Listview] Allow flow of elements to be set. (#1058) + * [Script] Add data field that gets passed to next execution. (#1601) + * Change modi to modes to avoid confusion. + * [Theme] When links are unresolvable throw an error to the user. + * [DMenu] Document the display-columns and display-column-separator option. + * [Theme] Media now supports enabled that supports an environment variable. + * [IconFetcher] Support rendering fonts as icon. + * [xcb] Remove work-around to fix use with new xkeyboard-config (#1642) + * For details see https://github.com/davatorium/rofi/releases/tag/1.7.4 +- Update xdg-terminal.patch + +------------------------------------------------------------------- Old: ---- rofi-1.7.3.tar.xz New: ---- rofi-1.7.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rofi.spec ++++++ --- /var/tmp/diff_new_pack.JW2Dsa/_old 2022-08-15 20:00:42.661476815 +0200 +++ /var/tmp/diff_new_pack.JW2Dsa/_new 2022-08-15 20:00:42.665476827 +0200 @@ -17,7 +17,7 @@ Name: rofi -Version: 1.7.3 +Version: 1.7.4 Release: 0 Summary: A window switcher, run dialog and dmenu replacement License: MIT @@ -77,6 +77,11 @@ %{_bindir}/rofi-theme-selector %dir %{_datadir}/rofi/ %{_datadir}/rofi/themes/ +%{_datadir}/applications/rofi-theme-selector.desktop +%{_datadir}/applications/rofi.desktop +%dir %{_datadir}/icons/hicolor +%dir %{_datadir}/icons/hicolor/apps +%{_datadir}/icons/hicolor/apps/rofi.svg %{_mandir}/man1/rofi.1%{?ext_man} %{_mandir}/man1/rofi-sensible-terminal.1%{?ext_man} %{_mandir}/man1/rofi-theme-selector.1%{?ext_man} @@ -84,6 +89,7 @@ %{_mandir}/man5/rofi-script.5%{?ext_man} %{_mandir}/man5/rofi-dmenu.5%{?ext_man} %{_mandir}/man5/rofi-keys.5%{?ext_man} +%{_mandir}/man5/rofi-debugging.5%{?ext_man} %files devel %{_includedir}/rofi/ ++++++ rofi-1.7.3.tar.xz -> rofi-1.7.4.tar.xz ++++++ ++++ 49321 lines of diff (skipped) ++++++ xdg-terminal.patch ++++++ --- /var/tmp/diff_new_pack.JW2Dsa/_old 2022-08-15 20:00:42.989477730 +0200 +++ /var/tmp/diff_new_pack.JW2Dsa/_new 2022-08-15 20:00:42.997477752 +0200 @@ -1,24 +1,25 @@ -diff -urEbw rofi-1.7.2/config/config.c rofi-1.7.2.patch/config/config.c ---- rofi-1.7.2/config/config.c 2021-09-02 21:02:03.000000000 +0200 -+++ rofi-1.7.2.patch/config/config.c 2021-12-06 11:26:20.147107427 +0100 -@@ -47,16 +47,16 @@ - .show_icons = FALSE, +Index: rofi-1.7.4/config/config.c +=================================================================== +--- rofi-1.7.4.orig/config/config.c ++++ rofi-1.7.4/config/config.c +@@ -47,16 +47,16 @@ Settings config = { + .show_icons = FALSE, /** Terminal to use. (for ssh and open in terminal) */ - .terminal_emulator = "rofi-sensible-terminal", + .terminal_emulator = "xdg-terminal", - .ssh_client = "ssh", + .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 */