rpms/nmh/devel .cvsignore, 1.2, 1.3 nmh-1.1-inc_install.patch, 1.1, 1.2 nmh.spec, 1.18, 1.19 sources, 1.2, 1.3 nmh-1.1-annotate.patch, 1.1, NONE nmh-1.1-context_read.patch, 1.1, NONE nmh-1.1-empty-content-type.patch, 1.1, NONE nmh-1.1-lock_file.patch, 1.1, NONE nmh-1.1-makefile.patch, 1.1, NONE

Josh Bressers (bressers) fedora-extras-commits at redhat.com
Tue Jan 16 02:17:37 UTC 2007


Author: bressers

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

Modified Files:
	.cvsignore nmh-1.1-inc_install.patch nmh.spec sources 
Removed Files:
	nmh-1.1-annotate.patch nmh-1.1-context_read.patch 
	nmh-1.1-empty-content-type.patch nmh-1.1-lock_file.patch 
	nmh-1.1-makefile.patch 
Log Message:
Update nmh to a post 1.2 CVS release.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/nmh/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	15 Apr 2005 01:40:34 -0000	1.2
+++ .cvsignore	16 Jan 2007 02:17:07 -0000	1.3
@@ -1 +1 @@
-nmh-1.1.tar.gz
+nmh-1.2-20070115cvs.tar.gz

nmh-1.1-inc_install.patch:

Index: nmh-1.1-inc_install.patch
===================================================================
RCS file: /cvs/extras/rpms/nmh/devel/nmh-1.1-inc_install.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nmh-1.1-inc_install.patch	20 Feb 2006 01:28:43 -0000	1.1
+++ nmh-1.1-inc_install.patch	16 Jan 2007 02:17:07 -0000	1.2
@@ -1,11 +1,11 @@
---- uip/Makefile.in.orig	2006-02-19 20:12:52.000000000 -0500
-+++ uip/Makefile.in	2006-02-19 20:20:43.000000000 -0500
+--- uip/Makefile.in.orig	2005-12-24 12:17:38.000000000 -0500
++++ uip/Makefile.in	2007-01-15 20:49:42.000000000 -0500
 @@ -283,7 +283,7 @@
  # install commands with special installation needs (thus no $(SCMDS) use here)
  install-scmds:
  	if test x$(SETGID_MAIL) != x; then \
--	  $(INSTALL_PROGRAM) -g $(MAIL_SPOOL_GRP) -m 2755 inc ${DESTDIR}$(bindir)/$$cmd; \
-+	  $(INSTALL_PROGRAM)                 inc ${DESTDIR}$(bindir)/$$cmd; \
+-	  $(INSTALL_PROGRAM) -g $(MAIL_SPOOL_GRP) -m 2755 inc $(DESTDIR)$(bindir)/$$cmd; \
++	  $(INSTALL_PROGRAM) inc $(DESTDIR)$(bindir)/$$cmd; \
  	else \
- 	  $(INSTALL_PROGRAM)                 inc ${DESTDIR}$(bindir)/$$cmd; \
+ 	  $(INSTALL_PROGRAM)                 inc $(DESTDIR)$(bindir)/$$cmd; \
  	fi


Index: nmh.spec
===================================================================
RCS file: /cvs/extras/rpms/nmh/devel/nmh.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- nmh.spec	11 Jan 2007 01:56:43 -0000	1.18
+++ nmh.spec	16 Jan 2007 02:17:07 -0000	1.19
@@ -1,18 +1,13 @@
 Name:           nmh
-Version:        1.1
-Release:        20%{?dist}
+Version:        1.2
+Release:        20070115cvs.1%{?dist}
 Summary:        A capable mail handling system with a command line interface.
 
 Group:          Applications/Internet
 License:        BSD
 URL:            http://savannah.nongnu.org/projects/nmh
-Source0:        http://savannah.nongnu.org/download/nmh/nmh-1.1.tar.gz
-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
-Patch4:         nmh-1.1-context_read.patch
-Patch5:         nmh-1.1-inc_install.patch
+Source0:        nmh-1.2-20070115cvs.tar.gz
+Patch0:         nmh-1.1-inc_install.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  ncurses-devel
 BuildRequires:  db4-devel
@@ -31,14 +26,8 @@
 interface for it--nmh only has a command line interface.
 
 %prep
-%setup -q -n nmh
-%patch0 -p1
-%patch1 -p1
-%patch2 -p0
-%patch3 -p1
-%patch4 -p1
-%patch5 -p0
-
+%setup -q -n nmh-1.2-20070115cvs
+%patch0 -p0
 
 %build
 CFLAGS='-fno-builtin-strcasecmp'
@@ -73,6 +62,10 @@
 %doc docs/TODO docs/README* COPYRIGHT
 
 %changelog
+* Mon Jan 15 2007 Josh Bressers <bressers at redhat.com> 0:1.2_CVS_20070115
+- Update to nmh 1.2 post CVS (thanks to Horst H. von Brand for assistance
+  in this task)
+
 * Wed Jan 10 2007 Josh Bressers <bressers at redhat.com> 0:1.1-20
 - Replace the libtermcap-devel buildrequires with ncurses-devel
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nmh/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	15 Apr 2005 01:40:34 -0000	1.2
+++ sources	16 Jan 2007 02:17:07 -0000	1.3
@@ -1 +1 @@
-060647c9c60514a2a86f7f194c830096  nmh-1.1.tar.gz
+353dbe1e1022de675816a6fd96ff56ba  nmh-1.2-20070115cvs.tar.gz


--- nmh-1.1-annotate.patch DELETED ---


--- nmh-1.1-context_read.patch DELETED ---


--- nmh-1.1-empty-content-type.patch DELETED ---


--- nmh-1.1-lock_file.patch DELETED ---


--- nmh-1.1-makefile.patch DELETED ---




More information about the scm-commits mailing list