Author: glen Date: Sun Nov 19 22:21:12 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - update to 20061119.3143
---- Files affected: SPECS: eventum.spec (1.214 -> 1.215) ---- Diffs: ================================================================ Index: SPECS/eventum.spec diff -u SPECS/eventum.spec:1.214 SPECS/eventum.spec:1.215 --- SPECS/eventum.spec:1.214 Wed Nov 8 22:39:52 2006 +++ SPECS/eventum.spec Sun Nov 19 23:21:07 2006 @@ -13,9 +13,9 @@ %bcond_with order_patch # with custom issue order patch #define _snap 20060921 -%define _svn 20061107.3132 +%define _svn 20061119.3143 #define _rc RC3 -%define _rel 4.129 +%define _rel 4.133 %include /usr/lib/rpm/macros.php Summary: Eventum Issue / Bug tracking system @@ -27,7 +27,7 @@ Group: Applications/WWW #Source0: http://downloads.mysql.com/snapshots/eventum/%{name}-nightly-%{_snap}.tar.gz Source0: %{name}-%{_svn}.tar.bz2 -# Source0-md5: 60b3bb2bd839131dd333f72ebe23bd00 +# Source0-md5: 1300bac797d586208c784ffed20f8f65 Source1: %{name}-apache.conf Source2: %{name}-mail-queue.cron Source3: %{name}-mail-download.cron @@ -64,6 +64,7 @@ Patch105: %{name}-bot-reconnect.patch Patch106: %{name}-private-key.patch Patch107: %{name}-mem-limits.patch +Patch108: %{name}-db.patch URL: http://dev.mysql.com/downloads/other/eventum/ BuildRequires: rpm-php-pearprov >= 4.0.2-98 BuildRequires: rpmbuild(macros) >= 1.268 @@ -79,7 +80,6 @@ Requires: php-mbstring Requires: php-mysql Requires: php-pcre -Requires: php-pear-Benchmark Requires: php-pear-DB Requires: php-pear-Date Requires: php-pear-HTTP_Request @@ -102,7 +102,7 @@ BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _noautoreq 'pear(/etc/webapps/.*)' 'pear(jpgraph_dir.php)' 'pear(.*Smarty.class.php)' +%define _noautoreq 'pear(/etc/webapps/.*)' 'pear(jpgraph_dir.php)' 'pear(.*Smarty.class.php)' 'pear(Benchmark/.*)' %define _libdir %{_prefix}/lib/%{name} %define _appdir %{_datadir}/%{name} @@ -469,14 +469,16 @@ # undos the source find . -type f -print0 | xargs -0 sed -i -e 's,\r$,,' -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 +rm setup.conf.php # not to be installed by *.php glob +rm benchmark.php +rm -r misc/upgrade/*v1.[123]* # too old to support in PLD Linux +rm misc/upgrade/flush_compiled_templates.php +rm -r misc/upgrade/*/upgrade_config.php # not needed in PLD Linux +rm -r misc/upgrade/*/index.html # not needed in PLD Linux +rm -r include/php-gettext # sample, not used in eventum -rm -f rpc/xmlrpc_client.php +rm rpc/xmlrpc_client.php # bug fixes. %patch0 -p1 @@ -500,6 +502,7 @@ %patch105 -p1 %patch106 -p1 %patch107 -p1 +%patch108 -p1 cat <<'EOF'> mysql-permissions.sql # use this schema if you want to grant permissions manually instead of using setup @@ -521,7 +524,6 @@ cp misc/localization/eventum.po misc/localization/es/LC_MESSAGES/eventum.po cp misc/localization/eventum.po misc/localization/fi/LC_MESSAGES/eventum.po cp misc/localization/eventum.po misc/localization/fr/LC_MESSAGES/eventum.po -cp misc/localization/eventum.po misc/localization/it/LC_MESSAGES/eventum.po cp misc/localization/eventum.po misc/localization/nl/LC_MESSAGES/eventum.po cp misc/localization/eventum.po misc/localization/ru/LC_MESSAGES/eventum.po cp misc/localization/eventum.po misc/localization/en_US/LC_MESSAGES/eventum.po @@ -826,7 +828,7 @@ database_changes.php Perform database changes EOF -%triggerpostun -- eventum < 1.7.1-4.123.20061009.3121 +%triggerpostun -- eventum < 1.7.1-4.132.20061119.3143 %{_appdir}/upgrade/upgrade.sh %{_appdir}/upgrade/v1.7.1_to_v2.0 <<EOF database_changes.php Perform database changes EOF @@ -1037,6 +1039,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.215 2006/11/19 22:21:07 glen +- update to 20061119.3143 + Revision 1.214 2006/11/08 21:39:52 glen - fix md5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/eventum.spec?r1=1.214&r2=1.215&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
