Accepting request 573165 from utilities
OBS-URL: https://build.opensuse.org/request/show/573165 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vifm?expand=0&rev=11
This commit is contained in:
commit
b7c4339f1b
3
vifm-0.9.1.tar.bz2
Normal file
3
vifm-0.9.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:28b9a4b670d9ddc9af8c9804dc22fa93f4fd0adabce94d43ebedc157a5dce7b3
|
||||
size 1002758
|
16
vifm-0.9.1.tar.bz2.asc
Normal file
16
vifm-0.9.1.tar.bz2.asc
Normal file
@ -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-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab10c99d1e4c24ff8a03c20be1c202cc15874750cc47a1614e6fe4f8d816a7fd
|
||||
size 971539
|
12
vifm.changes
12
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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user