[packages/eventum/dev-3.0.4: 10/12] up to 3.0.3-1.287.ge48a790, uses var constant internally

glen glen at pld-linux.org
Wed Oct 28 20:42:58 CET 2015


commit 947341a21416b54401892cefbe457798b926bcf1
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Oct 26 21:49:14 2015 +0200

    up to 3.0.3-1.287.ge48a790, uses var constant internally

 eventum-paths.patch | 27 +++++++++++++--------------
 eventum.spec        |  6 +++---
 2 files changed, 16 insertions(+), 17 deletions(-)
---
diff --git a/eventum.spec b/eventum.spec
index 818d6b8..df4a096 100644
--- a/eventum.spec
+++ b/eventum.spec
@@ -3,8 +3,8 @@
 %bcond_with	order	# with experimental order patch
 
 %define		rel		1.9
-%define		subver  277
-%define		githash 3277427
+%define		subver  287
+%define		githash e48a790
 %define		php_min_version 5.3.3
 %include	/usr/lib/rpm/macros.php
 Summary:	Eventum Issue / Bug tracking system
@@ -16,7 +16,7 @@ License:	GPL v2
 Group:		Applications/WWW
 #Source0:	https://github.com/eventum/eventum/releases/download/v%{version}/%{name}-%{version}.tar.gz
 Source0:	%{name}-%{version}-%{subver}-g%{githash}.tar.gz
-# Source0-md5:	46f5d66f6c51bdc353be0f27fa0fa990
+# Source0-md5:	6ff7e2166e64377ae03684341bbc0ac3
 Source1:	%{name}-apache.conf
 Source2:	%{name}-mail-queue.cron
 Source3:	%{name}-mail-download.cron
diff --git a/eventum-paths.patch b/eventum-paths.patch
index 76bf178..97578f9 100644
--- a/eventum-paths.patch
+++ b/eventum-paths.patch
@@ -1,31 +1,30 @@
---- eventum-3.0.3-118-g751b8cc/init.php~	2015-10-19 22:56:35.000000000 +0300
-+++ eventum-3.0.3-118-g751b8cc/init.php	2015-10-19 23:00:17.390607216 +0300
-@@ -72,10 +72,10 @@
- // define other paths
+--- eventum-3.0.3-287-ge48a790/init.php~	2015-10-26 21:42:14.000000000 +0200
++++ eventum-3.0.3-287-ge48a790/init.php	2015-10-26 21:46:47.983157509 +0200
+@@ -76,9 +76,9 @@
  $define('APP_SETUP_FILE', APP_CONFIG_PATH . '/setup.php');
+ $define('APP_INC_PATH', APP_PATH . '/lib/eventum');
  $define('APP_TPL_PATH', APP_PATH . '/templates');
--$define('APP_TPL_COMPILE_PATH', APP_PATH . '/templates_c');
+-$define('APP_TPL_COMPILE_PATH', APP_VAR_PATH . '/cache');
+-$define('APP_LOCKS_PATH', APP_VAR_PATH . '/lock');
+-$define('APP_LOG_PATH', APP_VAR_PATH . '/log');
 +$define('APP_TPL_COMPILE_PATH', '/var/cache/eventum');
- $define('APP_INC_PATH', APP_PATH . '/lib/eventum');
--$define('APP_LOCKS_PATH', APP_PATH . '/locks');
--$define('APP_LOG_PATH', APP_PATH . '/logs');
 +$define('APP_LOCKS_PATH', '/var/run/eventum');
 +$define('APP_LOG_PATH', '/var/log/eventum');
  $define('APP_ERROR_LOG', APP_LOG_PATH . '/errors.log');
  $define('APP_CLI_LOG', APP_LOG_PATH . '/cli.log');
  $define('APP_IRC_LOG', APP_LOG_PATH . '/irc_bot.log');
---- eventum-3.0.0/htdocs/setup/index.php~	2015-02-02 20:03:49.507010317 +0200
-+++ eventum-3.0.0/htdocs/setup/index.php	2015-02-02 20:05:00.139257552 +0200
-@@ -44,10 +44,10 @@
+--- eventum-3.0.3-287-ge48a790/htdocs/setup/index.php~	2015-10-26 21:45:35.367554219 +0200
++++ eventum-3.0.3-287-ge48a790/htdocs/setup/index.php	2015-10-26 21:47:31.775849576 +0200
+@@ -47,10 +47,10 @@
  define('APP_CONFIG_PATH', APP_PATH . '/config');
  define('APP_SETUP_FILE', APP_CONFIG_PATH . '/setup.php');
  define('APP_TPL_PATH', APP_PATH . '/templates');
--define('APP_TPL_COMPILE_PATH', APP_PATH . '/templates_c');
--define('APP_LOG_PATH', APP_PATH . '/logs');
+-define('APP_TPL_COMPILE_PATH', APP_VAR_PATH . '/cache');
+-define('APP_LOG_PATH', APP_VAR_PATH . '/log');
 +define('APP_TPL_COMPILE_PATH', '/var/cache/eventum');
 +define('APP_LOG_PATH', '/var/log/eventum');
  define('APP_ERROR_LOG', APP_LOG_PATH . '/errors.log');
--define('APP_LOCKS_PATH', APP_PATH . '/locks');
+-define('APP_LOCKS_PATH', APP_VAR_PATH . '/lock');
 +define('APP_LOCKS_PATH', '/var/run/eventum');
  define('APP_LOCAL_PATH', APP_CONFIG_PATH);
  
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/eventum.git/commitdiff/7c68bc6269540b4a3d9a35ebd61dae8eeedf1c5d



More information about the pld-cvs-commit mailing list