Author: glen Date: Tue Jun 21 20:13:36 2005 GMT Module: SPECS Tag: DEVEL ---- Log message: - non-critical bugfixes
---- Files affected: SPECS: eventum.spec (1.107 -> 1.107.2.1) ---- Diffs: ================================================================ Index: SPECS/eventum.spec diff -u SPECS/eventum.spec:1.107 SPECS/eventum.spec:1.107.2.1 --- SPECS/eventum.spec:1.107 Tue Jun 14 19:19:26 2005 +++ SPECS/eventum.spec Tue Jun 21 22:13:31 2005 @@ -9,6 +9,7 @@ # - overLIB 3.5.1 (http://www.bosrup.com/web/overlib/) # - A few other small javascript libraries # - 64bit platforms beware? http://bugs.php.net/bug.php?id=30215 (it's actually Smarty related problem) +# - route mails actually saves incoming mails to directory, which doesn't exist in PLD. create it %bcond_with pear # build with system PEAR packages (or use bundled ones) %bcond_with qmail # build the router-qmail subpackage @@ -25,7 +26,7 @@ %define _source http://mysql.dataphone.se/Downloads/%{name}/%{name}-%{version}.tar.gz %endif -%define _rel 3 +%define _rel 3.5 Summary: Eventum Issue / Bug tracking system Summary(pl): Eventum - system śledzenia spraw/błędów @@ -64,6 +65,10 @@ Patch9: %{name}-bug-10263.patch Patch10: %{name}-ft-enable.patch Patch11: %{name}-upgrade-exit.patch +Patch12: http://glen.alkohol.ee/pld/eventum-scm-double-linkfilter.patch +Patch13: http://glen.alkohol.ee/pld/eventum-getworkflow-backups.patch +Patch14: http://glen.alkohol.ee/pld/eventum-missing-content-type.patch +Patch15: http://glen.alkohol.ee/pld/eventum-link-pipe.patch URL: http://dev.mysql.com/downloads/other/eventum/ BuildRequires: rpmbuild(macros) >= 1.200 BuildRequires: sed >= 4.0 @@ -452,6 +457,10 @@ %patch9 -p1 %patch10 -p1 %patch11 -p1 +%patch12 -p1 +%patch13 -p1 +%patch14 -p1 +%patch15 -p1 # replace in remaining scripts config.inc.php to system one grep -rl 'include_once(".*config.inc.php")' . | xargs sed -i -e ' @@ -849,6 +858,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.107.2.1 2005/06/21 20:13:31 glen +- non-critical bugfixes + Revision 1.107 2005/06/14 17:19:26 glen - remove also .orig files produced by patching on builders - rel 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/eventum.spec?r1=1.107&r2=1.107.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
