[nmh/f16] Update to version 1.5

Josh Bressers bressers at fedoraproject.org
Mon Jul 2 13:45:53 UTC 2012


commit a769235a693182d25940fca1956abed94a128dd3
Author: Josh Bressers <josh at bress.net>
Date:   Mon Jul 2 08:45:14 2012 -0500

    Update to version 1.5

 nmh-1.1-inc_install.patch |   11 -----------
 nmh.spec                  |   17 +++++++++++------
 sources                   |    2 +-
 3 files changed, 12 insertions(+), 18 deletions(-)
---
diff --git a/nmh.spec b/nmh.spec
index ebc7534..ffaf5c6 100644
--- a/nmh.spec
+++ b/nmh.spec
@@ -1,13 +1,12 @@
 Name:           nmh
-Version:        1.4
+Version:        1.5
 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.4.tar.gz
-Patch0:         nmh-1.1-inc_install.patch
+Source0:        nmh-1.5.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  ncurses-devel
 BuildRequires:  db4-devel
@@ -26,14 +25,14 @@ 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.4
-%patch0 -p0
+%setup -q -n nmh-1.5
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -fno-builtin-strcasecmp"
 %configure \
             --sysconfdir=%{_sysconfdir}/nmh \
             --libdir=%{_libexecdir}/nmh \
+            --docdir=%{_datadir}/doc/nmh-%{version} \
             --with-locking=fcntl \
             --enable-pop
 make
@@ -59,12 +58,18 @@ rm -rf $RPM_BUILD_ROOT
 %{_libexecdir}/nmh/*
 %{_mandir}/man[851]/*
 %doc docs/COMPLETION-* docs/DIFFERENCES docs/FAQ docs/MAIL.FILTERING VERSION
-%doc docs/TODO docs/README* COPYRIGHT
+%doc docs/TODO docs/README* COPYRIGHT docs/contrib/
 
 %changelog
+* Thu Jun 22 2012 David Levine <levinedl at acm.org> 0:1.5-1
+- Update nmh to 1.5
+
 * 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
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 00e07cc..222da1b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ef55286a821c53dc52b8974977c011ca  nmh-1.4.tar.gz
+5a7bc5a157f4428f7660bb882e842375  nmh-1.5.tar.gz


More information about the scm-commits mailing list