From ed04c2e18e208b7d942f1f05e680dcfd418d4db9f6626afa561bd02e1264ee1a Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Mon, 5 Feb 2018 21:55:23 +0000 Subject: [PATCH] Accepting request 573164 from home:jubalh:branches:utilities - Update to 0.9.1: * Introduced file view mode known as miller columns or cascading lists, which can be enabled via 'millerview' and configured with 'milleroptions'. * Added ability to transpose ls-like view to make it fill by columns, see new 'lsoptions' option. * More natural behaviour of movement keys in ls-like view. * New --remote-expr command-line option that can be used to query state of running instances. * Extended retry/ignore/abort query of 'syscalls' to all file operations. * More control over highlight groups via :highlight suitable for interactive changes. * Mostly eliminated the need for repeating ga/gA command through automatic size recalculation. OBS-URL: https://build.opensuse.org/request/show/573164 OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=30 --- vifm-0.9.1.tar.bz2 | 3 +++ vifm-0.9.1.tar.bz2.asc | 16 ++++++++++++++++ vifm-0.9.tar.bz2 | 3 --- vifm.changes | 12 ++++++++++++ vifm.spec | 7 ++++--- 5 files changed, 35 insertions(+), 6 deletions(-) create mode 100644 vifm-0.9.1.tar.bz2 create mode 100644 vifm-0.9.1.tar.bz2.asc delete mode 100644 vifm-0.9.tar.bz2 diff --git a/vifm-0.9.1.tar.bz2 b/vifm-0.9.1.tar.bz2 new file mode 100644 index 0000000..729c5af --- /dev/null +++ b/vifm-0.9.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b9a4b670d9ddc9af8c9804dc22fa93f4fd0adabce94d43ebedc157a5dce7b3 +size 1002758 diff --git a/vifm-0.9.1.tar.bz2.asc b/vifm-0.9.1.tar.bz2.asc new file mode 100644 index 0000000..19849d8 --- /dev/null +++ b/vifm-0.9.1.tar.bz2.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIcBAABAgAGBQJaeDu7AAoJEJncXk2wX2vigIoP/ifyVMdz04JKM7Lc72YDRwEG +MBHz3otxuewbSjJxUY5e43agrT6jStfMvSNaOPh1KBsyEo0dOo1K/EvDEjDa3DQJ +yyUkyW1RNoy8R38dtMvaVxffvADghEVPsGy1woxbDtE5rvs4ceCnMK9Zg/TT0fQk +PvBOp1eZ10DQNsgwyS+ximLM8CQQ6GOYMXVJp6QqiP0mLvb0owv+uCzoIsujW4Nn +tOBloU1cqL0UkKxJPoslOOlgvBaTKk/no4DXVJOeWBOaKVEtnCCA/Sb57+QK7HNL +Xd1h+PnV65SV2DWM0O8YCptH+EiRkv8dE4YtqFM7xztk8VwQxjtTn4FDqqZRV+CR +cXm84np9i/zNzzyeltEzjdH3itmEfAvtPDIb6+mATQoXpJ41TBdfmQxJXhBI+VRY +uoQzlu2/4znZ3PuWL1afvYG2K49Rm6NK9cLlAzVjGMW5vT4Eg8/gfzBKz2m7MaUd +xGgmMX2cTG4FRvKCAEeaawf+v9/M9BQt6AKPjN9i/a9WQqJ6TVUItACnyKVBN1WY +BLkzmZ6Qf3UCWbX9abVT6RsDBz8uiGeYGRXibLcwmtJD/kc9DRFXsBqtHFQgmp21 +SdbaECOW8dn7698J3kDltkdGnXiy/ecSifcQgE1YKFAQn9y8GTO3H9ApPiWsZ5Pp +FGd3RRCqnK0IyoMfzBOR +=AFKE +-----END PGP SIGNATURE----- diff --git a/vifm-0.9.tar.bz2 b/vifm-0.9.tar.bz2 deleted file mode 100644 index 52a0a5d..0000000 --- a/vifm-0.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab10c99d1e4c24ff8a03c20be1c202cc15874750cc47a1614e6fe4f8d816a7fd -size 971539 diff --git a/vifm.changes b/vifm.changes index ef0b0b3..6e511b5 100644 --- a/vifm.changes +++ b/vifm.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Feb 5 21:46:41 UTC 2018 - mvetter@suse.com + +- Update to 0.9.1: + * Introduced file view mode known as miller columns or cascading lists, which can be enabled via 'millerview' and configured with 'milleroptions'. + * Added ability to transpose ls-like view to make it fill by columns, see new 'lsoptions' option. + * More natural behaviour of movement keys in ls-like view. + * New --remote-expr command-line option that can be used to query state of running instances. + * Extended retry/ignore/abort query of 'syscalls' to all file operations. + * More control over highlight groups via :highlight suitable for interactive changes. + * Mostly eliminated the need for repeating ga/gA command through automatic size recalculation. + ------------------------------------------------------------------- Sun Jun 18 21:40:30 UTC 2017 - mvetter@suse.com diff --git a/vifm.spec b/vifm.spec index e6e489b..0f1ef08 100644 --- a/vifm.spec +++ b/vifm.spec @@ -1,7 +1,7 @@ # # spec file for package vifm # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,14 +17,15 @@ Name: vifm -Version: 0.9 +Version: 0.9.1 Release: 0 Summary: Ncurses based file manager with vi like keybindings License: GPL-2.0+ Group: Productivity/File utilities Url: http://%{name}.info Source0: https://github.com/vifm/vifm/releases/download/v%{version}/%{name}-%{version}.tar.bz2 -Source1: %{name}.keyring +Source1: https://github.com/vifm/vifm/releases/download/v%{version}/%{name}-%{version}.tar.bz2.asc +Source2: %{name}.keyring BuildRequires: file-devel BuildRequires: groff BuildRequires: ncurses-devel