- fix md5 header file (#403641)

This commit is contained in:
Ivana Varekova 2007-12-11 08:12:36 +00:00
parent 3d546f531a
commit e025ff1bbf
2 changed files with 21 additions and 1 deletions

View File

@ -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 <stdint.h>
+
#define UINT8 unsigned char
-#define UINT32 unsigned long
+#define UINT32 uint32_t
struct MD5Context {
UINT32 buf[4];

View File

@ -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 <varekova@redhat.com> - 2:0.12.2-11
- fix md5 header file (#403641)
* Thu Dec 6 2007 Ivana Varekova <varekova@redhat.com> - 2:0.12.2-10
- change hal rules