diff --git a/vifm-0.8.2-beta.tar.bz2 b/vifm-0.8.2-beta.tar.bz2 deleted file mode 100644 index 53c1d52..0000000 --- a/vifm-0.8.2-beta.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:710fb178ff8a964d18e5df8ebd1d5fff5ff1bdaa6c89fd8de035c33d90db667a -size 892203 diff --git a/vifm-0.8.2.tar.bz2 b/vifm-0.8.2.tar.bz2 new file mode 100644 index 0000000..ade6f9b --- /dev/null +++ b/vifm-0.8.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b466d766658a24d07fc2039a26fefc6a018f5653684a6035183ca79f02c211f +size 892414 diff --git a/vifm.changes b/vifm.changes index af828ce..a6a27e1 100644 --- a/vifm.changes +++ b/vifm.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Jul 16 21:25:38 UTC 2016 - mvetter@suse.com + +- Update to version 0.8.2: + * 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. + ------------------------------------------------------------------- Sat Jul 2 13:57:09 UTC 2016 - mvetter@suse.com diff --git a/vifm.spec b/vifm.spec index c50b5e6..26f4cfb 100644 --- a/vifm.spec +++ b/vifm.spec @@ -16,15 +16,14 @@ # -%define _version 0.8.2-beta Name: vifm -Version: 0.8.2~beta1 +Version: 0.8.2 Release: 0 Summary: Ncurses based file manager with vi like keybindings License: GPL-2.0+ Group: Productivity/File utilities 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: groff BuildRequires: ncurses-devel @@ -46,7 +45,7 @@ It supports UTF-8, a quick file view similar to midnight commander's quick view, and configurable color schemes. %prep -%setup -q -n vifm-0.8.2-beta +%setup -q %build %configure \