Author: caleb Date: Tue Jun 15 12:22:11 2010 GMT Module: packages Tag: HEAD ---- Log message: - Be as lenient as possible with dependency versions. Error given by trac confirmed to be caused by bug fixed in pysqlite 2.5.5
---- Files affected: packages/trac: trac.spec (1.75 -> 1.76) ---- Diffs: ================================================================ Index: packages/trac/trac.spec diff -u packages/trac/trac.spec:1.75 packages/trac/trac.spec:1.76 --- packages/trac/trac.spec:1.75 Tue Jun 15 12:05:28 2010 +++ packages/trac/trac.spec Tue Jun 15 14:22:06 2010 @@ -82,7 +82,7 @@ Requires: python-genshi Requires: python-setuptools >= 0.6-1.c8.1.1 Requires: python-subversion >= 1.2.0 -Requires: python-sqlite >= 2.6.0 +Requires: python-sqlite >= 2.5.5 Conflicts: trac < 0.11.4-1.1 %description -n python-trac @@ -209,6 +209,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.76 2010/06/15 12:22:06 caleb +- Be as lenient as possible with dependency versions. Error given by trac confirmed to be caused by bug fixed in pysqlite 2.5.5 + Revision 1.75 2010/06/15 10:05:28 caleb - Upstream project claims pysqlite 2.5.x compatability but in testing on PLD, trac database upgrades from 0.11.x to 0.12 fail on pysqlite < 2.6.0. See upstream bug report http://trac.edgewall.org/ticket/9434 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/trac/trac.spec?r1=1.75&r2=1.76&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
