rpms/w3c-libwww/devel w3c-libwww-md5.patch, NONE, 1.1 w3c-libwww.spec, 1.1, 1.2

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Sat Apr 22 00:30:32 UTC 2006


Author: awjb

Update of /cvs/extras/rpms/w3c-libwww/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31401/devel

Modified Files:
	w3c-libwww.spec 
Added Files:
	w3c-libwww-md5.patch 
Log Message:
- fix md5 (#187895)


w3c-libwww-md5.patch:

--- NEW FILE w3c-libwww-md5.patch ---
--- modules/md5/md5.h.orig	2006-04-22 02:25:32.000000000 +0200
+++ modules/md5/md5.h	2006-04-22 02:25:54.000000000 +0200
@@ -42,7 +42,7 @@
 typedef unsigned short int UINT2;
 
 /* UINT4 defines a four byte word */
-typedef unsigned long int UINT4;
+typedef unsigned int UINT4;
 
 /* PROTO_LIST is defined depending on how PROTOTYPES is defined above.
    If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it


Index: w3c-libwww.spec
===================================================================
RCS file: /cvs/extras/rpms/w3c-libwww/devel/w3c-libwww.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- w3c-libwww.spec	28 Feb 2006 10:21:52 -0000	1.1
+++ w3c-libwww.spec	22 Apr 2006 00:30:32 -0000	1.2
@@ -1,6 +1,6 @@
 Name:          w3c-libwww
 Version:       5.4.1
-Release:       0.2.20060206cvs%{?dist}
+Release:       0.3.20060206cvs%{?dist}
 Summary:       HTTP library of common code
 
 Group:         System Environment/Libraries
@@ -13,6 +13,7 @@
 Patch0:        w3c-libwww-configure.patch
 Patch1:        w3c-libwww-5.3.2-incdir.patch
 Patch2:        w3c-libwww-ppc64.patch
+Patch3:        w3c-libwww-md5.patch
 #external expat
 Patch100:      w3c-libwww-expat.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -58,6 +59,7 @@
 %patch0
 %patch1 -p1 
 %patch2 -p1 -b .ppc64
+%patch3
 %patch100
 
 # we don't want the libwww version
@@ -119,6 +121,10 @@
 %{_includedir}/w3c-libwww
 
 %changelog
+* Sat Apr 22 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+5.4.1-0.3.20060206cvs
+- fix md5 (#187895)
+
 * Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 5.4.1-0.2.20060206cvs
 - readd wwwconfig.h to fix internal header errors




More information about the fedora-extras-commits mailing list