rpms/vifm/F-13 import.log,1.1,1.2 vifm.spec,1.1,1.2

Pierre Dorbais chdorb at fedoraproject.org
Tue Jun 22 18:25:57 UTC 2010


Author: chdorb

Update of /cvs/pkgs/rpms/vifm/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17873/F-13

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/F-13/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	17 Apr 2010 09:35:13 -0000	1.1
+++ import.log	22 Jun 2010 18:25:57 -0000	1.2
@@ -1 +1,2 @@
 vifm-0_5-3_fc12:F-13:vifm-0.5-3.fc12.src.rpm:1271496877
+vifm-0_5-4_fc12:F-13:vifm-0.5-4.fc12.src.rpm:1277231115


Index: vifm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vifm/F-13/vifm.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- vifm.spec	17 Apr 2010 09:35:13 -0000	1.1
+++ vifm.spec	22 Jun 2010 18:25:57 -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