Hello community, here is the log from the commit of package exim for openSUSE:Factory checked in at Thu Apr 21 13:25:17 CEST 2011. -------- --- exim/exim.changes 2011-02-04 23:21:53.000000000 +0100 +++ /mounts/work_src_done/STABLE/exim/exim.changes 2011-03-10 19:42:25.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Mar 10 18:30:11 UTC 2011 - poeml@cmdline.net + +- postgresql-enabled build when build_with_pgsql is defined (which is done in a + linked package named server:mail/exim-postgresql) + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ exim.spec ++++++ --- /var/tmp/diff_new_pack.vNkVTj/_old 2011-04-21 13:24:15.000000000 +0200 +++ /var/tmp/diff_new_pack.vNkVTj/_new 2011-04-21 13:24:15.000000000 +0200 @@ -41,11 +41,15 @@ PreReq: %insserv_prereq %fillup_prereq /usr/sbin/useradd fileutils textutils %endif Version: 4.74 -Release: 1 +Release: 8 %if %{?build_with_mysql:1}0 BuildRequires: mysql-devel Provides: exim = %version %endif +%if %{?build_with_pgsql:1}0 +BuildRequires: postgresql-devel +Provides: exim = %version +%endif Summary: The Exim Mail Transfer Agent, a Replacement for sendmail BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: exim-%{version}.tar.bz2 @@ -59,7 +63,7 @@ Source31: eximstats.conf Patch: exim-4.12-tail.patch Patch1: aa097c4c00f62487128d74f65c521f9e877b184f.diff -%if !%{?build_with_mysql:1}0 +%if !%{?build_with_mysql:1}0 && !%{?build_with_pgsql:1}0 %package -n eximon License: GPLv2+ @@ -88,7 +92,7 @@ -------- Philip Hazel <ph10@cus.cam.ac.uk> -%if !%{?build_with_mysql:1}0 +%if !%{?build_with_mysql:1}0 && !%{?build_with_pgsql:1}0 %description -n eximon This allows administrators to view the exim agent's mail queue and @@ -162,6 +166,9 @@ %if %{?build_with_mysql:1}0 LOOKUP_MYSQL=yes %endif +%if %{?build_with_pgsql:1}0 + LOOKUP_PGSQL=yes +%endif LOOKUP_NIS=yes # LOOKUP_NISPLUS=yes # LOOKUP_ORACLE=yes @@ -177,6 +184,10 @@ LOOKUP_INCLUDE=-I /usr/include/mysql LOOKUP_LIBS=-lldap -llber -lmysqlclient %endif +%if %{?build_with_pgsql:1}0 + LOOKUP_INCLUDE=-I /usr/include/pgsql + LOOKUP_LIBS=-lldap -llber -lpq +%endif EXIM_MONITOR=eximon.bin WITH_CONTENT_SCAN=yes WITH_OLD_DEMIME=yes @@ -267,7 +278,7 @@ done ln -sf exim $RPM_BUILD_ROOT/usr/sbin/sendmail ln -sv ../../etc/init.d/exim $RPM_BUILD_ROOT/usr/sbin/rcexim -%if !%{?build_with_mysql:1}0 +%if !%{?build_with_mysql:1}0 && !%{?build_with_pgsql:1}0 mv $RPM_BUILD_ROOT/usr/sbin/eximon* $RPM_BUILD_ROOT/usr/bin/ %else rm $RPM_BUILD_ROOT/usr/sbin/eximon* @@ -307,7 +318,7 @@ install -m 0644 $RPM_SOURCE_DIR/permissions.exim $RPM_BUILD_ROOT/etc/permissions.d/exim %endif # eximstats-html files -%if !%{?build_with_mysql:1}0 +%if !%{?build_with_mysql:1}0 && !%{?build_with_pgsql:1}0 mkdir -p $RPM_BUILD_ROOT/srv/www/eximstats mkdir -p $RPM_BUILD_ROOT/etc/apache2/conf.d/ cp -p $RPM_SOURCE_DIR/eximstats.conf $RPM_BUILD_ROOT/etc/apache2/conf.d/ @@ -386,7 +397,7 @@ /usr/lib/sendmail /var/adm/fillup-templates/sysconfig.exim %dir %attr(750,root,mail) /var/log/exim -%if !%{?build_with_mysql:1}0 +%if !%{?build_with_mysql:1}0 && !%{?build_with_pgsql:1}0 %files -n eximon %defattr(-,root,root) ++++++ exim-4.12-tail.patch ++++++ --- /var/tmp/diff_new_pack.vNkVTj/_old 2011-04-21 13:24:15.000000000 +0200 +++ /var/tmp/diff_new_pack.vNkVTj/_new 2011-04-21 13:24:15.000000000 +0200 @@ -1,3 +1,8 @@ +From: Ruediger Oertel <ro at suse dot de> +Subject: fix deprecated tail call syntax (-1) +Reported-Upstream: Yes +Bugtracker: bugs.exim.org 1080 + Index: scripts/Configure-config.h =================================================================== --- scripts/Configure-config.h.orig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de