SPECS (localization): eventum.spec - prepare for db upgrade, fix t...

glen glen at pld-linux.org
Tue Jul 18 00:06:26 CEST 2006


Author: glen                         Date: Mon Jul 17 22:06:26 2006 GMT
Module: SPECS                         Tag: localization
---- Log message:
- prepare for db upgrade, fix template typo

---- Files affected:
SPECS:
   eventum.spec (1.174.2.6 -> 1.174.2.7) 

---- Diffs:

================================================================
Index: SPECS/eventum.spec
diff -u SPECS/eventum.spec:1.174.2.6 SPECS/eventum.spec:1.174.2.7
--- SPECS/eventum.spec:1.174.2.6	Mon Jul 17 23:30:17 2006
+++ SPECS/eventum.spec	Tue Jul 18 00:06:20 2006
@@ -14,7 +14,7 @@
 
 %define	_snap	20060717
 #define	_rc		RC3
-%define	_rel	2.41
+%define	_rel	2.43
 
 %include	/usr/lib/rpm/macros.php
 Summary:	Eventum Issue / Bug tracking system
@@ -53,6 +53,8 @@
 Patch10:	%{name}-workflow-handlenewnote-note_id.patch
 Patch11:	%{name}-order4b.patch
 Patch12:	%{name}-cli-errorcheck.patch
+Patch13:	http://glen.alkohol.ee/pld/eventum/upgrade-2.0.patch
+Patch14:	http://glen.alkohol.ee/pld/eventum/checkins.tpl-typo.patch
 Patch100:	%{name}-paths.patch
 Patch101:	%{name}-cvs-config.patch
 Patch102:	%{name}-irc-mem.patch
@@ -462,10 +464,13 @@
 # undos the source
 find . -type f -print0 | xargs -0 sed -i -e 's,\r$,,'
 
+%patch13 -p1
+
 rm -f setup.conf.php # not to be installed by *.php glob
 rm -rf misc/upgrade/*v1.[123]* # too old to support in PLD Linux
 rm -f misc/upgrade/flush_compiled_templates.php
 rm -rf misc/upgrade/*/upgrade_config.php # not needed in PLD Linux
+rm -rf misc/upgrade/*/index.html # not needed in PLD Linux
 
 # sample, not used in eventum
 rm -f rpc/xmlrpc_client.php
@@ -484,6 +489,7 @@
 %patch10 -p1
 %{?with_order_patch:%patch11 -p1}
 %patch12 -p1
+%patch14 -p1
 
 # packaging
 %patch100 -p1
@@ -794,6 +800,11 @@
 database_changes.php Perform database changes
 EOF
 
+%triggerpostun -- eventum < 1.7.1-2.43.20060717
+%{_appdir}/upgrade/upgrade.sh %{_appdir}/upgrade/v1.7.1_to_v2.0 <<EOF
+database_changes.php Perform database changes
+EOF
+
 %triggerpostun irc -- eventum-irc < 1.6.1-3.14
 sed -i -e '
 s,\$irc_host,$irc_server_hostname,
@@ -986,6 +997,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.174.2.7  2006/07/17 22:06:20  glen
+- prepare for db upgrade, fix template typo
+
 Revision 1.174.2.6  2006/07/17 21:30:17  glen
 - adjust versioning so could easily switch between localization branch and HEAD
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/eventum.spec?r1=1.174.2.6&r2=1.174.2.7&f=u



More information about the pld-cvs-commit mailing list