Check in version 2.4.10
This commit is contained in:
parent
1c765ef33c
commit
808c92b6b4
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ cyrus_sharedbackup-0.1.tar.gz
|
||||
/cyrus-imapd-2.4.6.tar.gz
|
||||
/cyrus-imapd-2.4.7.tar.gz
|
||||
/cyrus-imapd-2.4.8.tar.gz
|
||||
/cyrus-imapd-2.4.10.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: cyrus-imapd
|
||||
Version: 2.4.8
|
||||
Release: 5%{?dist}
|
||||
Version: 2.4.10
|
||||
Release: 1%{?dist}
|
||||
|
||||
%define ssl_pem_file %{_sysconfdir}/pki/%{name}/%{name}.pem
|
||||
|
||||
@ -51,10 +51,6 @@ Patch6: cyrus-imapd-2.3.12p2-current-db.patch
|
||||
# temporary workaround, rhbz#553011, https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=3206
|
||||
Patch7: cyrus-imapd-2.3.16-nodenny.patch
|
||||
|
||||
# compatibility with perl 5.14
|
||||
# adapted from http://bugzilla.cyrusimap.org/bugzilla3/show_bug.cgi?id=3478
|
||||
Patch8: cyrus-imapd-perl5.14.patch
|
||||
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
BuildRequires: autoconf
|
||||
@ -131,7 +127,6 @@ one running the server.
|
||||
%patch3 -p1 -b .flock
|
||||
%patch4 -p1 -b .authid_normalize
|
||||
%patch6 -p1 -b .db4.7
|
||||
%patch8 -p1 -b .perl5.14
|
||||
|
||||
install -m 644 %{SOURCE4} %{SOURCE5} %{SOURCE11} doc/
|
||||
|
||||
@ -491,6 +486,9 @@ fi
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 6 2011 Jeroen van Meeuwen <kanarip@kanarip.com> - 2.4.10-1
|
||||
- New upstream release
|
||||
|
||||
* Wed Jun 22 2011 Iain Arnell <iarnell@gmail.com> 2.4.8-5
|
||||
- Patch to work with Perl 5.14
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user