[exim] New version

Jaroslav Škarvada jskarvad at fedoraproject.org
Tue Mar 6 08:28:22 UTC 2012


commit 4562baf1c651c2a19ab1e3f3b35152cd56bc4e67
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Tue Mar 6 09:28:17 2012 +0100

    New version
    
    - Removed unused ldap-deprecated patch
    - Dropped strict aliasing patch
    - Built with libdb-5.2

 .gitignore                      |    5 +----
 exim-4.61-ldap-deprecated.patch |   10 ----------
 exim-4.69-strictaliasing.patch  |   11 -----------
 exim.spec                       |   14 +++++++++-----
 sources                         |    2 +-
 5 files changed, 11 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3f3e4c8..d4101b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1 @@
-sa-exim-4.2.tar.gz
-exim-4.72.tar.bz2
-/exim-4.73.tar.bz2
-/exim-4.76.tar.bz2
+exim-*.tar.bz2
diff --git a/exim.spec b/exim.spec
index 943ec2a..7f10420 100644
--- a/exim.spec
+++ b/exim.spec
@@ -13,8 +13,8 @@
 
 Summary: The exim mail transfer agent
 Name: exim
-Version: 4.76
-Release: 9%{?dist}
+Version: 4.77
+Release: 1%{?dist}
 License: GPLv2+
 Url: http://www.exim.org/
 Group: System Environment/Daemons
@@ -62,12 +62,11 @@ Patch21: exim-4.63-localhost-is-local.patch
 Patch22: exim-4.66-greylist-conf.patch
 Patch23: exim-4.67-smarthost-config.patch
 Patch25: exim-4.69-dynlookup-config.patch
-Patch26: exim-4.69-strictaliasing.patch
 
 Requires: /etc/pki/tls/certs /etc/pki/tls/private
 Requires: /etc/aliases
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-BuildRequires: db4-devel openssl-devel openldap-devel pam-devel
+BuildRequires: libdb-devel openssl-devel openldap-devel pam-devel
 %if 0%{?buildsa}
 BuildRequires: lynx
 %endif
@@ -216,7 +215,6 @@ greylisting unconditional.
 %patch22 -p1 -b .grey
 %patch23 -p1 -b .smarthost
 %patch25 -p1 -b .dynconfig
-%patch26 -p1 -b .strictaliasing
 
 cp src/EDITME Local/Makefile
 sed -i 's@^# LOOKUP_MODULE_DIR=.*@LOOKUP_MODULE_DIR=%{_libdir}/exim/%{version}-%{release}/lookups@' Local/Makefile
@@ -606,6 +604,12 @@ test "$1"  = 0 || %{_initrddir}/clamd.exim condrestart >/dev/null 2>&1 || :
 %{_sysconfdir}/cron.daily/greylist-tidy.sh
 
 %changelog
+* Wed Feb 29 2012 Jaroslav Škarvada <jskarvad at redhat.com> - 4.77-1
+- New version
+- Removed unused ldap-deprecated patch
+- Dropped strict aliasing patch
+- Built with libdb-5.2
+
 * Fri Feb 10 2012 Petr Pisar <ppisar at redhat.com> - 4.76-9
 - Rebuild against PCRE 8.30
 
diff --git a/sources b/sources
index 5e3db47..bde3674 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-58e784b33c7a2ab335ec6400346d6362  exim-4.76.tar.bz2
+5d746275f2cc85845567f9d5eb84a57a  exim-4.77.tar.bz2


More information about the scm-commits mailing list