rpms/mfiler3/F-9 mfiler3-2.0.7-upgrade-compat.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 mfiler3.spec, 1.8, 1.9 sources, 1.8, 1.9

Mamoru Tasaka mtasaka at fedoraproject.org
Sat Sep 13 17:14:39 UTC 2008


Author: mtasaka

Update of /cvs/extras/rpms/mfiler3/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1995/F-9

Modified Files:
	.cvsignore mfiler3.spec sources 
Added Files:
	mfiler3-2.0.7-upgrade-compat.patch 
Log Message:
* Mon Sep 14 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.0.7-2
- 2.0.7
- Workaround patch to deal with segv after upgrade


mfiler3-2.0.7-upgrade-compat.patch:

--- NEW FILE mfiler3-2.0.7-upgrade-compat.patch ---
--- src/etc/.mfiler3.rb.upcompat	2008-09-13 01:52:40.000000000 +0900
+++ src/etc/.mfiler3.rb	2008-09-14 01:32:41.000000000 +0900
@@ -792,7 +792,12 @@
         i += 1
     end
 
-    n2 = f.gets.chomp!.to_i
+    tmp = f.gets
+    if tmp
+        n2 = tmp.chomp!.to_i
+    else
+        n2 = 0
+    end
 
     i=0
     while i<n2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mfiler3/F-9/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	28 Aug 2008 11:19:59 -0000	1.8
+++ .cvsignore	13 Sep 2008 17:14:09 -0000	1.9
@@ -1 +1 @@
-mfiler3-2.0.6.tgz
+mfiler3-2.0.7.tgz


Index: mfiler3.spec
===================================================================
RCS file: /cvs/extras/rpms/mfiler3/F-9/mfiler3.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mfiler3.spec	28 Aug 2008 11:42:03 -0000	1.8
+++ mfiler3.spec	13 Sep 2008 17:14:09 -0000	1.9
@@ -2,7 +2,7 @@
 %define			rubyabi			1.8
 
 Name:		mfiler3
-Version:	2.0.6
+Version:	2.0.7
 Release:	2%{?dist}
 Summary:	Two pane file manager under UNIX console
 
@@ -12,6 +12,7 @@
 Source0:	http://www.geocities.jp/daisuke530221jp/%{name}-%{version}.tgz
 Source10:	mfiler3.sh
 Patch0:		mfiler3-2.0.5-use-external.patch
+Patch1:		mfiler3-2.0.7-upgrade-compat.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	cmigemo-devel
@@ -46,6 +47,7 @@
 %{__sed} -i.debuginfo -e 's|-g -w||' configure
 
 %patch0 -p1 -b .ext
+%patch1 -p0 -b .upcompat
 # Remove unneeded internal directories to make it sure that
 # we are using external libraries
 %{__rm} -rf \
@@ -95,6 +97,10 @@
 
 
 %changelog
+* Mon Sep 14 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.0.7-2
+- 2.0.7
+- Workaround patch to deal with segv after upgrade
+
 * Thu Aug 28 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.0.6-2
 - 2.0.6
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mfiler3/F-9/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	28 Aug 2008 11:19:59 -0000	1.8
+++ sources	13 Sep 2008 17:14:09 -0000	1.9
@@ -1 +1 @@
-8748d4d3ac86df53c64ed2c813e46050  mfiler3-2.0.6.tgz
+ada5c7ea7dc58840113e5958f89cf16c  mfiler3-2.0.7.tgz




More information about the fedora-extras-commits mailing list