rpms/ktechlab/devel ktechlab-0.3-ppc-includes.patch, 1.1, 1.2 ktechlab.spec, 1.2, 1.3

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Fri Oct 13 15:13:13 UTC 2006


Author: mtasaka

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

Modified Files:
	ktechlab-0.3-ppc-includes.patch ktechlab.spec 
Log Message:
again try ppc

ktechlab-0.3-ppc-includes.patch:

Index: ktechlab-0.3-ppc-includes.patch
===================================================================
RCS file: /cvs/extras/rpms/ktechlab/devel/ktechlab-0.3-ppc-includes.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ktechlab-0.3-ppc-includes.patch	13 Oct 2006 14:27:48 -0000	1.1
+++ ktechlab-0.3-ppc-includes.patch	13 Oct 2006 15:13:13 -0000	1.2
@@ -1,15 +1,16 @@
 --- ktechlab-0.3/src/electronics/port.cpp.headers	2006-01-01 22:51:37.000000000 +0900
-+++ ktechlab-0.3/src/electronics/port.cpp	2006-10-13 23:17:27.000000000 +0900
-@@ -13,10 +13,9 @@
++++ ktechlab-0.3/src/electronics/port.cpp	2006-10-14 00:10:59.000000000 +0900
+@@ -13,11 +13,11 @@
  #include <kdebug.h>
  
  #include <errno.h>
 -#include <fcntl.h>
 +#include <linux/fcntl.h>
  #include <linux/ppdev.h>
--#include <sys/ioctl.h>
+ #include <sys/ioctl.h>
 -#include <sys/io.h>
-+#include <linux/ioctl.h>
  #include <unistd.h>
++#include <asm/ioctls.h>
  
  //BEGIN class Port
+ Port::Port()


Index: ktechlab.spec
===================================================================
RCS file: /cvs/extras/rpms/ktechlab/devel/ktechlab.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ktechlab.spec	13 Oct 2006 14:27:48 -0000	1.2
+++ ktechlab.spec	13 Oct 2006 15:13:13 -0000	1.3
@@ -1,6 +1,6 @@
 Name:             ktechlab
 Version:          0.3
-Release:          4%{?dist}
+Release:          4.2%{?dist}
 Summary:          Development and simulation of microcontrollers and electronic circuits
 
 License:          GPL
@@ -97,6 +97,9 @@
 
 
 %Changelog
+* Fri Oct 13 2006 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.3-4.2
+- Again.
+
 * Fri Oct 13 2006 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.3-4
 - Try to fix compilation on ppc.
 




More information about the fedora-extras-commits mailing list