forked from pool/ranger
Accepting request 634655 from utilities
OBS-URL: https://build.opensuse.org/request/show/634655 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ranger?expand=0&rev=5
This commit is contained in:
commit
84d9332109
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c32f96080030866b7b95740c40b17a37d6ee86055e054e9e0759e79e2bf6b9a
|
||||
size 245872
|
3
ranger-1.9.2.tar.gz
Normal file
3
ranger-1.9.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49a2d8dc5fa7b1c0cac0fa72d4ad704fc7107dee36cb9feb325a42754774d363
|
||||
size 265295
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user