SHA256
1
0
forked from pool/vifm

Accepting request 315856 from utilities

OBS-URL: https://build.opensuse.org/request/show/315856
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vifm?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2015-07-14 15:43:45 +00:00 committed by Git OBS Bridge
commit 358dde23b1
4 changed files with 27 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5dfbb26c2038a58dcff12026dab736e29d547b4aa3ff5912e4d844064c9e7603
size 623154

3
vifm-0.8.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:69eb6b50dcf462f4233ff987f0b6a295df08a27bc42577ebef725bfe58dbdeeb
size 756795

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Jul 10 08:46:10 UTC 2015 - mvetter@suse.com
- Update to version 0.8
* Added filename specific highlight (with a script to convert ls options).
* Added custom views, which contrary to regular views can contain files that do not belong to the same directory.
* Added job bar to display active backgrounded file operations.
* Added command-line mode abbreviations.
* Added global configuration and color schemes directory.
* Added live search match highlighting.
* Added optional per-file progress for file operations.
* Added full path patterns ({{globs}} and //regexp//).
* Added command-line options to control file/directory selection and selection processing to make it easier to use vifm as a file picker.
* Color schemes got ".vifm" extension, but the old-style names will still work for now.
* XDG specification support.
* Ability to use terminal applications to preview graphics (e.g. w3mimgdisplay).
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 8 11:35:45 UTC 2015 - g.bluehut@gmail.com Wed Apr 8 11:35:45 UTC 2015 - g.bluehut@gmail.com

View File

@ -17,7 +17,7 @@
Name: vifm Name: vifm
Version: 0.7.8 Version: 0.8
Release: 0 Release: 0
Summary: Ncurses based file manager with vi like keybindings Summary: Ncurses based file manager with vi like keybindings
License: GPL-2.0+ License: GPL-2.0+
@ -47,7 +47,6 @@ and configurable color schemes.
%prep %prep
%setup -q %setup -q
%build %build
%configure \ %configure \
--with-curses \ --with-curses \
@ -57,25 +56,27 @@ and configurable color schemes.
make %{?_smp_mflags} make %{?_smp_mflags}
gzip -9c ChangeLog > ChangeLog.gz gzip -9c ChangeLog > ChangeLog.gz
%install %install
make install DESTDIR="%{?buildroot}" make install DESTDIR="%{?buildroot}"
%if 0%{?suse_version} %if 0%{?suse_version}
%suse_update_desktop_file %{name} %suse_update_desktop_file %{name}
%endif %endif
rm -rf %{buildroot}%{_datadir}/doc/vifm/*
rm -rf %{buildroot}%{_datadir}/vifm/vifmrc-osx
rm -rf %{buildroot}%{_datadir}/vifm/vim-doc/doc/tags
rm -rf %{buildroot}%{_datadir}/vifm/vim-doc/doc/vifm-app.txt
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS BUGS ChangeLog.* COPYING README TODO %doc AUTHORS BUGS ChangeLog.* COPYING README TODO
%{_bindir}/*
%doc %{_datadir}/%{name}/%{name}-help.txt %doc %{_datadir}/%{name}/%{name}-help.txt
%doc %{_datadir}/%{name}/vim-doc
%dir %{_datadir}/%{name} %dir %{_datadir}/%{name}
%{_bindir}/*
%{_datadir}/%{name}/vim %{_datadir}/%{name}/vim
%{_datadir}/%{name}/%{name}rc %{_datadir}/%{name}/%{name}rc
%{_mandir}/man1/* %{_mandir}/man1/*
%{_datadir}/applications/* %{_datadir}/applications/*
%{_datadir}/pixmaps/* %{_datadir}/pixmaps/*
%{_datadir}/vifm/colors/
%changelog %changelog