update to 0.7.2
OBS-URL: https://build.opensuse.org/package/show/utilities/vifm?expand=0&rev=6
This commit is contained in:
parent
26413592b7
commit
99d586d863
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c0f2e8949851394a0fa91a9e8509a58306ce3aebd27fed163fbec10c2258583
|
||||
size 468781
|
3
vifm-0.7.2.tar.bz2
Normal file
3
vifm-0.7.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a400e213e94138ddf7856601978eab4a96cc54eab28ac6c5bc038baf5674319
|
||||
size 468474
|
@ -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)
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user