Przeglądaj źródła

upgrading package: jabberd 2.2.2 -> 2.2.3

Ralf S. Engelschall 17 lat temu
rodzic
commit
77b8e3d622
1 zmienionych plików z 3 dodań i 2 usunięć
  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