From 6254aaa55fb55be03e33e23c7f30c7d67723eae7 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Mon, 10 Sep 2018 06:46:44 +0000 Subject: [PATCH] Accepting request 634654 from home:alois:branches:utilities - Update to version 1.9.2 * Added a `hint_collapse_threshold` setting * Added a `traverse_backwards` command analogous to `traverse` * Added a command to shift tabs * Added a normal mode mapping to quickly enter the console and scroll through the history `C-p` * Added a section to `scope.sh` for image previews of archives * Added an avfs plugin * Added an option to the move command to enable launching the selected file instead of the marked files * Added filtering functionality inspired by dired's filter stack, `.n, .| ...` * Added image preview method for Kitty * Added option to disable the display of free space for high latency situations * Added section to `scope.sh` for pdf previews with mutool * Added several emacs/readline-inspired keybindings, `C-g` for `ESC`, `alt-f/b` * Added systemwide `rc.conf` and `commands.py` in `/etc/ranger` * Added the `%any_path` macro to allow bookmarks to be used with commands that need a path and are unaware of bookmarks * Added versioning logic to include extra info in unreleased versions * Change tab saving to save all tabs, not just the active tab * Changed `draw_borders` setting to enable drawing only borders or seperators * Changed behavior of positional arguments to the ranger command, if you specify a path to a file ranger will open with that file selected * Changed the `tilde_in_titlebar` setting to influence the window titlebar too * Changed the default colorscheme to work properly in terminals that don't equate bold and bright * Fixed StopIteration errors * Fixed embedded null errors * Fixed issues reported by coverity scan * Fixed running ranger as root on Mac OS * Fixed unicode issue for python2 * Fixed w3m preview issues with black stripes * Improved PEP8 adherence * Improved VCS symbols * Improved `--cmd` functionality * Improved file encoding detection by using chardet if it's available * Rifle's flag t should now work with more terminals than xterm and urxvt * Update colorscheme documentation - Fixed license field OBS-URL: https://build.opensuse.org/request/show/634654 OBS-URL: https://build.opensuse.org/package/show/utilities/ranger?expand=0&rev=24 --- ranger-1.9.1.tar.gz | 3 --- ranger-1.9.2.tar.gz | 3 +++ ranger.changes | 53 +++++++++++++++++++++++++++++++++++++++++++++ ranger.spec | 8 +++---- 4 files changed, 60 insertions(+), 7 deletions(-) delete mode 100644 ranger-1.9.1.tar.gz create mode 100644 ranger-1.9.2.tar.gz diff --git a/ranger-1.9.1.tar.gz b/ranger-1.9.1.tar.gz deleted file mode 100644 index e18408b..0000000 --- a/ranger-1.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c32f96080030866b7b95740c40b17a37d6ee86055e054e9e0759e79e2bf6b9a -size 245872 diff --git a/ranger-1.9.2.tar.gz b/ranger-1.9.2.tar.gz new file mode 100644 index 0000000..645bdfe --- /dev/null +++ b/ranger-1.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a2d8dc5fa7b1c0cac0fa72d4ad704fc7107dee36cb9feb325a42754774d363 +size 265295 diff --git a/ranger.changes b/ranger.changes index 6aa9684..7415335 100644 --- a/ranger.changes +++ b/ranger.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Mon Sep 10 06:35:43 UTC 2018 - aloisio@gmx.com + +- Update to version 1.9.2 + * Added a `hint_collapse_threshold` setting + * Added a `traverse_backwards` command analogous to `traverse` + * Added a command to shift tabs + * Added a normal mode mapping to quickly enter the console and + scroll through the history `C-p` + * Added a section to `scope.sh` for image previews of archives + * Added an avfs plugin + * Added an option to the move command to enable launching the + selected file instead of the marked files + * Added filtering functionality inspired by dired's filter + stack, `.n, .| ...` + * Added image preview method for Kitty + * Added option to disable the display of free space for high + latency situations + * Added section to `scope.sh` for pdf previews with mutool + * Added several emacs/readline-inspired keybindings, `C-g` for + `ESC`, `alt-f/b` + * Added systemwide `rc.conf` and `commands.py` in `/etc/ranger` + * Added the `%any_path` macro to allow bookmarks to be used + with commands that need a path and are unaware of bookmarks + * Added versioning logic to include extra info in unreleased + versions + * Change tab saving to save all tabs, not just the active tab + * Changed `draw_borders` setting to enable drawing only + borders or seperators + * Changed behavior of positional arguments to the ranger + command, if you specify a path to a file ranger will open + with that file selected + * Changed the `tilde_in_titlebar` setting to influence the + window titlebar too + * Changed the default colorscheme to work properly in + terminals that don't equate bold and bright + * Fixed StopIteration errors + * Fixed embedded null errors + * Fixed issues reported by coverity scan + * Fixed running ranger as root on Mac OS + * Fixed unicode issue for python2 + * Fixed w3m preview issues with black stripes + * Improved PEP8 adherence + * Improved VCS symbols + * Improved `--cmd` functionality + * Improved file encoding detection by using chardet if it's + available + * Rifle's flag t should now work with more terminals than + xterm and urxvt + * Update colorscheme documentation + +- Fixed license field + ------------------------------------------------------------------- Thu Feb 22 16:10:05 UTC 2018 - aloisio@gmx.com diff --git a/ranger.spec b/ranger.spec index c86b230..06aa2f7 100644 --- a/ranger.spec +++ b/ranger.spec @@ -18,12 +18,12 @@ Name: ranger -Version: 1.9.1 +Version: 1.9.2 Release: 0 Summary: Console File Manager -License: GPL-3.0 +License: GPL-3.0-or-later Group: Productivity/File utilities -Url: https://ranger.github.io +URL: https://ranger.github.io Source: https://github.com/ranger/ranger/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source99: ranger-rpmlintrc # PATCH-FIX-UPSTREAM ranger.desktop.patch -- Add missing GenericName @@ -73,7 +73,7 @@ rm -rf "%{buildroot}%{_datadir}/doc/ranger" %files %doc AUTHORS CHANGELOG.md README.md HACKING.md -%doc doc/colorschemes.txt +%doc doc/colorschemes.md %doc doc/tools %doc examples %{_bindir}/ranger