diff --git a/pilot-link-0.12.2-md5.patch b/pilot-link-0.12.2-md5.patch new file mode 100644 index 0000000..a1bebb5 --- /dev/null +++ b/pilot-link-0.12.2-md5.patch @@ -0,0 +1,15 @@ +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 ++ + #define UINT8 unsigned char +-#define UINT32 unsigned long ++#define UINT32 uint32_t + + struct MD5Context { + UINT32 buf[4]; diff --git a/pilot-link.spec b/pilot-link.spec index a22c58e..5db87b1 100644 --- a/pilot-link.spec +++ b/pilot-link.spec @@ -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 @@ Patch4: pilot-link-0.12.1-var.patch 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 @@ need to install pilot-link-devel. %patch5 -p1 -b .typo %patch6 -p1 -b .open %patch7 -p1 -b .NR70V +%patch8 -p1 -b .md5 %build autoreconf -is @@ -176,6 +178,9 @@ rm -rf %{buildroot} %{_datadir}/aclocal/*.m4 %changelog +* Tue Dec 11 2007 Ivana Varekova - 2:0.12.2-11 +- fix md5 header file (#403641) + * Thu Dec 6 2007 Ivana Varekova - 2:0.12.2-10 - change hal rules