Author: glen Date: Fri Apr 20 17:21:35 2012 GMT Module: packages Tag: HEAD ---- Log message: - suggest db drivers
---- Files affected: packages/roundcubemail: roundcubemail.spec (1.128 -> 1.129) ---- Diffs: ================================================================ Index: packages/roundcubemail/roundcubemail.spec diff -u packages/roundcubemail/roundcubemail.spec:1.128 packages/roundcubemail/roundcubemail.spec:1.129 --- packages/roundcubemail/roundcubemail.spec:1.128 Fri Apr 20 19:12:14 2012 +++ packages/roundcubemail/roundcubemail.spec Fri Apr 20 19:21:30 2012 @@ -1,13 +1,10 @@ # $Revision$, $Date$ # TODO: -# - use gpl-dependant tarball, instead of full tarball and removing all bundled libs again? -# see: http://www.roundcubeforum.net/3-news-announcements/32-news-announcements/6601-roundcube-news-new-version-0-4-beta-released.html # - move bin/* to -setup which are related to upgrading/setup # - use system js/tiny_mce # - use system js/jquery # - use system magic db: program/lib/magic # - package: http://blog.ilohamail.org/ and remove boundled classess from it -# - Some php-database backend. Suggests? # - test/finish and then enable by default password-anon-ldap-bind patch # - bconds does not work for a long time # @@ -73,6 +70,10 @@ Suggests: php-mcrypt Suggests: php-openssl Suggests: php-pear-Auth_SASL +# at least one MDB2 db driver needed +Suggests: php-pear-MDB2_Driver_mysql +Suggests: php-pear-MDB2_Driver_pgsql +Suggests: php-pear-MDB2_Driver_sqlite Suggests: php-pear-Net_LDAP2 Suggests: php-pear-Net_Sieve Suggests: php-pear-Net_Socket @@ -387,6 +388,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.129 2012/04/20 17:21:30 glen +- suggest db drivers + Revision 1.128 2012/04/20 17:12:14 glen - use plain tarball without extra deps; instead of removing downloading and removing them again ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/roundcubemail/roundcubemail.spec?r1=1.128&r2=1.129 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
