Hello community, here is the log from the commit of package nmh for openSUSE:Factory checked in at 2015-03-27 09:40:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nmh (Old) and /work/SRC/openSUSE:Factory/.nmh.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nmh" Changes: -------- --- /work/SRC/openSUSE:Factory/nmh/nmh.changes 2013-12-10 09:34:48.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.nmh.new/nmh.changes 2015-03-27 09:40:38.000000000 +0100 @@ -1,0 +2,10 @@ +Fri Mar 6 10:23:19 UTC 2015 - [email protected] + +- Update to version 1.6 + * The NEWS file contains an increased number of changes; please + read it for news +- Update home Url to point Savannah's project page +- Use download Url as source +- Remove depreciated AUTHORS section + +------------------------------------------------------------------- Old: ---- nmh-1.5.tar.gz New: ---- nmh-1.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nmh.spec ++++++ --- /var/tmp/diff_new_pack.N6KPov/_old 2015-03-27 09:40:39.000000000 +0100 +++ /var/tmp/diff_new_pack.N6KPov/_new 2015-03-27 09:40:39.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package nmh # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,13 +25,13 @@ Requires: smtp_daemon Provides: mh Obsoletes: mh <= 6.8.4 -Version: 1.5 +Version: 1.6 Release: 0 Summary: Unix Mail Handler License: BSD-3-Clause Group: Productivity/Networking/Email/Clients -Url: http://www.mhost.com/nmh/ -Source0: %{name}-%{version}.tar.gz +Url: hhttp://www.nongnu.org/nmh/ +Source0: http://download.savannah.nongnu.org/releases/nmh/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -47,38 +47,26 @@ prompt or write custom scripts that use these commands in flexible ways. - - -Authors: --------- - Richard Coleman <[email protected]> - Dan Harkless <[email protected]> - Shantonu Sen <[email protected]> - Doug Morris <[email protected]> - de Rooij <[email protected]> - Oliver Kiddle <[email protected]> - %prep %setup -q %build -CFLAGS="$RPM_OPT_FLAGS" \ -%configure --libdir=/usr/lib/%name \ +%configure --libdir=%{_libexecdir}/%name \ --docdir=%_defaultdocdir/%name \ - --sysconfdir=/etc/nmh \ + --sysconfdir=%{_sysconfdir}/nmh \ --enable-pop \ --with-pager=/usr/bin/less make %install -make CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT install +make DESTDIR=$RPM_BUILD_ROOT install %files %defattr(-,root,root) -/usr/bin/* -/usr/lib/nmh -%dir /etc/nmh/ -%config /etc/nmh/* +%{_bindir}/* +%{_libexecdir}/%name +%dir %{_sysconfdir}/nmh +%config %{_sysconfdir}/nmh/* %{_mandir}/man*/* %_defaultdocdir/%name ++++++ nmh-1.5.tar.gz -> nmh-1.6.tar.gz ++++++ ++++ 112331 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
