From 65715c27bc4b555bb1b49237483c5af21f5852e9 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 08:56:02 +0000 Subject: [PATCH] auto-import changelog data from mutt-1.4-3.src.rpm Fri Jun 14 2002 Bill Nottingham 1.4-3 - rebuild against new slang Wed May 29 2002 Nalin Dahyabhai 1.4-2 - forcibly enable SSL and GSSAPI support Wed May 29 2002 Bill Nottingham 1.4-1 - whoa, 1.4. Sun May 26 2002 Tim Powers - automated rebuild Thu May 16 2002 Bill Nottingham - autoconf fun Wed Jan 09 2002 Tim Powers - automated rebuild --- .cvsignore | 2 +- mutt.spec | 52 +++++++++++++++++++++++++++++++++++----------------- sources | 2 +- 3 files changed, 37 insertions(+), 19 deletions(-) diff --git a/.cvsignore b/.cvsignore index 6fb859e..b12c506 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -mutt-1.2.5.1.tar.gz +mutt-1.4i.tar.gz urlview-0.9.tar.gz diff --git a/mutt.spec b/mutt.spec index 07ef183..9501847 100644 --- a/mutt.spec +++ b/mutt.spec @@ -1,22 +1,19 @@ Summary: A text mode mail user agent. Name: mutt %define uversion 0.9 -Version: 1.2.5.1 -Release: 1 +Version: 1.4 +Release: 3 Serial: 5 -Copyright: GPL +License: GPL Group: Applications/Internet -Source: ftp://ftp.mutt.org/pub/mutt/mutt-%{version}.tar.gz +Source: ftp://ftp.mutt.org/pub/mutt/mutt-%{version}i.tar.gz Source2: ftp://ftp.mutt.org/pub/mutt/contrib/urlview-%{uversion}.tar.gz Source1: mutt_ldap_query Source3: mutt-colors -Patch0: mutt-nosetgid.patch +Patch0: mutt-1.4-nosetgid.patch Patch1: mutt-default.patch -Patch4: mutt-md5.patch -Patch5: mutt-1.2.5-imap.patch -Patch6: mutt-1.2.5-muttbug-tmp.patch -Patch7: mutt-1.2.5-gssapi-autoconf.patch -Patch8: mutt-1.2.5i-man.patch +Patch2: mutt-1.2.5-muttbug-tmp.patch +Patch3: mutt-1.2.5.1-autosplat.patch Patch10: urlview-0.9-default.patch Patch11: urlview.diff Url: http://www.mutt.org/ @@ -28,7 +25,7 @@ Conflicts: mutt-us Provides: mutt-i %{!?nossl:BuildPrereq: openssl-devel} %{!?nokerberos:BuildPrereq: krb5-devel} -BuildPrereq: /usr/sbin/sendmail slang-devel +BuildPrereq: /usr/sbin/sendmail slang-devel /usr/bin/autoconf-2.13 /usr/bin/automake-1.4 %description Mutt is a text-mode mail user agent. Mutt supports color, threading, @@ -40,25 +37,28 @@ you are going to use. %prep %setup -n mutt-%{version} -q -a 2 +# Thou shalt use fcntl, and only fcntl %patch0 -p1 -b .nosetgid +# Something to make default colors work right. +# fixme: make sure this is still needed %patch1 -p1 -b .default -%patch4 -p1 -b .md5-argh -%patch5 -p1 -b .imap -%patch6 -p1 -b .tmp -%patch7 -p1 -b .auto -%patch8 -p1 +# use mktemp -d in muttbug +%patch2 -p1 -b .tmp +# versioned automake/autoconf +%patch3 -p1 -b .autosplat %patch10 -p0 -b .default %patch11 -p0 -b .build install -m644 %{SOURCE1} mutt_ldap_query %build export -n LINGUAS -CFLAGS="$RPM_OPT_FLAGS" ./prepare --prefix=%{_prefix} \ +CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} \ --with-sharedir=/etc --sysconfdir=/etc \ --with-docdir=%{_docdir}/mutt-%{version} \ --with-mandir=%{_mandir} \ --with-infodir=%{_infodir} \ --enable-pop --enable-imap \ + --with-sasl \ %{!?nossl:--with-ssl} \ %{!?nokerberos:--with-gss=/usr/kerberos} \ --disable-warnings --with-slang --disable-domain \ @@ -135,6 +135,24 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/muttrc.* %changelog +* Fri Jun 14 2002 Bill Nottingham 1.4-3 +- rebuild against new slang + +* Wed May 29 2002 Nalin Dahyabhai 1.4-2 +- forcibly enable SSL and GSSAPI support + +* Wed May 29 2002 Bill Nottingham 1.4-1 +- whoa, 1.4. + +* Sun May 26 2002 Tim Powers +- automated rebuild + +* Thu May 16 2002 Bill Nottingham +- autoconf fun + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + * Tue Jan 1 2002 Bill Nottingham - update to 1.2.5.1 diff --git a/sources b/sources index 3fec679..da4d760 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -2ede4b04ad0a4c8ecdbaa322f416a8c6 mutt-1.2.5.1.tar.gz +a67bcdf1a1cd53d61ccd3ebf3993ba59 mutt-1.4i.tar.gz 67731f73e69297ffd106b65c8aebb2ab urlview-0.9.tar.gz