Author: glen Date: Thu Mar 3 19:36:58 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - decode qp in recent activity reports page
---- Files affected: SPECS: eventum.spec (1.68 -> 1.69) ---- Diffs: ================================================================ Index: SPECS/eventum.spec diff -u SPECS/eventum.spec:1.68 SPECS/eventum.spec:1.69 --- SPECS/eventum.spec:1.68 Thu Mar 3 19:18:44 2005 +++ SPECS/eventum.spec Thu Mar 3 20:36:53 2005 @@ -24,7 +24,7 @@ %define _source http://mysql.wildyou.net/Downloads/%{name}/%{name}-%{version}.tar.gz %endif -%define _rel 237 +%define _rel 238 Summary: Eventum Issue / Bug tracking system Summary(pl): Eventum - system śledzenia spraw/błędów @@ -51,6 +51,7 @@ Patch2: %{name}-irc-config.patch Patch3: %{name}-PEAR.patch Patch10: %{name}-db-20050227.patch +Patch11: %{name}-charset-recent-activity.patch URL: http://dev.mysql.com/downloads/other/eventum/index.html BuildRequires: rpmbuild(macros) >= 1.177 BuildRequires: sed >= 4.0 @@ -426,6 +427,7 @@ # bug fixes. %patch10 -p1 +%patch11 -p1 # replace in remaining scripts config.inc.php to system one grep -rl 'include_once(".*config.inc.php")' . | xargs sed -i -e ' @@ -835,6 +837,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.69 2005/03/03 19:36:53 glen +- decode qp in recent activity reports page + Revision 1.68 2005/03/03 18:18:44 glen - rename eventum-router virtual provide to eventum(router) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/eventum.spec?r1=1.68&r2=1.69&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
