Accepting request 501059 from utilities
1 OBS-URL: https://build.opensuse.org/request/show/501059 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vifm?expand=0&rev=9
This commit is contained in:
commit
b5ac503d82
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8b466d766658a24d07fc2039a26fefc6a018f5653684a6035183ca79f02c211f
|
|
||||||
size 892414
|
|
3
vifm-0.9-beta.tar.bz2
Normal file
3
vifm-0.9-beta.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6ef59c829b57b71cacf58d7fc89744792d0060372e85637b6535f2c41a14df33
|
||||||
|
size 970945
|
13
vifm.changes
13
vifm.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 4 21:59:06 UTC 2017 - mvetter@suse.com
|
||||||
|
|
||||||
|
- update to 0.9 beta:
|
||||||
|
* 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.
|
||||||
|
- Install bash and zsh completion files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 16 21:25:38 UTC 2016 - mvetter@suse.com
|
Sat Jul 16 21:25:38 UTC 2016 - mvetter@suse.com
|
||||||
|
|
||||||
|
14
vifm.spec
14
vifm.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package vifm
|
# spec file for package vifm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: vifm
|
Name: vifm
|
||||||
Version: 0.8.2
|
Version: 0.9~beta
|
||||||
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: https://github.com/vifm/vifm/releases/download/v0.9-beta/vifm-0.9-beta.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
|
%setup -q -n vifm-0.9-beta
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -78,5 +78,11 @@ rm -rf %{buildroot}%{_datadir}/vifm/vim-doc/doc/vifm-app.txt
|
|||||||
%{_datadir}/applications/*
|
%{_datadir}/applications/*
|
||||||
%{_datadir}/pixmaps/*
|
%{_datadir}/pixmaps/*
|
||||||
%{_datadir}/vifm/colors/
|
%{_datadir}/vifm/colors/
|
||||||
|
%dir %{_datadir}/bash-completion/
|
||||||
|
%dir %{_datadir}/bash-completion/completions/
|
||||||
|
%{_datadir}/bash-completion/completions/vifm
|
||||||
|
%dir %{_datadir}/zsh/
|
||||||
|
%dir %{_datadir}/zsh/site-functions/
|
||||||
|
%{_datadir}/zsh/site-functions/_vifm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user