rpms/mutt/F-8 mutt-1.5.17-manual.patch, NONE, 1.1 .cvsignore, 1.16, 1.17 mutt.spec, 1.49, 1.50 sources, 1.16, 1.17 mutt-1.5.16-manual.patch, 1.1, NONE mutt-1.5.16-md5.patch, 1.2, NONE

Miroslav Lichvar (mlichvar) fedora-extras-commits at redhat.com
Thu Nov 8 13:38:14 UTC 2007


Author: mlichvar

Update of /cvs/pkgs/rpms/mutt/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10596

Modified Files:
	.cvsignore mutt.spec sources 
Added Files:
	mutt-1.5.17-manual.patch 
Removed Files:
	mutt-1.5.16-manual.patch mutt-1.5.16-md5.patch 
Log Message:
- update to 1.5.17


mutt-1.5.17-manual.patch:

--- NEW FILE mutt-1.5.17-manual.patch ---
diff -up mutt-1.5.17/doc/Makefile.in.manual mutt-1.5.17/doc/Makefile.in
--- mutt-1.5.17/doc/Makefile.in.manual	2007-11-01 20:13:14.000000000 +0100
+++ mutt-1.5.17/doc/Makefile.in	2007-11-02 13:00:53.000000000 +0100
@@ -481,10 +481,9 @@ muttrc.man: ../makedoc$(EXEEXT) $(top_sr
 mutt.1: $(srcdir)/mutt.man
 	$(EDIT) $(srcdir)/mutt.man > $@
 
-stamp-doc-xml: $(top_srcdir)/makedoc.c $(top_srcdir)/makedoc-defs.h $(top_srcdir)/init.h \
+stamp-doc-xml: ../makedoc$(EXEEXT) $(top_srcdir)/makedoc-defs.h $(top_srcdir)/init.h \
                manual.xml.head $(top_srcdir)/functions.h $(top_srcdir)/OPS* manual.xml.tail \
                $(srcdir)/gen-map-doc $(top_srcdir)/VERSION $(top_srcdir)/ChangeLog
-	$(MAKE) ../makedoc$(EXEEXT) # we do not want to rebuild the documentation in tarball builds
 	( date=`head -n 1 $(top_srcdir)/ChangeLog | LC_ALL=C cut -d ' ' -f 1` && \
 	  sed -e "s/@VERSION\@/`cat $(top_srcdir)/VERSION` ($$date)/" $(srcdir)/manual.xml.head && \
 	  $(MAKEDOC_CPP) $(top_srcdir)/init.h | ../makedoc -s && \
diff -up mutt-1.5.17/init.h.manual mutt-1.5.17/init.h
--- mutt-1.5.17/init.h.manual	2007-10-31 18:48:52.000000000 +0100
+++ mutt-1.5.17/init.h	2007-11-02 13:00:53.000000000 +0100
@@ -19,7 +19,6 @@
 
 #ifdef _MAKEDOC
 # include "config.h"
-# include "makedoc-defs.h"
 #else
 # include "sort.h"
 #endif


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mutt/F-8/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	11 Jul 2007 08:21:37 -0000	1.16
+++ .cvsignore	8 Nov 2007 13:37:41 -0000	1.17
@@ -1 +1 @@
-mutt-1.5.16.tar.gz
+mutt-1.5.17.tar.gz


Index: mutt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mutt/F-8/mutt.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- mutt.spec	17 Sep 2007 12:20:52 -0000	1.49
+++ mutt.spec	8 Nov 2007 13:37:41 -0000	1.50
@@ -1,7 +1,7 @@
 Summary: A text mode mail user agent
 Name: mutt
-Version: 1.5.16
-Release: 4%{?dist}
+Version: 1.5.17
+Release: 1%{?dist}
 Epoch: 5
 # The entire source code is GPLv2+ except
 # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain
@@ -9,10 +9,9 @@
 Group: Applications/Internet
 Source: ftp://ftp.mutt.org/pub/mutt/devel/mutt-%{version}.tar.gz
 Source1: mutt_ldap_query
-Patch1: mutt-1.5.16-md5.patch
 Patch2: mutt-1.5.13-nodotlock.patch
 Patch3: mutt-1.5.16-muttrc.patch
-Patch4: mutt-1.5.16-manual.patch
+Patch4: mutt-1.5.17-manual.patch
 Url: http://www.mutt.org/
 Requires: mailcap urlview
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -21,7 +20,6 @@
 BuildRequires: libidn-devel gettext
 # required to build documentation
 BuildRequires: docbook-style-xsl libxslt lynx
-BuildRequires: automake autoconf
 
 %description
 Mutt is a small but very powerful text-based MIME mail client.  Mutt
@@ -32,8 +30,6 @@
 
 %prep
 %setup -q
-%patch1 -p1 -b .md5
-./prepare -V
 # Thou shalt use fcntl, and only fcntl
 %patch2 -p1 -b .nodl
 %patch3 -p1 -b .muttrc
@@ -101,6 +97,9 @@
 %{_mandir}/man5/muttrc.*
 
 %changelog
+* Fri Nov 02 2007 Miroslav Lichvar <mlichvar at redhat.com> 5:1.5.17-1
+- update to 1.5.17
+
 * Mon Sep 17 2007 Miroslav Lichvar <mlichvar at redhat.com> 5:1.5.16-4
 - fix md5 on big-endian systems
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mutt/F-8/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	11 Jul 2007 08:21:38 -0000	1.16
+++ sources	8 Nov 2007 13:37:41 -0000	1.17
@@ -1 +1 @@
-10eff7024dbb7ce1f773d688a69ea9db  mutt-1.5.16.tar.gz
+49387458be0cb52b85ae0d73af699aae  mutt-1.5.17.tar.gz


--- mutt-1.5.16-manual.patch DELETED ---


--- mutt-1.5.16-md5.patch DELETED ---




More information about the fedora-extras-commits mailing list