[packages/eventum: 3/6] up to 3.0.8-100-g3543f89

glen glen at pld-linux.org
Sat Feb 6 15:16:58 CET 2016


commit 549721ab9d117be3bb9d0e4480ee0e8bbe808cb2
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Feb 1 00:17:33 2016 +0200

    up to 3.0.8-100-g3543f89

 eventum-paths.patch | 48 ++++++++++++++++++++++++------------------------
 eventum.spec        |  6 +++---
 2 files changed, 27 insertions(+), 27 deletions(-)
---
diff --git a/eventum.spec b/eventum.spec
index df71a98..0b3e515 100644
--- a/eventum.spec
+++ b/eventum.spec
@@ -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
diff --git a/eventum-paths.patch b/eventum-paths.patch
index 2735287..5b8290e 100644
--- a/eventum-paths.patch
+++ b/eventum-paths.patch
@@ -40,30 +40,30 @@
      $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 @@
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list