[nmh] Update nmh to version 1.4

Josh Bressers bressers at fedoraproject.org
Sun Jan 15 19:02:54 UTC 2012


commit e3025348bd7e194a708a820aeed9eb6861e544fc
Author: Josh Bressers <bressers at redhat.com>
Date:   Sun Jan 15 14:02:30 2012 -0500

    Update nmh to version 1.4

 nmh-1.1-inc_install.patch |    8 ++++----
 nmh.spec                  |   11 +++++++----
 sources                   |    2 +-
 3 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/nmh-1.1-inc_install.patch b/nmh-1.1-inc_install.patch
index afa7eeb..8842a34 100644
--- a/nmh-1.1-inc_install.patch
+++ b/nmh-1.1-inc_install.patch
@@ -1,11 +1,11 @@
---- 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 @@
+--- uip/Makefile.in.orig	2012-01-15 12:43:38.918366326 -0500
++++ uip/Makefile.in	2012-01-15 12:47:10.092954671 -0500
+@@ -284,7 +284,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)                 inc $(DESTDIR)$(bindir)/$$cmd; \
  	else \
  	  $(INSTALL_PROGRAM)                 inc $(DESTDIR)$(bindir)/$$cmd; \
  	fi
diff --git a/nmh.spec b/nmh.spec
index eed9e45..2ccfa55 100644
--- a/nmh.spec
+++ b/nmh.spec
@@ -1,12 +1,12 @@
 Name:           nmh
-Version:        1.3
-Release:        5%{?dist}
+Version:        1.4
+Release:        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:        nmh-1.3.tar.gz
+Source0:        nmh-1.4.tar.gz
 Patch0:         nmh-1.1-inc_install.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  ncurses-devel
@@ -26,7 +26,7 @@ email user agent, you'll want to also install exmh to provide a user
 interface for it--nmh only has a command line interface.
 
 %prep
-%setup -q -n nmh-1.3
+%setup -q -n nmh-1.4
 %patch0 -p0
 
 %build
@@ -62,6 +62,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/TODO docs/README* COPYRIGHT
 
 %changelog
+* Sun Jan 15 2012 Josh Bressers <bressers at redhat.com> 0:1.4-1
+- Update nmh to 1.4
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 1a0835c..00e07cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a52d1f93e780d7a045207451ce6c9a4e  nmh-1.3.tar.gz
+ef55286a821c53dc52b8974977c011ca  nmh-1.4.tar.gz


More information about the scm-commits mailing list