rpms/nmh/devel nmh-1.1-annotate.patch,NONE,1.1 nmh.spec,1.9,1.10

Josh Bressers (bressers) fedora-extras-commits at redhat.com
Tue Dec 13 04:00:26 UTC 2005


Author: bressers

Update of /cvs/extras/rpms/nmh/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24705/devel

Modified Files:
	nmh.spec 
Added Files:
	nmh-1.1-annotate.patch 
Log Message:
Fix repl's annotate.


nmh-1.1-annotate.patch:

--- NEW FILE nmh-1.1-annotate.patch ---
--- nmh-orig/uip/sendsbr.c	2005-12-12 15:51:52.000000000 -0500
+++ nmh/uip/sendsbr.c	2005-12-12 15:53:27.000000000 -0500
@@ -1020,7 +1020,7 @@
 	if (is_selected(mp, msgnum)) {
 	    if (debugsw)
 		advise (NULL, "annotate message %d", msgnum);
-	    annotate (m_name (msgnum), annotext, cp, inplace, 1, 0, 0);
+	    annotate (m_name (msgnum), annotext, cp, inplace, 1, -1, 0);
 	}
     }
 


Index: nmh.spec
===================================================================
RCS file: /cvs/extras/rpms/nmh/devel/nmh.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- nmh.spec	5 Dec 2005 22:07:03 -0000	1.9
+++ nmh.spec	13 Dec 2005 04:00:24 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           nmh
 Version:        1.1
-Release:        12.fc5
+Release:        13.fc5
 Summary:        A capable mail handling system with a command line interface.
 
 Group:          Applications/Internet
@@ -10,6 +10,7 @@
 Patch0:         nmh-1.1-makefile.patch
 Patch1:         nmh-1.1-lock_file.patch
 Patch2:         nmh-1.1-empty-content-type.patch
+Patch3:         nmh-1.1-annotate.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:    libtermcap-devel
 BuildRequires:  db4-devel
@@ -32,6 +33,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p0
+%patch3 -p1
 
 
 %build
@@ -66,6 +68,9 @@
 %doc docs/TODO docs/README* COPYRIGHT
 
 %changelog
+* Mon Dec 12 2005 Josh Bressers <bressers at redhat.com> 0:1.1-13.fc5
+- Add a patch to allow repl to properly annotate messages.
+
 * Mon Dec 05 2005 Josh Bressers <bressers at redhat.com> 0:1.1-12.fc5
 - Add a buildrequires on /bin/vi
 - Modify the sendmail buildrequires to use /usr/sbin/sendmail




More information about the scm-commits mailing list