Author: glen Date: Mon Jun 13 09:08:04 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - R(php-session) - add upgrade trigger to 1.5.4
---- Files affected: SPECS: eventum.spec (1.102 -> 1.103) ---- Diffs: ================================================================ Index: SPECS/eventum.spec diff -u SPECS/eventum.spec:1.102 SPECS/eventum.spec:1.103 --- SPECS/eventum.spec:1.102 Wed Jun 8 19:12:39 2005 +++ SPECS/eventum.spec Mon Jun 13 11:07:53 2005 @@ -26,7 +26,7 @@ %define _source http://mysql.dataphone.se/Downloads/%{name}/%{name}-%{version}.tar.gz %endif -%define _rel 0.1 +%define _rel 1.5 Summary: Eventum Issue / Bug tracking system Summary(pl): Eventum - system śledzenia spraw/błędów @@ -69,6 +69,7 @@ Requires: php-imap Requires: php-mysql Requires: php-pcre +Requires: php-session Requires: %{name}-base = %{epoch}:%{version}-%{release} Requires: Smarty >= 2.6.2 %if %{with pear} @@ -709,6 +710,11 @@ database_changes.php Perform database changes EOF +%triggerpostun -- eventum < 1.5.4-1.5 +%{_appdir}/upgrade/upgrade.sh %{_appdir}/upgrade/v1.5.3_to_v1.5.4 <<EOF +database_changes.php Perform database changes +EOF + %files %defattr(644,root,root,755) %doc ChangeLog FAQ INSTALL README UPGRADE @@ -836,6 +842,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.103 2005/06/13 09:07:53 glen +- R(php-session) +- add upgrade trigger to 1.5.4 + Revision 1.102 2005/06/08 17:12:39 glen - remove outdated patches - don't install qmail files if built without qmail bcond ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/eventum.spec?r1=1.102&r2=1.103&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
