From 00d9adeb5622dac9c2bf7a64f6c44d162e736b732cc6b1d01ba4be1a714de63e Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sun, 18 Jun 2017 21:37:20 +0000 Subject: [PATCH] - 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 --- vifm-0.9-beta.tar.bz2 | 3 --- vifm-0.9.tar.bz2 | 3 +++ vifm.changes | 13 +++++++++++++ vifm.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 vifm-0.9-beta.tar.bz2 create mode 100644 vifm-0.9.tar.bz2 diff --git a/vifm-0.9-beta.tar.bz2 b/vifm-0.9-beta.tar.bz2 deleted file mode 100644 index 648532d..0000000 --- a/vifm-0.9-beta.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ef59c829b57b71cacf58d7fc89744792d0060372e85637b6535f2c41a14df33 -size 970945 diff --git a/vifm-0.9.tar.bz2 b/vifm-0.9.tar.bz2 new file mode 100644 index 0000000..52a0a5d --- /dev/null +++ b/vifm-0.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab10c99d1e4c24ff8a03c20be1c202cc15874750cc47a1614e6fe4f8d816a7fd +size 971539 diff --git a/vifm.changes b/vifm.changes index b818c5f..dc3c4f9 100644 --- a/vifm.changes +++ b/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 diff --git a/vifm.spec b/vifm.spec index 0a3edb1..c23e066 100644 --- a/vifm.spec +++ b/vifm.spec @@ -17,13 +17,13 @@ Name: vifm -Version: 0.9~beta +Version: 0.9 Release: 0 Summary: Ncurses based file manager with vi like keybindings License: GPL-2.0+ Group: Productivity/File utilities 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: 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 -n vifm-0.9-beta +%setup -q %build %configure \