rpms/pilot-link/devel pilot-link-0.12.3-md5.patch, NONE, 1.1 pilot-link.spec, 1.64, 1.65

Ivana Varekova (varekova) fedora-extras-commits at redhat.com
Tue Dec 11 07:54:20 UTC 2007


Author: varekova

Update of /cvs/pkgs/rpms/pilot-link/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11151

Modified Files:
	pilot-link.spec 
Added Files:
	pilot-link-0.12.3-md5.patch 
Log Message:
fix md5 header file


pilot-link-0.12.3-md5.patch:

--- NEW FILE pilot-link-0.12.3-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/devel/pilot-link.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- pilot-link.spec	22 Nov 2007 13:28:46 -0000	1.64
+++ pilot-link.spec	11 Dec 2007 07:53:44 -0000	1.65
@@ -4,7 +4,7 @@
 Name: pilot-link
 Version: 0.12.3
 Release: 1%{?dist}
-Epoch: 2
+Epoch: 3
 License: GPLv2 and GPLv2+ and LGPLv2+ and TCL
 Group: Applications/Communications
 Summary: File transfer utilities between Linux and PalmPilots
@@ -17,6 +17,7 @@
 #Patch3: pilot-link-0.11.2-malsync.patch  # May be still applied
 Patch4: pilot-link-0.12.1-var.patch 
 Patch6: pilot-link-0.12.2-open.patch
+Patch7: pilot-link-0.12.3-md5.patch
 
 Requires: /sbin/ldconfig
 
@@ -67,6 +68,7 @@
 #%patch3 -p1 -b .malsync
 %endif
 %patch6 -p1 -b .open
+%patch7 -p1 -b .md5
 
 %build
 autoreconf -is
@@ -154,6 +156,9 @@
 %{_datadir}/aclocal/*.m4
 
 %changelog
+* Tue Dec 11 2007 Ivana Varekova <varekova at redhat.com> - 2:0.12.3-3
+- fix md5 header file
+
 * Thu Nov 22 2007 Ivana Varekova <varekova at redhat.com> - 2:0.12.3-1
 - update to 0.12.3
 - remove static libraries




More information about the fedora-extras-commits mailing list