[zarafa] Enabled non-optional build of epoll socket handling (#760888)

Robert Scheck robert at fedoraproject.org
Sat Dec 17 15:17:12 UTC 2011


commit b2a9f5349a090f69c0be157342adf23d70e46bda
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Sat Dec 17 16:17:06 2011 +0100

    Enabled non-optional build of epoll socket handling (#760888)

 zarafa.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/zarafa.spec b/zarafa.spec
index 2b838d5..d3de4c0 100644
--- a/zarafa.spec
+++ b/zarafa.spec
@@ -1,5 +1,5 @@
 %global beta_or_rc      0
-%global actual_release  1
+%global actual_release  2
 %global svnrevision     30515
 %global with_clucene    1
 %global with_ldap       1
@@ -396,6 +396,7 @@ export LDFLAGS="$LDFLAGS -L%{_libdir}/clucene09"
     --with-clucene-lib-prefix= \
 %endif
     --enable-release \
+    --enable-epoll \
     --enable-swig \
     --disable-perl \
 %if 0%{?rhel}%{?fedora} > 4
@@ -517,7 +518,7 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/%{name}-webaccess/{.htaccess,%{name}-webaccess.
 
 # Remove flash-based multi-attachment upload (missing source)
 %if %{no_multiupload}
-sed '122,129d' $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/webaccess/config.php > \
+sed '125,132d' $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/webaccess/config.php > \
     $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/webaccess/config.php.new
 touch -c -r $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/webaccess/config.php{,.new}
 mv -f $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/webaccess/config.php{.new,}
@@ -873,6 +874,9 @@ fi
 %endif
 
 %changelog
+* Sat Dec 17 2011 Robert Scheck <robert at fedoraproject.org> 7.0.3-2
+- Enabled non-optional build of epoll socket handling (#760888)
+
 * Sun Nov 20 2011 Robert Scheck <robert at fedoraproject.org> 7.0.3-1
 - Upgrade to 7.0.3
 


More information about the scm-commits mailing list