rpms/dosbox/devel dosbox-x86-64-build.patch, 1.3, 1.4 dosbox.spec, 1.12, 1.13

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Mon May 30 19:44:30 UTC 2005


Author: awjb

Update of /cvs/extras/rpms/dosbox/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28176

Modified Files:
	dosbox-x86-64-build.patch dosbox.spec 
Log Message:
- add x86_64 bugfix from upstream


dosbox-x86-64-build.patch:

Index: dosbox-x86-64-build.patch
===================================================================
RCS file: /cvs/extras/rpms/dosbox/devel/dosbox-x86-64-build.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dosbox-x86-64-build.patch	30 May 2005 08:43:46 -0000	1.3
+++ dosbox-x86-64-build.patch	30 May 2005 19:44:28 -0000	1.4
@@ -27,3 +27,14 @@
  			send_event(1);
  			break;
  		}
+--- src/dos/drive_local.cpp.orig	2005-05-30 21:41:04.000000000 +0200
++++ src/dos/drive_local.cpp	2005-05-30 21:42:19.000000000 +0200
+@@ -409,7 +409,7 @@
+ 	//TODO Give some doserrorcode;
+ 		return false;//ERROR
+ 	}
+-	int ret=fseek(fhandle,*pos,seektype);
++	int ret=fseek(fhandle,*reinterpret_cast<Bit32s*>(pos),seektype);
+ 	if (ret!=0) {
+ 		// Out of file range, pretend everythings ok 
+ 		// and move file pointer top end of file... ?! (Black Thorne)


Index: dosbox.spec
===================================================================
RCS file: /cvs/extras/rpms/dosbox/devel/dosbox.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- dosbox.spec	30 May 2005 08:47:10 -0000	1.12
+++ dosbox.spec	30 May 2005 19:44:28 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           dosbox
 Version:        0.63
-Release:        5
+Release:        6
 
 Summary:        x86/DOS emulator with sound and graphics
 
@@ -72,6 +72,10 @@
 
 %changelog
 * Mon May 30 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.64-6
+- add a x86_64 bugfix from upstream 
+
+* Mon May 30 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 0.64-5
 - more build fixes and cleanups...
 




More information about the fedora-extras-commits mailing list