@@ -23,7 +23,7 @@
# package version
%define V_major 2.2
-%define V_minor 2
+%define V_minor 3
# package information
Name: jabberd
@@ -36,7 +36,7 @@ Class: PLUS
Group: InstantMessaging
License: JOSL/GPL
Version: %{V_major}.%{V_minor}
-Release: 20080729
+Release: 20080810
# package options
%option with_sqlite no
@@ -124,6 +124,7 @@ AutoReqProv: no
--enable-fs \
--enable-pipe \
--enable-ssl \
+ --with-sasl=gsasl \
%if "%{with_sqlite}" == "yes"
--enable-sqlite \
%else