Author: glen Date: Thu Feb 17 23:47:18 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - patch that allows local TZ setting
---- Files affected: SPECS: eventum.spec (1.49 -> 1.50) ---- Diffs: ================================================================ Index: SPECS/eventum.spec diff -u SPECS/eventum.spec:1.49 SPECS/eventum.spec:1.50 --- SPECS/eventum.spec:1.49 Fri Feb 18 00:37:51 2005 +++ SPECS/eventum.spec Fri Feb 18 00:47:13 2005 @@ -23,7 +23,7 @@ %define _source http://mysql.wildyou.net/Downloads/%{name}/%{name}-%{version}.tar.gz %endif -%define _rel 1.145 +%define _rel 1.147 Summary: Eventum Issue - a bug tracking system Summary(pl): Eventum - system śledzenia spraw/błędów @@ -54,6 +54,7 @@ Patch15: %{name}-fixes.patch Patch16: %{name}-rss-charset.patch Patch17: %{name}-scm-silence-add.patch +Patch18: %{name}-default-TZ.patch URL: http://dev.mysql.com/downloads/other/eventum/index.html BuildRequires: rpmbuild(macros) >= 1.177 BuildRequires: sed >= 4.0 @@ -397,6 +398,7 @@ %patch15 -p1 %patch16 -p1 %patch17 -p1 +%patch18 -p1 rm -f */*~ */*/*~ @@ -652,6 +654,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.50 2005/02/17 23:47:13 glen +- patch that allows local TZ setting + Revision 1.49 2005/02/17 23:37:51 glen - moved eventum scm integration binary to libdir - added setup/schema.sql to doc ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/eventum.spec?r1=1.49&r2=1.50&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
