diff --git a/vifm-0.8.1a.tar.bz2 b/vifm-0.8.1a.tar.bz2 deleted file mode 100644 index b93f85f..0000000 --- a/vifm-0.8.1a.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:974fb2aa5e32d2c729ceff678c595070c701bd30a6ccc5cb6ca64807a9dd4422 -size 832500 diff --git a/vifm-0.8.2-beta.tar.bz2 b/vifm-0.8.2-beta.tar.bz2 new file mode 100644 index 0000000..53c1d52 --- /dev/null +++ b/vifm-0.8.2-beta.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710fb178ff8a964d18e5df8ebd1d5fff5ff1bdaa6c89fd8de035c33d90db667a +size 892203 diff --git a/vifm.changes b/vifm.changes index 960eb2f..af828ce 100644 --- a/vifm.changes +++ b/vifm.changes @@ -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 diff --git a/vifm.spec b/vifm.spec index da07e92..c50b5e6 100644 --- a/vifm.spec +++ b/vifm.spec @@ -16,14 +16,15 @@ # +%define _version 0.8.2-beta Name: vifm -Version: 0.8.1a +Version: 0.8.2~beta1 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 @@ -45,7 +46,7 @@ It supports UTF-8, a quick file view similar to midnight commander's quick view, and configurable color schemes. %prep -%setup -q +%setup -q -n vifm-0.8.2-beta %build %configure \