瀏覽代碼

upgrading package: jabberd 2.2.2 -> 2.2.3

Ralf S. Engelschall 17 年之前
父節點
當前提交
77b8e3d622
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      jabberd/jabberd.spec

+ 3 - 2
jabberd/jabberd.spec

@@ -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