From 93e3a91c39fd1a7e42ca9170e81713d8f0bc1cfa2c350955fcacfec58bf2a085 Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Fri, 3 Jan 2014 14:24:16 +0000 Subject: [PATCH] 0.7.6 OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=10 --- vifm-0.7.4.tar.bz2 | 3 --- vifm-0.7.6.tar.bz2 | 3 +++ vifm.changes | 20 ++++++++++++++++++++ vifm.spec | 7 +++++-- 4 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 vifm-0.7.4.tar.bz2 create mode 100644 vifm-0.7.6.tar.bz2 diff --git a/vifm-0.7.4.tar.bz2 b/vifm-0.7.4.tar.bz2 deleted file mode 100644 index 45c760c..0000000 --- a/vifm-0.7.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:206b8d5ed6f731c7c22aea5a61b999c7085a804a0033ef0722801decc030f9c6 -size 547029 diff --git a/vifm-0.7.6.tar.bz2 b/vifm-0.7.6.tar.bz2 new file mode 100644 index 0000000..c7fde92 --- /dev/null +++ b/vifm-0.7.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861798592d6fccc5d330a66e68f1c5a747732b9df587f15d892c6ff72a04650f +size 609855 diff --git a/vifm.changes b/vifm.changes index bef05d7..17c1632 100644 --- a/vifm.changes +++ b/vifm.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Jan 03 14:17:20 UTC 2014 - pascal.bleser@opensuse.org + +- update to 0.7.6: + - added interactive local filter + - added external editing of command-line content with 'vicmd' + - added integration with tmux + - added options to configure external commands for :apropos, :find, :grep + and :locate commands + - added desktop entry file (\*nix only) and updated application icon + +- changes from 0.7.5: + - removed using of libtool in build process on *nix-like systems + - added parsing of escape codes for the preview pane and less-like view + - added expand() builtin function + - added macros that are expanded to register's content + - added dynamic loading of xlib + - added 'shortmess' option + - fixed for redrawing and searching in less-like mode + ------------------------------------------------------------------- Thu Oct 18 21:41:14 UTC 2012 - pascal.bleser@opensuse.org diff --git a/vifm.spec b/vifm.spec index 35d3893..36a4a5e 100644 --- a/vifm.spec +++ b/vifm.spec @@ -10,9 +10,9 @@ # Name: vifm -Version: 0.7.4 +Version: 0.7.6 Release: 1 -License: GNU General Public License (GPL) +License: GPL-2.0+ Summary: Ncurses based file manager with vi like keybindings Url: http://vifm.sourceforge.net Group: Productivity/File utilities @@ -25,6 +25,7 @@ BuildRequires: ncurses-devel BuildRequires: xorg-x11-devel BuildRequires: file-devel BuildRequires: pkgconfig +BuildRequires: libtool automake autoconf BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -60,6 +61,8 @@ make DESTDIR=%{buildroot} install %doc %{_mandir}/man1/vifm.1* %doc %{_mandir}/man1/vifm-pause.1* %doc %{_mandir}/man1/vifmrc-converter.1* +%{_datadir}/applications/vifm.desktop +%{_datadir}/pixmaps/vifm.png %changelog