From 98bbf694f82e9634a9f2fd41494f49bb46137b7ac7c40ed3287218bff1f5b7ac Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sun, 4 Jun 2017 22:26:24 +0000 Subject: [PATCH] Accepting request 501058 from home:jubalh:branches:utilities - 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 OBS-URL: https://build.opensuse.org/request/show/501058 OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=25 --- vifm-0.8.2.tar.bz2 | 3 --- vifm-0.9-beta.tar.bz2 | 3 +++ vifm.changes | 13 +++++++++++++ vifm.spec | 14 ++++++++++---- 4 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 vifm-0.8.2.tar.bz2 create mode 100644 vifm-0.9-beta.tar.bz2 diff --git a/vifm-0.8.2.tar.bz2 b/vifm-0.8.2.tar.bz2 deleted file mode 100644 index ade6f9b..0000000 --- a/vifm-0.8.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b466d766658a24d07fc2039a26fefc6a018f5653684a6035183ca79f02c211f -size 892414 diff --git a/vifm-0.9-beta.tar.bz2 b/vifm-0.9-beta.tar.bz2 new file mode 100644 index 0000000..648532d --- /dev/null +++ b/vifm-0.9-beta.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef59c829b57b71cacf58d7fc89744792d0060372e85637b6535f2c41a14df33 +size 970945 diff --git a/vifm.changes b/vifm.changes index a6a27e1..b818c5f 100644 --- a/vifm.changes +++ b/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 diff --git a/vifm.spec b/vifm.spec index 26f4cfb..0a3edb1 100644 --- a/vifm.spec +++ b/vifm.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: vifm -Version: 0.8.2 +Version: 0.9~beta 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: https://github.com/vifm/vifm/releases/download/v0.9-beta/vifm-0.9-beta.tar.bz2 BuildRequires: file-devel BuildRequires: groff 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. %prep -%setup -q +%setup -q -n vifm-0.9-beta %build %configure \ @@ -78,5 +78,11 @@ rm -rf %{buildroot}%{_datadir}/vifm/vim-doc/doc/vifm-app.txt %{_datadir}/applications/* %{_datadir}/pixmaps/* %{_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