fix md5 header file
This commit is contained in:
parent
040e487953
commit
7a7db2ac20
15
pilot-link-0.12.3-md5.patch
Normal file
15
pilot-link-0.12.3-md5.patch
Normal 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];
|
@ -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 @@ ExcludeArch: s390 s390x
|
||||
#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 @@ need to install pilot-link-devel.
|
||||
#%patch3 -p1 -b .malsync
|
||||
%endif
|
||||
%patch6 -p1 -b .open
|
||||
%patch7 -p1 -b .md5
|
||||
|
||||
%build
|
||||
autoreconf -is
|
||||
@ -154,6 +156,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/aclocal/*.m4
|
||||
|
||||
%changelog
|
||||
* Tue Dec 11 2007 Ivana Varekova <varekova@redhat.com> - 2:0.12.3-3
|
||||
- fix md5 header file
|
||||
|
||||
* Thu Nov 22 2007 Ivana Varekova <varekova@redhat.com> - 2:0.12.3-1
|
||||
- update to 0.12.3
|
||||
- remove static libraries
|
||||
|
Loading…
Reference in New Issue
Block a user