rpms/chmlib/EL-4 chmlib-0.39-axp.patch, NONE, 1.1 chmlib.spec, 1.12, 1.13

Peter Lemenkov (peter) fedora-extras-commits at redhat.com
Sat Aug 4 19:06:48 UTC 2007


Author: peter

Update of /cvs/extras/rpms/chmlib/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18595/EL-4

Modified Files:
	chmlib.spec 
Added Files:
	chmlib-0.39-axp.patch 
Log Message:
Added alpha-arch and changed upstream url

chmlib-0.39-axp.patch:

--- NEW FILE chmlib-0.39-axp.patch ---
diff -up chmlib-0.39/src/chm_lib.c.axp chmlib-0.39/src/chm_lib.c
--- chmlib-0.39/src/chm_lib.c.axp	2007-08-02 18:04:52.000000000 +0200
+++ chmlib-0.39/src/chm_lib.c	2007-08-02 18:05:17.000000000 +0200
@@ -164,7 +164,7 @@ typedef unsigned long long      UInt64;
 
 /* x86-64 */
 /* Note that these may be appropriate for other 64-bit machines. */
-#elif __x86_64__ || __ia64__
+#elif __x86_64__ || __ia64__ || __alpha__
 typedef unsigned char           UChar;
 typedef short                   Int16;
 typedef unsigned short          UInt16;


Index: chmlib.spec
===================================================================
RCS file: /cvs/extras/rpms/chmlib/EL-4/chmlib.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- chmlib.spec	1 Feb 2007 12:24:54 -0000	1.12
+++ chmlib.spec	4 Aug 2007 19:06:15 -0000	1.13
@@ -1,12 +1,13 @@
 Name: 		chmlib
 Summary: 	Library for dealing with ITSS/CHM format files
 Version: 	0.39
-Release: 	1%{?dist}
+Release: 	3%{?dist}
 License: 	LGPL
 Group: 		Development/Libraries
-Url: 		http://66.93.236.84/~jedwin/projects/chmlib/
-Source: 	http://66.93.236.84/~jedwin/projects/chmlib/%{name}-%{version}.tar.bz2
+Url: 		http://www.jedrea.com/chmlib/
+Source: 	http://www.jedrea.com/chmlib/%{name}-%{version}.tar.bz2
 Patch0:		chmlib-chm_lib_c-ppc-patch.diff
+Patch1:		chmlib-0.39-axp.patch
 Buildroot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -27,6 +28,7 @@
 %prep
 %setup -q 
 %patch0 -p0
+%patch1 -p1 -b .axp
 
 %build
 %configure --disable-static
@@ -56,6 +58,12 @@
 
 %changelog
 
+* Sat Aug  4 2007 Peter Lemenkov <lemenkov at gmail.com> 0.39-3
+- Upstream URL changed
+
+* Thu Aug 02 2007 Oliver Falk <oliver at linux-kernel.at> 0.39-2
+- Add alpha fix
+
 * Thu Feb  1 2007 Peter Lemenkov <lemenkov at gmail.com> 0.39-1
 - Ver. 0.39
 




More information about the fedora-extras-commits mailing list