diff --git a/mailutils-3.5.tar.xz b/mailutils-3.5.tar.xz deleted file mode 100644 index ac90222..0000000 --- a/mailutils-3.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bac687b5fdb139fcc569dd2f32f21663cc95e378e721b69488963b347839a2f3 -size 2742824 diff --git a/mailutils-3.7.tar.xz b/mailutils-3.7.tar.xz new file mode 100644 index 0000000..2f747c3 --- /dev/null +++ b/mailutils-3.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187258d3848fe70201f85f7d9e0f3d3243d46faa0d342af39f2db834a8968abf +size 2846864 diff --git a/mailutils.changes b/mailutils.changes index fef580a..76d82e2 100644 --- a/mailutils.changes +++ b/mailutils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Oct 30 10:27:43 UTC 2019 - Ondřej Súkup + +- update to 3.7 +- enable python3 instead of python2 + * Support for the new mailbox format - dotmail + * Improve automatic mailbox format detection + * Rewrite mailcap (RFC1524) support + * imap4d: SEARCH command + * Improved SEARCH BODY and SEARCH TEXT commands + * Fixes in the 'mail' utility + * New mailbox notation @ + * Sender addresses in message sets + * Fixes in IMAP client library + ------------------------------------------------------------------- Fri Nov 30 08:41:21 UTC 2018 - Dr. Werner Fink diff --git a/mailutils.spec b/mailutils.spec index 5f3a92d..b036a04 100644 --- a/mailutils.spec +++ b/mailutils.spec @@ -1,7 +1,7 @@ # # spec file for package mailutils # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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/ # @@ -24,14 +24,14 @@ %define somajor 5 Name: mailutils -Version: 3.5 +Version: 3.7 Release: 0 Summary: GNU Mailutils License: LGPL-3.0-or-later AND GPL-3.0-or-later Group: Productivity/Networking/Email/Clients Url: https://mailutils.org/ Source: ftp://ftp.gnu.org/gnu/mailutils/%{name}-%{version}.tar.xz -Source1: %{name}-%{version}-guile-2.0.tar.xz +Source1: %{name}-3.5-guile-2.0.tar.xz Source2: %{name}-rpmlintrc Patch0: lisp-load-silent.patch Patch2: silent-rpmlint-with_initgroups.patch @@ -61,15 +61,11 @@ BuildRequires: pkgconfig(gnutls) BuildRequires: pkgconfig(krb5-gssapi) BuildRequires: pkgconfig(kyotocabinet) BuildRequires: pkgconfig(libgsasl) -%if 0 # Does not compile due API changes -BuildRequires: pkgconfig(python3) -%else -BuildRequires: pkgconfig(python) -%endif BuildRequires: readline-devel BuildRequires: tcpd-devel BuildRequires: update-alternatives +BuildRequires: pkgconfig(python3) Requires: guile = %(rpm -q --queryformat '%%{VERSION}' guile-devel) Requires(post): update-alternatives Requires(preun): update-alternatives @@ -399,11 +395,12 @@ fi %{_libexecdir}/mailutils/mailutils-* %dir %{_libexecdir}/python*/site-packages/mailutils/ %{_libexecdir}/python*/site-packages/mailutils/*.p* +%dir %{_libexecdir}/python*/site-packages/mailutils/__pycache__/ +%{_libexecdir}/python*/site-packages/mailutils/__pycache__/* %dir %{_libdir}/mailutils/ %{_libdir}/mailutils/*.so %dir %{_libdir}/python*/site-packages/mailutils/ %{_libdir}/python*/site-packages/mailutils/c_api.so - %files mh %defattr(-,root,root) %dir %{_bindir}/mu-mh/