]> git.pld-linux.org Git - packages/eventum.git/commitdiff
up to 3.0.3-1.287.ge48a790, uses var constant internally
authorElan Ruusamäe <glen@delfi.ee>
Mon, 26 Oct 2015 19:49:14 +0000 (21:49 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 26 Oct 2015 19:49:14 +0000 (21:49 +0200)
eventum-paths.patch
eventum.spec

index 76bf178ae2d2687521b10d0bba16a88e2c962ba6..97578f98250d7147d8e4f92d10f72272fee6dee4 100644 (file)
@@ -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);
  
index 818d6b87596fecc23d4eac43748d73dc384f7fc9..df4a096451160687a03021bc65ad0e487fb3420d 100644 (file)
@@ -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
This page took 0.086312 seconds and 4 git commands to generate.