- Update to 0.10.1:
* Added file preview to miller mode * Added preview macro to directly output to terminal, which enables use of Sixel graphics for previewing * Added udisks2 backend to vifm-media script (bundled script for managing media) and version of the script for OS X * Updated code to make use of large amount of color pairs when available * Functionality of previously separate neovim-vifm plugin got merged into the main plugin * Multiple improvements to :media menu * Improved performance in several use cases (quickview, lots of unhighlighted files, unnecessary cursor updates and redraws) * See change log for the full list of changes and by whom they were suggested. OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=34
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package vifm
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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,7 +17,7 @@
|
||||
|
||||
|
||||
Name: vifm
|
||||
Version: 0.10
|
||||
Version: 0.10.1
|
||||
Release: 0
|
||||
Summary: Ncurses based file manager with vi like keybindings
|
||||
License: GPL-2.0-or-later
|
||||
@@ -47,6 +47,7 @@ and configurable color schemes.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
sed -i 's/#!\/usr\/bin\/env perl/#!\/usr\/bin\/perl/' src/vifm-convert-dircolors
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@@ -64,6 +65,7 @@ make install DESTDIR="%{?buildroot}"
|
||||
%endif
|
||||
rm -rf %{buildroot}%{_datadir}/doc/vifm/*
|
||||
rm -rf %{buildroot}%{_datadir}/vifm/vifmrc-osx
|
||||
rm -rf %{buildroot}%{_datadir}/vifm/vifm-media-osx
|
||||
rm -rf %{buildroot}%{_datadir}/vifm/vim-doc/doc/tags
|
||||
rm -rf %{buildroot}%{_datadir}/vifm/vim-doc/doc/vifm-app.txt
|
||||
|
||||
|
Reference in New Issue
Block a user