rpms/pilot-link/F-8 pilot-link-0.12.2-md5.patch, NONE, 1.1 pilot-link.spec, 1.68, 1.69

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Tue Dec 11 08:13:16 UTC 2007


Author: varekova

Update of /cvs/pkgs/rpms/pilot-link/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19386

Modified Files:
	pilot-link.spec 
Added Files:
	pilot-link-0.12.2-md5.patch 
Log Message:
- fix md5 header file (#403641)


pilot-link-0.12.2-md5.patch:

--- NEW FILE pilot-link-0.12.2-md5.patch ---
diff -up pilot-link-0.12.3/include/pi-md5.h.md5 pilot-link-0.12.3/include/pi-md5.h
--- pilot-link-0.12.3/include/pi-md5.h.md5	2006-10-17 15:24:07.000000000 +0200
+++ pilot-link-0.12.3/include/pi-md5.h	2007-12-11 08:47:56.000000000 +0100
@@ -13,8 +13,10 @@
 #ifndef MD5_H
 #define MD5_H
 
+#include <stdint.h>
+
 #define UINT8 unsigned char
-#define UINT32 unsigned long
+#define UINT32 uint32_t
 
 struct MD5Context {
 	UINT32 buf[4];


Index: pilot-link.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pilot-link/F-8/pilot-link.spec,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- pilot-link.spec	6 Dec 2007 10:14:08 -0000	1.68
+++ pilot-link.spec	11 Dec 2007 08:12:36 -0000	1.69
@@ -3,7 +3,7 @@
 
 Name: pilot-link
 Version: 0.12.2
-Release: 10%{?dist}
+Release: 11%{?dist}
 Epoch: 2
 License: GPLv2 and GPLv2+ and LGPLv2+ and TCL
 Group: Applications/Communications
@@ -23,6 +23,7 @@
 Patch5: pilot-link-0.12.2-m4.patch
 Patch6: pilot-link-0.12.2-open.patch
 Patch7: pilot-link-0.12.2-NR70V.patch
+Patch8: pilot-link-0.12.2-md5.patch
 
 Requires: /sbin/ldconfig
 
@@ -76,6 +77,7 @@
 %patch5 -p1 -b .typo
 %patch6 -p1 -b .open
 %patch7 -p1 -b .NR70V
+%patch8 -p1 -b .md5
 
 %build
 autoreconf -is
@@ -176,6 +178,9 @@
 %{_datadir}/aclocal/*.m4
 
 %changelog
+* Tue Dec 11 2007 Ivana Varekova <varekova at redhat.com> - 2:0.12.2-11
+- fix md5 header file (#403641)
+
 * Thu Dec  6 2007 Ivana Varekova <varekova at redhat.com> - 2:0.12.2-10
 - change hal rules
 




More information about the fedora-extras-commits mailing list