From 137f493004732c9b8e381b0363a6730bf0bf6295 Mon Sep 17 00:00:00 2001 From: Joshua Daniel Franklin Date: Nov 09 2007 20:44:56 +0000 Subject: update to latest --- diff --git a/.cvsignore b/.cvsignore index a975379..419e120 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -alpine-0.9999.tar.bz2 +alpine-0.99999.tar.bz2 diff --git a/alpine.spec b/alpine.spec index 340ff52..0f50d90 100644 --- a/alpine.spec +++ b/alpine.spec @@ -2,14 +2,14 @@ Summary: UW Alpine mail user agent Name: alpine -Version: 0.9999 -Release: 4%{?dist} +Version: 0.99999 +Release: 2%{?dist} License: Apache Software License Group: Applications/Internet URL: http://www.washington.edu/alpine -#Source0: ftp://ftp.cac.washington.edu/alpine/%{name}-%{version}.tar.bz2 -# removed cc5.sol problem file, see BZ for details +# FTP: ftp://ftp.cac.washington.edu/alpine/ +# SVN: https://svn.cac.washington.edu/public/alpine/snapshots/ Source0: %{name}-%{version}.tar.bz2 Requires: /usr/sbin/sendmail aspell mailcap @@ -50,7 +50,6 @@ GNU Build System's autotools. %prep %setup -q -chmod -x alpine/arg.c pico/main.c %build touch imap/ip6 @@ -91,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/rpdump.1* %changelog +* Thu Nov 09 2007 Joshua Daniel Franklin 0.99999-2 +- update to latest + * Thu Oct 25 2007 Rex Dieter