From bac20f113f02308cc6d560063d968c24b9aab08f4704833132a7083ae93d99d7 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 10 Jul 2015 08:48:41 +0000 Subject: [PATCH 1/2] - 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). OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=16 --- vifm-0.8.tar.bz2 | 3 +++ vifm.changes | 17 +++++++++++++++++ vifm.spec | 13 +++++++------ 3 files changed, 27 insertions(+), 6 deletions(-) create mode 100644 vifm-0.8.tar.bz2 diff --git a/vifm-0.8.tar.bz2 b/vifm-0.8.tar.bz2 new file mode 100644 index 0000000..6ca6c3e --- /dev/null +++ b/vifm-0.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69eb6b50dcf462f4233ff987f0b6a295df08a27bc42577ebef725bfe58dbdeeb +size 756795 diff --git a/vifm.changes b/vifm.changes index 468d94c..83695a8 100644 --- a/vifm.changes +++ b/vifm.changes @@ -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 diff --git a/vifm.spec b/vifm.spec index 7e2963d..824b293 100644 --- a/vifm.spec +++ b/vifm.spec @@ -17,7 +17,7 @@ Name: vifm -Version: 0.7.8 +Version: 0.8 Release: 0 Summary: Ncurses based file manager with vi like keybindings License: GPL-2.0+ @@ -47,7 +47,6 @@ and configurable color schemes. %prep %setup -q - %build %configure \ --with-curses \ @@ -57,25 +56,27 @@ and configurable color schemes. make %{?_smp_mflags} gzip -9c ChangeLog > ChangeLog.gz - %install make install DESTDIR="%{?buildroot}" %if 0%{?suse_version} %suse_update_desktop_file %{name} %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 %defattr(-,root,root) %doc AUTHORS BUGS ChangeLog.* COPYING README TODO -%{_bindir}/* %doc %{_datadir}/%{name}/%{name}-help.txt -%doc %{_datadir}/%{name}/vim-doc %dir %{_datadir}/%{name} +%{_bindir}/* %{_datadir}/%{name}/vim %{_datadir}/%{name}/%{name}rc %{_mandir}/man1/* %{_datadir}/applications/* %{_datadir}/pixmaps/* +%{_datadir}/vifm/colors/ %changelog From 614c59e5b91095f1b0da6abf1e718ccba18be358ec951b0249eafcb4795181fb Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 10 Jul 2015 08:49:22 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=17 --- vifm-0.7.8.tar.bz2 | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 vifm-0.7.8.tar.bz2 diff --git a/vifm-0.7.8.tar.bz2 b/vifm-0.7.8.tar.bz2 deleted file mode 100644 index 2c087f9..0000000 --- a/vifm-0.7.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dfbb26c2038a58dcff12026dab736e29d547b4aa3ff5912e4d844064c9e7603 -size 623154