- Update to 0.9:
* New version brings two new ways of viewing and processing file lists, namely tree-view and directory-comparison. As usual, previously existing facilities were extended and improved to become more useful. * Introduced tree-like representation of files. * Added directory comparison facilities. * Added ability to restore last navigation menu. * Background operations and programs can now be cancelled. * Dismissed error output of external programs can now be queried. * Added shell completion for bash and zsh. * Now it's possible to configure mappings in dialogs. OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=27
This commit is contained in:
parent
98bbf694f8
commit
00d9adeb56
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6ef59c829b57b71cacf58d7fc89744792d0060372e85637b6535f2c41a14df33
|
|
||||||
size 970945
|
|
3
vifm-0.9.tar.bz2
Normal file
3
vifm-0.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ab10c99d1e4c24ff8a03c20be1c202cc15874750cc47a1614e6fe4f8d816a7fd
|
||||||
|
size 971539
|
13
vifm.changes
13
vifm.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 18 21:33:10 UTC 2017 - mvetter@suse.com
|
||||||
|
|
||||||
|
- Update to 0.9:
|
||||||
|
* New version brings two new ways of viewing and processing file lists, namely tree-view and directory-comparison. As usual, previously existing facilities were extended and improved to become more useful.
|
||||||
|
* Introduced tree-like representation of files.
|
||||||
|
* Added directory comparison facilities.
|
||||||
|
* Added ability to restore last navigation menu.
|
||||||
|
* Background operations and programs can now be cancelled.
|
||||||
|
* Dismissed error output of external programs can now be queried.
|
||||||
|
* Added shell completion for bash and zsh.
|
||||||
|
* Now it's possible to configure mappings in dialogs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 4 21:59:06 UTC 2017 - mvetter@suse.com
|
Sun Jun 4 21:59:06 UTC 2017 - mvetter@suse.com
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: vifm
|
Name: vifm
|
||||||
Version: 0.9~beta
|
Version: 0.9
|
||||||
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: https://github.com/vifm/vifm/releases/download/v0.9-beta/vifm-0.9-beta.tar.bz2
|
Source: https://github.com/vifm/vifm/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
||||||
BuildRequires: file-devel
|
BuildRequires: file-devel
|
||||||
BuildRequires: groff
|
BuildRequires: groff
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
@ -45,7 +45,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 -n vifm-0.9-beta
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user