diff --git a/vifm-0.7.1.tar.bz2 b/vifm-0.7.1.tar.bz2 deleted file mode 100644 index d18b43d..0000000 --- a/vifm-0.7.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c0f2e8949851394a0fa91a9e8509a58306ce3aebd27fed163fbec10c2258583 -size 468781 diff --git a/vifm-0.7.2.tar.bz2 b/vifm-0.7.2.tar.bz2 new file mode 100644 index 0000000..31d7222 --- /dev/null +++ b/vifm-0.7.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a400e213e94138ddf7856601978eab4a96cc54eab28ac6c5bc038baf5674319 +size 468474 diff --git a/vifm-fix_buffer_overflow.patch b/vifm-fix_buffer_overflow.patch deleted file mode 100644 index b53e35f..0000000 --- a/vifm-fix_buffer_overflow.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/menus.c.orig 2011-11-30 23:36:47.576001024 +0100 -+++ src/menus.c 2011-11-30 23:37:52.467001024 +0100 -@@ -830,7 +830,7 @@ - static char * - uchar2str(wchar_t *c, size_t *len) - { -- static char buf[8]; -+ static char buf[16]; - - *len = 1; - switch(*c) diff --git a/vifm.changes b/vifm.changes index 05c57f7..c3b4f3d 100644 --- a/vifm.changes +++ b/vifm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Feb 20 08:24:38 UTC 2012 - puzel@suse.com + +- update to 0.7.2 + (see /usr/share/doc/packages/vifm/ChangeLog for details) +- drop vifm-fix_buffer_overflow.patch (fixed upstream) + ------------------------------------------------------------------- Wed Nov 30 22:33:39 UTC 2011 - pascal.bleser@opensuse.org diff --git a/vifm.spec b/vifm.spec index 42bce56..28d5e84 100644 --- a/vifm.spec +++ b/vifm.spec @@ -10,14 +10,13 @@ Name: vifm -Version: 0.7.1 +Version: 0.7.2 Release: 1 License: GNU General Public License (GPL) Summary: Ncurses based file manager with vi like keybindings Url: http://vifm.sourceforge.net Group: Productivity/File utilities Source0: http://prdownloads.sourceforge.net/vifm/vifm-%{version}.tar.bz2 -Patch1: vifm-fix_buffer_overflow.patch BuildRequires: ncurses-devel BuildRequires: file-devel BuildRequires: pkgconfig @@ -31,7 +30,6 @@ view, and configurable color schemes. %prep %setup -q -%patch1 %build %configure