diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec index c25d170..0807acf 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -8,8 +8,8 @@ %bcond_without cassandane Name: cyrus-imapd -Version: 3.0.10 -Release: 3%{?dist} +Version: 3.0.11 +Release: 1%{?dist} %define ssl_pem_file /etc/pki/%name/%name.pem @@ -87,7 +87,7 @@ Source91: patch-cassandane-no-syslog Source92: patch-cassandane-fix-annotator BuildRequires: autoconf automake bison flex gcc gcc-c++ git glibc-langpack-en -BuildRequires: groff libtool pkgconfig systemd transfig +BuildRequires: groff libtool pkgconfig rsync systemd transfig BuildRequires: perl-devel perl-generators perl(ExtUtils::MakeMaker) BuildRequires: perl(Pod::Html) @@ -519,7 +519,7 @@ tests=( # OK, but it is not yet released. The alternative is to bundle. SearchFuzzy.cjk_words - # These additionaly fail because Cyrus 3.0.7 no longer enables + # These additionally fail because Cyrus 3.0.7 no longer enables # SNIPPET_EMPTY_WITHOUT_MATCH when the Cyrus-patched Xapian is not in use. # https://github.com/cyrusimap/cyrus-imapd/commit/f008060cb53b3286fcedf7b8b4dd12c1980d665f SearchFuzzy.normalize_snippets @@ -539,6 +539,10 @@ tests=( # This one needs a patch to xapian. # https://github.com/cyrusimap/cyrus-imapd/issues/2348 SearchFuzzy.search_subjectsnippet + + # This test fails beginning with 3.0.11 because the old behavior of only + # preserving 20 nested folder deletions has been removed. + Delete.repeated_delete ) for i in ${tests[@]}; do exclude+=("!$i"); done @@ -689,6 +693,9 @@ getent passwd cyrus >/dev/null || /usr/sbin/useradd -c "Cyrus IMAP Server" -d /v %changelog +* Tue Jul 30 2019 Jason L Tibbitts III - 3.0.11-1 +- Update to 3.0.11. + * Wed Jul 24 2019 Fedora Release Engineering - 3.0.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild