From cf70a16898723f548702121d532bab7bcc404c09d85b6561469df3a480481c8e Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Fri, 30 Jun 2023 10:30:37 +0000 Subject: [PATCH] - Update to version 1.8.0 * Support for Content-MD5 header fields, MIME content cache functionality, and the message/partial MIME type have been removed. * Gmail OAuth2/XOAUTH support for desktop applications has been effectively dropped, so nmh no longer supports it. * nmh support for Gmail API access is experimental, please post to nmh-workers@nongnu.org if you'd like to help with test and development. * repl(1) -convertargs now allows editing of the composition draft between translation and any encoding of text content. Because encoding can wrap long lines, the use of a paragraph formatter has been removed from mhn.defaults. OBS-URL: https://build.opensuse.org/package/show/server:mail/nmh?expand=0&rev=11 --- nmh-1.7.1.tar.gz | 3 --- nmh-1.7.1.tar.gz.sig | Bin 543 -> 0 bytes nmh-1.8.tar.gz | 3 +++ nmh-1.8.tar.gz.sig | Bin 0 -> 119 bytes nmh.changes | 17 +++++++++++++++++ nmh.spec | 12 ++++++------ reproducible.patch | 20 ++++++++------------ 7 files changed, 34 insertions(+), 21 deletions(-) delete mode 100644 nmh-1.7.1.tar.gz delete mode 100644 nmh-1.7.1.tar.gz.sig create mode 100644 nmh-1.8.tar.gz create mode 100644 nmh-1.8.tar.gz.sig diff --git a/nmh-1.7.1.tar.gz b/nmh-1.7.1.tar.gz deleted file mode 100644 index 9ff7a1a..0000000 --- a/nmh-1.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1fb94bbf7d95fcd43277c7cfda55633a047187f57afc6c1bb9321852bd07c11 -size 1400083 diff --git a/nmh-1.7.1.tar.gz.sig b/nmh-1.7.1.tar.gz.sig deleted file mode 100644 index 93bcaecbdf174750037681fe4c501bca2c3c4b994704cc7c28a7e050d96b5d85..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 543 zcmV+)0^t3L0vrSY0SEvF1p->0=`R2Z2@q`K+ff60LDQ`k5CEK*Jq$^LkMnFa#l>|; zE9F_5d&AaN;&C)le=FcV$d?J$F@O4y>)P3x!VO~!1P_TJt7Tiq?drbHh;uu#tA*%T zD5xs6BY@x5tY?Hbk-kJ>6$IW51mM@RHMFxB5~ao}NLD&pOiTt6d=?HXGM+A)la!dj?SMo4xk1QlZke@x3k3EhRGHtrbr-DK@@`2RV+bQtJ@u`KHlUAJyiO#I2IG}6nHeM;0?Ixfy ztmIgpzNK#k+uibW_u49C1-r4ql95jd`mE3e*d3B zV`YZUfGz0^P7^F#N_Cq42yVH;X#uuNaS4OV&Z`AbbYn)O-kHB1kA#fVYfwGkuc{5u hEP(6PA@G1#8=o?YC&Rpmg4h|!5UR|#N4haQgUFE)26O-b diff --git a/nmh-1.8.tar.gz b/nmh-1.8.tar.gz new file mode 100644 index 0000000..3b8e6bc --- /dev/null +++ b/nmh-1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366ce0ce3f9447302f5567009269c8bb3882d808f33eefac85ba367e875c8615 +size 1513206 diff --git a/nmh-1.8.tar.gz.sig b/nmh-1.8.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..094fa64f19e5800be5360edf48852aeaf429e2547704327acf1141847b469eec GIT binary patch literal 119 zcmeAuWnmEGVvrS6WI5lzr2Z=R8Mkwu#ut9xxf&9=NK6t ze`&sI^!$8c_g3Bjv&SdY79XgZWbpmxyYoCop0-a|8yFdu&R+K~DAnh4LMg|(BgvIV VuG$HQT-%WrVHWaxiNoTni~!$QIa2@t literal 0 HcmV?d00001 diff --git a/nmh.changes b/nmh.changes index 8867d28..7d44a71 100644 --- a/nmh.changes +++ b/nmh.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Jun 30 10:23:07 UTC 2023 - Reinhard Max + +- Update to version 1.8.0 + * Support for Content-MD5 header fields, MIME content cache + functionality, and the message/partial MIME type have been + removed. + * Gmail OAuth2/XOAUTH support for desktop applications has been + effectively dropped, so nmh no longer supports it. + * nmh support for Gmail API access is experimental, please post + to nmh-workers@nongnu.org if you'd like to help with test and + development. + * repl(1) -convertargs now allows editing of the composition + draft between translation and any encoding of text content. + Because encoding can wrap long lines, the use of a paragraph + formatter has been removed from mhn.defaults. + ------------------------------------------------------------------- Mon Jul 23 09:27:26 UTC 2018 - bwiedemann@suse.com diff --git a/nmh.spec b/nmh.spec index 7cd2433..bf48d9a 100644 --- a/nmh.spec +++ b/nmh.spec @@ -1,7 +1,7 @@ # # spec file for package nmh # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -25,12 +25,12 @@ Requires: less Requires: smtp_daemon Provides: mh Obsoletes: mh <= 6.8.4 -Version: 1.7.1 +Version: 1.8 Release: 0 Summary: Unix Mail Handler License: BSD-3-Clause Group: Productivity/Networking/Email/Clients -Url: https://www.nongnu.org/nmh/ +URL: https://www.nongnu.org/nmh/ Source0: https://download.savannah.nongnu.org/releases/nmh/%{name}-%{version}.tar.gz Source1: https://download.savannah.nongnu.org/releases/nmh/%{name}-%{version}.tar.gz.sig Source2: %{name}.keyring @@ -53,7 +53,7 @@ ways. %prep %setup -q -%patch0 -p1 +%patch0 %build export HOSTNAME=OBS # for boo#1084909 @@ -65,7 +65,7 @@ export HOSTNAME=OBS # for boo#1084909 make %install -make DESTDIR=$RPM_BUILD_ROOT install +make DESTDIR=$RPM_BUILD_ROOT install %files %defattr(-,root,root) diff --git a/reproducible.patch b/reproducible.patch index 240010a..7c527fe 100644 --- a/reproducible.patch +++ b/reproducible.patch @@ -10,10 +10,8 @@ and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable. This date call only works with GNU date. -Index: nmh-1.7.1/config/version.sh -=================================================================== ---- nmh-1.7.1.orig/config/version.sh -+++ nmh-1.7.1/config/version.sh +--- config/version.sh.orig ++++ config/version.sh @@ -6,13 +6,13 @@ set -e @@ -30,16 +28,14 @@ Index: nmh-1.7.1/config/version.sh cat <