- Update to version 0.8.2 Beta 1:

* Key suggestions in the interface on ambiguous input (e.g. g).
  * Helpful shortcuts for dialogs (for sort dialog in particular).
  * Key descriptions in :map menus and %z macro for 'statusline' to display some tips.
  * Description of all :commands, 'options' and their values for new multiline version of wildmenu.
  * ANDing, ORing and negating patterns for matching files and new mime-type matcher.
  * File prefixes and suffixes can now be multi-byte, which with extended 'classify' option allows specifying "icons" via custom fonts.
  * Search result highlighting, enabled completion and a way to export the list for menus.
  * An indication of pattern correctness and match state for interactive prompts.
  * :select and :unselect commands to perform automatic file selection (possibly by using output of external application).
  * Cancellation (handling of Ctrl-C) for quick view and view mode loading.
  * For the complete list see: https://vifm.info/news/2016-07-02.shtml

OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=22
This commit is contained in:
Michael Vetter 2016-07-02 13:59:46 +00:00 committed by Git OBS Bridge
parent 6d9b99b5f1
commit 40d733dbff
4 changed files with 24 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:974fb2aa5e32d2c729ceff678c595070c701bd30a6ccc5cb6ca64807a9dd4422
size 832500

3
vifm-0.8.2-beta.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:710fb178ff8a964d18e5df8ebd1d5fff5ff1bdaa6c89fd8de035c33d90db667a
size 892203

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Jul 2 13:57:09 UTC 2016 - mvetter@suse.com
- Update to version 0.8.2 Beta 1:
* Key suggestions in the interface on ambiguous input (e.g. g).
* Helpful shortcuts for dialogs (for sort dialog in particular).
* Key descriptions in :map menus and %z macro for 'statusline' to display some tips.
* Description of all :commands, 'options' and their values for new multiline version of wildmenu.
* ANDing, ORing and negating patterns for matching files and new mime-type matcher.
* File prefixes and suffixes can now be multi-byte, which with extended 'classify' option allows specifying "icons" via custom fonts.
* Search result highlighting, enabled completion and a way to export the list for menus.
* An indication of pattern correctness and match state for interactive prompts.
* :select and :unselect commands to perform automatic file selection (possibly by using output of external application).
* Cancellation (handling of Ctrl-C) for quick view and view mode loading.
* For the complete list see: https://vifm.info/news/2016-07-02.shtml
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 11 07:54:49 UTC 2016 - mvetter@suse.com Thu Feb 11 07:54:49 UTC 2016 - mvetter@suse.com

View File

@ -16,14 +16,15 @@
# #
%define _version 0.8.2-beta
Name: vifm Name: vifm
Version: 0.8.1a Version: 0.8.2~beta1
Release: 0 Release: 0
Summary: Ncurses based file manager with vi like keybindings Summary: Ncurses based file manager with vi like keybindings
License: GPL-2.0+ License: GPL-2.0+
Group: Productivity/File utilities Group: Productivity/File utilities
Url: http://%{name}.info Url: http://%{name}.info
Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{_version}.tar.bz2
BuildRequires: file-devel BuildRequires: file-devel
BuildRequires: groff BuildRequires: groff
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
@ -45,7 +46,7 @@ It supports UTF-8, a quick file view similar to midnight commander's quick view,
and configurable color schemes. and configurable color schemes.
%prep %prep
%setup -q %setup -q -n vifm-0.8.2-beta
%build %build
%configure \ %configure \