Author: glen Date: Mon Feb 21 15:58:47 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - add charset fix from incoming emails
---- Files affected: SPECS: eventum.spec (1.50 -> 1.51) ---- Diffs: ================================================================ Index: SPECS/eventum.spec diff -u SPECS/eventum.spec:1.50 SPECS/eventum.spec:1.51 --- SPECS/eventum.spec:1.50 Fri Feb 18 00:47:13 2005 +++ SPECS/eventum.spec Mon Feb 21 16:58:41 2005 @@ -23,7 +23,7 @@ %define _source http://mysql.wildyou.net/Downloads/%{name}/%{name}-%{version}.tar.gz %endif -%define _rel 1.147 +%define _rel 1.151 Summary: Eventum Issue - a bug tracking system Summary(pl): Eventum - system śledzenia spraw/błędów @@ -55,6 +55,7 @@ Patch16: %{name}-rss-charset.patch Patch17: %{name}-scm-silence-add.patch Patch18: %{name}-default-TZ.patch +Patch19: %{name}-charset-mailsubj.patch URL: http://dev.mysql.com/downloads/other/eventum/index.html BuildRequires: rpmbuild(macros) >= 1.177 BuildRequires: sed >= 4.0 @@ -170,7 +171,7 @@ Group: Applications/WWW Requires: %{name} = %{epoch}:%{version}-%{release} Requires: crondaemon -Requires: php4 >= 4.1.0 +Requires: php >= 4.1.0 %description mail-download In order for Eventum's email integration feature to work, you need to @@ -399,6 +400,7 @@ %patch16 -p1 %patch17 -p1 %patch18 -p1 +%patch19 -p1 rm -f */*~ */*/*~ @@ -654,6 +656,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.51 2005/02/21 15:58:41 glen +- add charset fix from incoming emails + Revision 1.50 2005/02/17 23:47:13 glen - patch that allows local TZ setting ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/eventum.spec?r1=1.50&r2=1.51&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
