Update to 3.0.11.
Needed to disable one test as it was testing a bahavior which has been removed. Will need to find time soon to update Cassandane and re-audit the test suite output.
This commit is contained in:
parent
80c02528de
commit
f463099207
@ -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 <tibbs@math.uh.edu> - 3.0.11-1
|
||||
- Update to 3.0.11.
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.10-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user