From 5c5d6557deccc94a1748969fc17f88be83529859 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:33:17 +0000 Subject: [PATCH] auto-import changelog data from pilot-link-0.11.8-7.src.rpm Tue Jul 27 2004 Than Ngo 0.11.8-7 - add patch to fix problem in loading data into Palm --- pilot-link.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/pilot-link.spec b/pilot-link.spec index f4bfbd3..d4f0e51 100644 --- a/pilot-link.spec +++ b/pilot-link.spec @@ -4,15 +4,15 @@ Summary: File transfer utilities between Linux and PalmPilots. Name: pilot-link Version: 0.11.8 -Release: 6 +Release: 7 Source: pilot-link-%{version}.tar.bz2 Url: http://www.pilot-link.org/ Patch1: pilot-link-0.11.0-perlmd5.patch Patch2: pilot-link-0.11.0-perlpollute.patch Patch3: pilot-link-0.11.2-malsync.patch -Patch4: pilot-link-0.11.8-libpng.patch Patch5: pilot-link-0.11.8-misc.patch Patch6: pilot-link-0.11.8-size.patch +Patch7: pilot-link-0.11.8-readfile.patch Epoch: 1 License: GPL Group: Applications/Communications @@ -62,8 +62,9 @@ need to install pilot-link-devel. %patch2 -p1 -b .perlpollute %patch3 -p1 -b .malsync %endif -%patch4 -p1 -b .libpng %patch5 -p1 -b .misc +%patch6 -p1 -b .size +%patch7 -p1 -b .read %build CFLAGS="$RPM_OPT_FLAGS" %configure \ @@ -106,6 +107,9 @@ fi # remove files we don't want to include rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la +# remove broken prog +rm -f %{buildroot}%{_bindir}/pilot-prc + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -133,6 +137,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/*.m4 %changelog +* Tue Jul 27 2004 Than Ngo 0.11.8-7 +- add patch to fix problem in loading data into Palm + * Wed Jun 30 2004 Than Ngo 0.11.8-6 - add fix to avoid an out-of bounds array access - add buildprereq on readline-devel, libpng-devel, bug #111119