rpms/ochusha/devel ochusha-0.5.99.63.3-fix-ppc-typo.patch, NONE, 1.1 ochusha.spec, 1.3, 1.4

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Sun Nov 12 05:30:47 UTC 2006


Author: mtasaka

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

Modified Files:
	ochusha.spec 
Added Files:
	ochusha-0.5.99.63.3-fix-ppc-typo.patch 
Log Message:
* Sun Nov 12 2006 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 0.5.99.63.3-0.1.cvs061112
- Update to 0.5.99.63.3


ochusha-0.5.99.63.3-fix-ppc-typo.patch:

--- NEW FILE ochusha-0.5.99.63.3-fix-ppc-typo.patch ---
--- ochusha-build/libtscore/virtual_machine.cc.typo	2006-11-11 06:46:44.000000000 +0900
+++ ochusha-build/libtscore/virtual_machine.cc	2006-11-12 14:26:43.000000000 +0900
@@ -365,7 +365,6 @@
 {
 #if defined(WORDS_BIGENDIAN) || SIZEOF_INT != 4
   const unsigned char *upc = (const unsigned char *)pc;
-  long value = ;
   return (long)upc[3] << 24 | (long)upc[2] << 16
     | (long)upc[1] << 8 | (long)upc[0];
 #else


Index: ochusha.spec
===================================================================
RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ochusha.spec	12 Nov 2006 05:12:44 -0000	1.3
+++ ochusha.spec	12 Nov 2006 05:30:16 -0000	1.4
@@ -4,7 +4,7 @@
 %define              main_ver        0.5.99.63.3
 %define              strtag          cvs061112
 
-%define              vendor_rel      1
+%define              vendor_rel      2
 %define              pre_release     1
 
 %if %{pre_release}
@@ -24,6 +24,7 @@
 Source:              http://keihanna.dl.sourceforge.jp/ochusha/16560/%{name}-%{version}.tar.bz2
 %endif
 Patch0:              ochusha-0.5.99.63.2-call-g_thread_init-once.patch
+Patch1:              ochusha-0.5.99.63.3-fix-ppc-typo.patch
 License:             BSD
 Group:               Applications/Internet
 BuildRoot:           %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
@@ -55,6 +56,7 @@
 %endif
 
 %patch0 -p1 -b .g_thread_init
+%patch1 -p1 -b .ppc_typo
 
 # change desktop entry to use png file in 
 # %{icondir}
@@ -157,7 +159,7 @@
 %{_mandir}/man1/%{name}.1*
 
 %changelog
-* Sun Nov 12 2006 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 0.5.99.63.3-0.1.cvs061112
+* Sun Nov 12 2006 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 0.5.99.63.3-0.2.cvs061112
 - Update to 0.5.99.63.3
 
 * Fri Nov 03 2006 <fuyu at users.sourceforge.jp> 0.5.99.62-1




More information about the scm-commits mailing list