rpms/vifm/devel import.log,1.1,1.2 vifm.spec,1.1,1.2

Pierre Dorbais chdorb at fedoraproject.org
Sat Jun 19 14:12:21 UTC 2010


Author: chdorb

Update of /cvs/pkgs/rpms/vifm/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32085/devel

Modified Files:
	import.log vifm.spec 
Log Message:
Add patch to fix crash when deleting four or more files (Bug #592725)



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/vifm/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	15 Apr 2010 19:04:20 -0000	1.1
+++ import.log	19 Jun 2010 14:12:20 -0000	1.2
@@ -1 +1,2 @@
 vifm-0_5-3_fc12:HEAD:vifm-0.5-3.fc12.src.rpm:1271357810
+vifm-0_5-4_fc12:HEAD:vifm-0.5-4.fc12.src.rpm:1276956695


Index: vifm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vifm/devel/vifm.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- vifm.spec	15 Apr 2010 19:04:20 -0000	1.1
+++ vifm.spec	19 Jun 2010 14:12:21 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           vifm
 Version:        0.5
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Lightweight file manager with vi like key-bindings
 
 Group:          Applications/File
@@ -8,6 +8,7 @@ License:        GPLv2+
 URL:            http://%{name}.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 Patch0:         vifm-chdorb.patch
+Patch1:         delete-n-files-array-overflow.patch
 
 BuildRequires:  ncurses-devel
 
@@ -17,6 +18,7 @@ A ncurses based CLI file manager with vi
 %prep
 %setup -q
 %patch0 -p1 -b .chdorb
+%patch1 -p1 -b .old
 
 
 %build
@@ -45,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jun 19 2010 Pierre Dorbais <pierre.dorbais at free.fr> 0.5-4
+- Add patch to fix crash when deleting four or more files (Bug #592725)
+
 * Tue Apr 13 2010 Pierre Dorbais <pierre.dorbais at free.fr> 0.5-3
 - Add dir macro to fix files listed twice
 - Add blank lines between changelog entries



More information about the scm-commits mailing list