Author: dzeus Date: Fri Jan 25 21:16:55 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - enable mysql storage support
---- Files affected: SPECS: jabberd.spec (1.101 -> 1.102) ---- Diffs: ================================================================ Index: SPECS/jabberd.spec diff -u SPECS/jabberd.spec:1.101 SPECS/jabberd.spec:1.102 --- SPECS/jabberd.spec:1.101 Fri Jan 25 18:18:48 2008 +++ SPECS/jabberd.spec Fri Jan 25 22:16:50 2008 @@ -17,7 +17,7 @@ Summary(pl.UTF-8): Serwer Jabber/XMPP Name: jabberd Version: 2.1.22 -Release: 0.1 +Release: 0.2 License: GPL Group: Applications/Communications Source0: http://ftp.xiaoka.com/jabberd2/releases/%{name}-%{version}.tar.bz2 @@ -99,7 +99,7 @@ --bindir="%{_libdir}/%{name}" \ --sysconfdir="%{_sysconfdir}/jabber" \ %{?with_db:--enable-db} \ - %{!?with_mysql:--disable-mysql} \ + %{?with_mysql:--enable-mysql} \ %{?with_pgsql:--enable-pgsql} \ --enable-fs \ --enable-anon \ @@ -172,6 +172,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.102 2008-01-25 21:16:50 dzeus +- enable mysql storage support + Revision 1.101 2008-01-25 17:18:48 qboosh - cleanup ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/jabberd.spec?r1=1.101&r2=1.102&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
