Accepting request 744078 from home:mimi_vx:branches:server:mail

- 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

OBS-URL: https://build.opensuse.org/request/show/744078
OBS-URL: https://build.opensuse.org/package/show/server:mail/mailutils?expand=0&rev=22
This commit is contained in:
Dr. Werner Fink 2019-10-30 11:00:48 +00:00 committed by Git OBS Bridge
parent 8176be2022
commit 74161c8a8d
4 changed files with 25 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bac687b5fdb139fcc569dd2f32f21663cc95e378e721b69488963b347839a2f3
size 2742824

3
mailutils-3.7.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:187258d3848fe70201f85f7d9e0f3d3243d46faa0d342af39f2db834a8968abf
size 2846864

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Oct 30 10:27:43 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- 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 <werner@suse.de>

View File

@ -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/