]> git.pld-linux.org Git - packages/eventum.git/commitdiff
up to 3.0.8-100-g3543f89
authorElan Ruusamäe <glen@delfi.ee>
Sun, 31 Jan 2016 22:17:33 +0000 (00:17 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 31 Jan 2016 22:17:33 +0000 (00:17 +0200)
eventum-paths.patch
eventum.spec

index 2735287de92a6e5b06d1993f983f446e79b75e05..5b8290e1f2024727d52bb5c8b609ac0c033032a5 100644 (file)
      $error = checkPermissions(APP_SETUP_FILE, "File '" . APP_SETUP_FILE. "'");
      if (!empty($error)) {
          $errors[] = $error;
---- eventum/bin/monitor.php    2010-11-24 17:24:23.000000000 +0200
-+++ eventum/bin/monitor.php    2010-11-24 18:23:09.664934996 +0200
-@@ -37,17 +37,17 @@
- $required_files = array(
-     APP_CONFIG_PATH . '/config.php' => array(
-         'check_owner'      => true,
--        'owner'            => 'apache',
-+        'owner'            => 'root',
-         'check_group'      => true,
--        'group'            => 'apache',
-+        'group'            => 'http',
-         'check_permission' => true,
-         'permission'       => 640,
-     ),
-     APP_CONFIG_PATH . '/setup.php' => array(
-         'check_owner'      => true,
--        'owner'            => 'apache',
-+        'owner'            => 'root',
-         'check_group'      => true,
--        'group'            => 'apache',
-+        'group'            => 'http',
-         'check_permission' => true,
-         'permission'       => 660,
-         'check_filesize'   => true,
+--- eventum-3.0.8-100-g3543f89/src/Command/MonitorCommand.php~ 2016-01-31 18:24:19.000000000 +0200
++++ eventum-3.0.8-100-g3543f89/src/Command/MonitorCommand.php  2016-02-01 00:16:28.751423105 +0200
+@@ -31,17 +31,17 @@
        $required_files = array(
+             APP_CONFIG_PATH . '/config.php' => array(
+                 'check_owner' => true,
+-                'owner' => 'apache',
++                'owner' => 'root',
+                 'check_group' => true,
+-                'group' => 'apache',
++                'group' => 'http',
+                 'check_permission' => true,
+                 'permission' => 640,
+             ),
+             APP_CONFIG_PATH . '/setup.php' => array(
+                 'check_owner' => true,
+-                'owner' => 'apache',
++                'owner' => 'root',
+                 'check_group' => true,
+-                'group' => 'apache',
++                'group' => 'http',
+                 'check_permission' => true,
+                 'permission' => 660,
+                 'check_filesize' => true,
 --- eventum-3.0.3-314-gedea8e4/config/sphinx.conf.php~ 2015-10-27 18:02:36.000000000 +0200
 +++ eventum-3.0.3-314-gedea8e4/config/sphinx.conf.php  2015-10-29 11:53:26.068169385 +0200
 @@ -1,7 +1,7 @@
index df71a98baf73700561393078dbd97d34b8c59f21..0b3e5159b56fdde65b230a9d1177f10236406b80 100644 (file)
@@ -3,8 +3,8 @@
 %bcond_with    order   # with experimental order patch
 
 %define                rel             1.3
-%define                subver  54
-%define                githash 2771cf2
+%define                subver  100
+%define                githash 3543f89
 %define                php_min_version 5.3.7
 %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: ca8932c1d68bdde29fddd89982db2c94
+# Source0-md5: ba03d329e89150a1c8b2b169fc1de139
 Source1:       %{name}-apache.conf
 Source2:       %{name}-mail-queue.cron
 Source3:       %{name}-mail-download.cron
This page took 0.039662 seconds and 4 git commands to generate.