Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11033118
D9026.id21706.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
25 KB
Referenced Files
None
Subscribers
None
D9026.id21706.diff
View Options
diff --git a/files/fix-mb-len-max.patch b/files/fix-mb-len-max.patch
new file mode 100644
--- /dev/null
+++ b/files/fix-mb-len-max.patch
@@ -0,0 +1,12 @@
+diff --git a/frm/frm.h b/frm/frm.h
+index 8c4005753..0a856e1b9 100644
+--- a/frm/frm.h
++++ b/frm/frm.h
+@@ -24,6 +24,7 @@
+ #include <unistd.h>
+ #include <fcntl.h>
+ #include <sys/types.h>
++#include <limits.h>
+ #ifdef HAVE_TERMIOS_H
+ # include <termios.h>
+ #endif
diff --git a/files/python3.patch b/files/python3.patch
new file mode 100644
--- /dev/null
+++ b/files/python3.patch
@@ -0,0 +1,13 @@
+--- configure
++++ configure
+@@ -33391,8 +33391,8 @@
+ esac
+
+ # See https://docs.python.org/dev/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build
+- PYTHON_LIBS=`$PYTHON_CONFIG --libs --embed 2>/dev/null` || \
+- PYTHON_LIBS=`$PYTHON_CONFIG --libs`
++ PYTHON_LIBS=`python-config --libs --embed 2>/dev/null` || \
++ PYTHON_LIBS=`python-config --libs`
+ PYTHON_INCLUDES=`$PYTHON_CONFIG --includes`
+ else
+ status_python=no
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : mailutils
-version : 3.4
-release : 6
+version : 3.9
+release : 7
source :
- - https://ftp.gnu.org/gnu/mailutils/mailutils-3.4.tar.xz : f39f528cf6eebc9a045658bd98c86619002f06df4664647e4f78e27e90c62173
+ - https://ftp.gnu.org/gnu/mailutils/mailutils-3.9.tar.xz : 5f736c63b4976c94eaeddadb94d9c257760e6cb2a9fa189cd59600aaa8703dbc
license :
- GPL-3.0
- LGPL-3.0
@@ -14,10 +14,15 @@
- pkgconfig(fribidi)
- pkgconfig(gnutls)
- pkgconfig(libpq)
+ - pkgconfig(python3)
+ - pkgconfig(krb5)
- gdbm-devel
- pam-devel
-clang : yes
setup : |
+ %patch -p1 < $pkgfiles/fix-mb-len-max.patch
+ patch -t -E < $pkgfiles/python3.patch
+ export PYTHON_CONFIG=/usr/bin/python3-config
+ export PYTHON=/usr/bin/python3
%configure --disable-static \
--enable-ipv6 \
--without-ldap \
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>mailutils</Name>
<Packager>
- <Name>F. von Gellhorn</Name>
- <Email>flinux@vongellhorn.ch</Email>
+ <Name>Albert Krenz</Name>
+ <Email>albert.krenz+solus@mailbox.org</Email>
</Packager>
<License>GPL-3.0</License>
<License>LGPL-3.0</License>
@@ -61,99 +61,102 @@
<Path fileType="executable">/usr/bin/mu-mh/whatnow</Path>
<Path fileType="executable">/usr/bin/mu-mh/whom</Path>
<Path fileType="executable">/usr/bin/popauth</Path>
+ <Path fileType="executable">/usr/bin/putmail</Path>
<Path fileType="executable">/usr/bin/readmsg</Path>
<Path fileType="executable">/usr/bin/sieve</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/__init__.pyo</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/address.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/address.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/address.pyo</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/attribute.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/attribute.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/attribute.pyo</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/auth.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/auth.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/auth.pyo</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/body.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/body.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/body.pyo</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/c_api.so</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/envelope.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/envelope.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/envelope.pyo</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/error.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/error.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/error.pyo</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/filter.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/filter.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/filter.pyo</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/folder.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/folder.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/folder.pyo</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/header.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/header.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/header.pyo</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/mailbox.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/mailbox.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/mailbox.pyo</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/mailcap.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/mailcap.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/mailcap.pyo</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/mailer.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/mailer.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/mailer.pyo</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/message.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/message.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/message.pyo</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/mime.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/mime.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/mime.pyo</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/nls.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/nls.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/nls.pyo</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/registrar.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/registrar.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/registrar.pyo</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/secret.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/secret.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/secret.pyo</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/sieve.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/sieve.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/sieve.pyo</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/stream.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/stream.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/stream.pyo</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/url.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/url.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/url.pyo</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/util.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/util.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/mailutils/util.pyo</Path>
- <Path fileType="library">/usr/lib64/libmailutils.so.5</Path>
- <Path fileType="library">/usr/lib64/libmailutils.so.5.0.5</Path>
- <Path fileType="library">/usr/lib64/libmu_auth.so.5</Path>
- <Path fileType="library">/usr/lib64/libmu_auth.so.5.0.5</Path>
- <Path fileType="library">/usr/lib64/libmu_dbm.so.5</Path>
- <Path fileType="library">/usr/lib64/libmu_dbm.so.5.0.5</Path>
- <Path fileType="library">/usr/lib64/libmu_imap.so.5</Path>
- <Path fileType="library">/usr/lib64/libmu_imap.so.5.0.5</Path>
- <Path fileType="library">/usr/lib64/libmu_maildir.so.5</Path>
- <Path fileType="library">/usr/lib64/libmu_maildir.so.5.0.5</Path>
- <Path fileType="library">/usr/lib64/libmu_mailer.so.5</Path>
- <Path fileType="library">/usr/lib64/libmu_mailer.so.5.0.5</Path>
- <Path fileType="library">/usr/lib64/libmu_mbox.so.5</Path>
- <Path fileType="library">/usr/lib64/libmu_mbox.so.5.0.5</Path>
- <Path fileType="library">/usr/lib64/libmu_mh.so.5</Path>
- <Path fileType="library">/usr/lib64/libmu_mh.so.5.0.5</Path>
- <Path fileType="library">/usr/lib64/libmu_pop.so.5</Path>
- <Path fileType="library">/usr/lib64/libmu_pop.so.5.0.5</Path>
- <Path fileType="library">/usr/lib64/libmu_py.so.5</Path>
- <Path fileType="library">/usr/lib64/libmu_py.so.5.0.5</Path>
- <Path fileType="library">/usr/lib64/libmu_sieve.so.5</Path>
- <Path fileType="library">/usr/lib64/libmu_sieve.so.5.0.5</Path>
- <Path fileType="library">/usr/lib64/libmuaux.so.5</Path>
- <Path fileType="library">/usr/lib64/libmuaux.so.5.0.5</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/__init__.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/__init__.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/address.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/address.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/attribute.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/attribute.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/auth.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/auth.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/body.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/body.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/envelope.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/envelope.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/error.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/error.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/filter.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/filter.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/folder.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/folder.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/header.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/header.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/mailbox.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/mailbox.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/mailcap.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/mailcap.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/mailer.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/mailer.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/message.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/message.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/mime.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/mime.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/nls.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/nls.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/registrar.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/registrar.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/secret.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/secret.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/sieve.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/sieve.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/stream.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/stream.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/url.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/url.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/util.cpython-37.opt-1.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/__pycache__/util.cpython-37.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/address.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/attribute.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/auth.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/body.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/c_api.so</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/envelope.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/error.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/filter.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/folder.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/header.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/mailbox.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/mailcap.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/mailer.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/message.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/mime.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/nls.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/registrar.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/secret.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/sieve.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/stream.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/url.py</Path>
+ <Path fileType="library">/usr/lib/python3.7/site-packages/mailutils/util.py</Path>
+ <Path fileType="library">/usr/lib64/libmailutils.so.6</Path>
+ <Path fileType="library">/usr/lib64/libmailutils.so.6.0.0</Path>
+ <Path fileType="library">/usr/lib64/libmu_auth.so.6</Path>
+ <Path fileType="library">/usr/lib64/libmu_auth.so.6.0.0</Path>
+ <Path fileType="library">/usr/lib64/libmu_dbm.so.6</Path>
+ <Path fileType="library">/usr/lib64/libmu_dbm.so.6.0.0</Path>
+ <Path fileType="library">/usr/lib64/libmu_dotmail.so.6</Path>
+ <Path fileType="library">/usr/lib64/libmu_dotmail.so.6.0.0</Path>
+ <Path fileType="library">/usr/lib64/libmu_imap.so.6</Path>
+ <Path fileType="library">/usr/lib64/libmu_imap.so.6.0.0</Path>
+ <Path fileType="library">/usr/lib64/libmu_maildir.so.6</Path>
+ <Path fileType="library">/usr/lib64/libmu_maildir.so.6.0.0</Path>
+ <Path fileType="library">/usr/lib64/libmu_mailer.so.6</Path>
+ <Path fileType="library">/usr/lib64/libmu_mailer.so.6.0.0</Path>
+ <Path fileType="library">/usr/lib64/libmu_mbox.so.6</Path>
+ <Path fileType="library">/usr/lib64/libmu_mbox.so.6.0.0</Path>
+ <Path fileType="library">/usr/lib64/libmu_mh.so.6</Path>
+ <Path fileType="library">/usr/lib64/libmu_mh.so.6.0.0</Path>
+ <Path fileType="library">/usr/lib64/libmu_pop.so.6</Path>
+ <Path fileType="library">/usr/lib64/libmu_pop.so.6.0.0</Path>
+ <Path fileType="library">/usr/lib64/libmu_py.so.6</Path>
+ <Path fileType="library">/usr/lib64/libmu_py.so.6.0.0</Path>
+ <Path fileType="library">/usr/lib64/libmu_sieve.so.6</Path>
+ <Path fileType="library">/usr/lib64/libmu_sieve.so.6.0.0</Path>
+ <Path fileType="library">/usr/lib64/libmuaux.so.6</Path>
+ <Path fileType="library">/usr/lib64/libmuaux.so.6.0.0</Path>
<Path fileType="library">/usr/lib64/mailutils/editheader.so</Path>
<Path fileType="library">/usr/lib64/mailutils/list.so</Path>
<Path fileType="library">/usr/lib64/mailutils/mailutils/mailutils-acl</Path>
@@ -179,7 +182,8 @@
<Path fileType="library">/usr/lib64/mailutils/vacation.so</Path>
<Path fileType="executable">/usr/sbin/comsatd</Path>
<Path fileType="executable">/usr/sbin/imap4d</Path>
- <Path fileType="executable">/usr/sbin/maidag</Path>
+ <Path fileType="executable">/usr/sbin/lmtpd</Path>
+ <Path fileType="executable">/usr/sbin/mda</Path>
<Path fileType="executable">/usr/sbin/pop3d</Path>
<Path fileType="info">/usr/share/info/mailutils.info</Path>
<Path fileType="info">/usr/share/info/mailutils.info-1</Path>
@@ -192,6 +196,7 @@
<Path fileType="localedata">/usr/share/locale/fr/LC_MESSAGES/mailutils.mo</Path>
<Path fileType="localedata">/usr/share/locale/id/LC_MESSAGES/mailutils.mo</Path>
<Path fileType="localedata">/usr/share/locale/pl/LC_MESSAGES/mailutils.mo</Path>
+ <Path fileType="localedata">/usr/share/locale/pt_BR/LC_MESSAGES/mailutils.mo</Path>
<Path fileType="localedata">/usr/share/locale/ro/LC_MESSAGES/mailutils.mo</Path>
<Path fileType="localedata">/usr/share/locale/ru/LC_MESSAGES/mailutils.mo</Path>
<Path fileType="localedata">/usr/share/locale/sv/LC_MESSAGES/mailutils.mo</Path>
@@ -225,7 +230,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="6">mailutils</Dependency>
+ <Dependency release="7">mailutils</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/mailutils/acl.h</Path>
@@ -308,6 +313,7 @@
<Path fileType="header">/usr/include/mailutils/sys/body.h</Path>
<Path fileType="header">/usr/include/mailutils/sys/dbm.h</Path>
<Path fileType="header">/usr/include/mailutils/sys/debcat.h</Path>
+ <Path fileType="header">/usr/include/mailutils/sys/dotmail.h</Path>
<Path fileType="header">/usr/include/mailutils/sys/envelope.h</Path>
<Path fileType="header">/usr/include/mailutils/sys/file_stream.h</Path>
<Path fileType="header">/usr/include/mailutils/sys/filter.h</Path>
@@ -322,6 +328,7 @@
<Path fileType="header">/usr/include/mailutils/sys/list.h</Path>
<Path fileType="header">/usr/include/mailutils/sys/logstream.h</Path>
<Path fileType="header">/usr/include/mailutils/sys/mailbox.h</Path>
+ <Path fileType="header">/usr/include/mailutils/sys/mailcap.h</Path>
<Path fileType="header">/usr/include/mailutils/sys/mailer.h</Path>
<Path fileType="header">/usr/include/mailutils/sys/mapfile_stream.h</Path>
<Path fileType="header">/usr/include/mailutils/sys/memory_stream.h</Path>
@@ -346,6 +353,7 @@
<Path fileType="header">/usr/include/mailutils/sys/temp_file_stream.h</Path>
<Path fileType="header">/usr/include/mailutils/sys/tls-stream.h</Path>
<Path fileType="header">/usr/include/mailutils/sys/url.h</Path>
+ <Path fileType="header">/usr/include/mailutils/sys/wordsplit.h</Path>
<Path fileType="header">/usr/include/mailutils/sys/xscript-stream.h</Path>
<Path fileType="header">/usr/include/mailutils/syslog.h</Path>
<Path fileType="header">/usr/include/mailutils/tls.h</Path>
@@ -358,6 +366,7 @@
<Path fileType="library">/usr/lib64/libmailutils.so</Path>
<Path fileType="library">/usr/lib64/libmu_auth.so</Path>
<Path fileType="library">/usr/lib64/libmu_dbm.so</Path>
+ <Path fileType="library">/usr/lib64/libmu_dotmail.so</Path>
<Path fileType="library">/usr/lib64/libmu_imap.so</Path>
<Path fileType="library">/usr/lib64/libmu_maildir.so</Path>
<Path fileType="library">/usr/lib64/libmu_mailer.so</Path>
@@ -371,12 +380,12 @@
</Files>
</Package>
<History>
- <Update release="6">
- <Date>2019-05-17</Date>
- <Version>3.4</Version>
+ <Update release="7">
+ <Date>2020-06-08</Date>
+ <Version>3.9</Version>
<Comment>Packaging update</Comment>
- <Name>F. von Gellhorn</Name>
- <Email>flinux@vongellhorn.ch</Email>
+ <Name>Albert Krenz</Name>
+ <Email>albert.krenz+solus@mailbox.org</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 3:13 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5859359
Default Alt Text
D9026.id21706.diff (25 KB)
Attached To
Mode
D9026: Update mailutils to 3.9 and remove python2 dependency
Attached
Detach File
Event Timeline
Log In to Comment