rpms/chmlib/devel chmlib-chm_lib_c-ppc-patch.diff, 1.1, 1.2 chmlib.spec, 1.6, 1.7

Peter Lemenkov (peter) fedora-extras-commits at redhat.com
Tue Jan 10 14:22:08 UTC 2006


Author: peter

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

Modified Files:
	chmlib-chm_lib_c-ppc-patch.diff chmlib.spec 
Log Message:

Next try to fix builds for powerpc



chmlib-chm_lib_c-ppc-patch.diff:

Index: chmlib-chm_lib_c-ppc-patch.diff
===================================================================
RCS file: /cvs/extras/rpms/chmlib/devel/chmlib-chm_lib_c-ppc-patch.diff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- chmlib-chm_lib_c-ppc-patch.diff	9 Jan 2006 14:26:30 -0000	1.1
+++ chmlib-chm_lib_c-ppc-patch.diff	10 Jan 2006 14:22:07 -0000	1.2
@@ -5,7 +5,7 @@
  /* MIPS         */
  /* PPC          */
 -#elif __i386__ || __sun || __sgi || __ppc__
-+#elif __i386__ || __sun || __sgi || __ppc__ || ppc
++#elif __i386__ || __sun || __sgi || __ppc__ || __powerpc__
  typedef unsigned char           UChar;
  typedef short                   Int16;
  typedef unsigned short          UInt16;


Index: chmlib.spec
===================================================================
RCS file: /cvs/extras/rpms/chmlib/devel/chmlib.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- chmlib.spec	9 Jan 2006 14:55:56 -0000	1.6
+++ chmlib.spec	10 Jan 2006 14:22:07 -0000	1.7
@@ -1,7 +1,7 @@
 Name: 		chmlib
 Summary: 	Library for dealing with ITSS/CHM format files
 Version: 	0.37.4
-Release: 	3%{?dist}
+Release: 	4%{?dist}
 License: 	LGPL
 Group: 		Development/Libraries
 Url: 		http://66.93.236.84/~jedwin/projects/chmlib/
@@ -56,6 +56,9 @@
 
 %changelog
 
+* Tue Jan 10 2006 Peter Lemenkov <lemenkov at newmail.ru> 0.37.4-4%{?dist}
+- Next try to fix powerpc-arch 
+
 * Mon Jan 09 2006 Peter Lemenkov <lemenkov at newmail.ru> 0.37.4-3%{?dist}
 - Typo fix
 




More information about the fedora-extras-commits mailing list